-
Do you have any tips on how to use this with a land geojson? I'm trying to plot a course between two points and avoid land masses, which is represented by a GeometryCollection of Polygons.
But, it t…
-
this doesn't seem to work
const geo = L.geoJSON(geoJsonObj).addTo(this.map);
geo.enableEdit();
I get the error
ERROR TypeError: geo.enableEdit is not a function
-
Symbology should be more interesting for GeoJSON output. Perhaps fill the polygon according to project, but style the border according to the status of the project site?
Spec for symbology:
https://g…
-
Pulling out a conversation started on #3399 (Patches with hole).
#### Background
We want to support drawing an arbitrary polygon with cutouts. This is particularly useful in geo contexts - e.g. count…
-
Hi!
I found on project that have a class for GeoJSON on egis.web.controls and reference for GeoJSON.Net on egis.mapbox.vector.tile.
How can I parse GeoJSON features on WinForms and add to SFMap?
I …
-
The Download menu offers JSON as an export format, but that format represents geodata as WKT strings, whereas many OSM-related tools consume GeoJSON. It would be handy to be able to export GeoJSON dir…
-
Hi today I was working with mongodb GeoJson and my backend is nestjs that use this library for validation(cool one :)).
I'm requesting validation for GeoJson [longitude, latitude] array that can be …
-
I think it would be a good idea to add export GeoJSON format
ghost updated
9 years ago
-
How about a release accepting any geojson data ?
Appart from the QuadTree stuff, it would be very great, since no viable libraries can be found to display a simple mask overlay (the only trick is to …
-
I’m using CoastSeg to extract shorelines and generate intersection points with transects.
The shorelines are correctly saved in the extracted_shorelines_lines.geojson file, and the intersection point…