-
Падение при чтении geojson
```
java.lang.OutOfMemoryError
at java.lang.AbstractStringBuilder.enlargeBuffer(AbstractStringBuilder.java:94)
at java.lang.AbstractStringBuilder.append0(AbstractSt…
-
When passing `true` to the zoomOnClick prop to a cluster, it throws an error
```
Uncaught TypeError: Cannot read property 'points' of undefined
at SuperCluster.getChildren (index.js:82)
a…
-
The input was time zone boundaries from OSM.
`SimplifyVwPreserve` results in a weird result.
`SimplifyVw` seems to work just fine.
-
# Description
I want to assign a geo bounding box for a map to aid discovery
17-votes in Stanford maps meeting
## Variation(s)
(do you know of, or can you imagine, similar use cases?)
#…
-
### Description
It would be great if the **Custom Map Data** functionality supported **vector tiles in GeoJSON format**.
iD already supports importing a GeoJSON file from an URL. iD also support…
Zero3 updated
3 years ago
-
The Google Maps API [has support for GeoJSON](https://developers.google.com/maps/documentation/javascript/datalayer#load_geojson). I was wondering, if there’s any interest for having it in the `` comp…
surma updated
7 years ago
-
The application currently supports HTML and JSON/GeoJSON output encodings for collection metadata and item data.
Add support for additional output encodings. This could potentially include [GeoPack…
-
Basear na seguinte documentação:
https://leafletjs.com/examples/geojson/
O include do mapa deve receber uma variável page.geojson_path que contém o caminho para um arquivo geojson que deve est…
-
When I use this, I get an extra, unwanted Feature in my output in the format `{"type":"Feature","properties":{},"geometry":{"type":"LineString","coordinates":[[0,0],[0,0],[0,0],[0,0]]}}`
Copy pasta f…
-
I'm trying to integrate Leaflet.TimeDimension in an application where we have geojson with european countries. The geojson use `MultiPolygon` shapes, but differently from example example 15 (Oil Spill…