baldulin

Results 7 comments of baldulin

Hey, I think the issue is that you don't add the `Marker` Component as a direct child of `Map`. All direct Child components of `Map` are cloned [here](https://github.com/mariusandra/pigeon-maps/blob/master/src/map/Map.tsx#L1264) and will...

Maybe https://pigeon-maps.js.org/docs/geo-json-loader/ will work?

1. If you want to render a line segment change the geometry from type `Point` to `LineString`. Cause I'm not sure why you don't like leaflet either 2. If you...

> This is indeed the detail I took time to figure out, I think the doc could gain in saying that the `r:30` is the radius of the circle. Hmm,...

@aloxe Okay yeah, obviously it's not my decision if that pr gets merged. But my opinion on it is that, firstly it works. Now it is possible to render points...

@alix-guillard-deltatre > My PR got merged Nice, Congratz! > Nevertheless, I thought this could be a nice option to display points as a custom path rather than a circle. I...

Isn't [the GeoJson component](https://pigeon-maps.js.org/docs/geo-json-feature) exactly what you are searching for?