About 770,000 results
Open links in new tab
  1. Loading external GeoJSON file into Leaflet map?

    Learn how to load an external GeoJSON file into a Leaflet map with step-by-step guidance and tips.

  2. How can I parse GeoJSON with Python - Stack Overflow

    The geojson library didn't have any releases since 2019, so I recommend to use more popular and recent geopandas instead

  3. leaflet - Is it possible to convert regular JSON to GeoJSON ...

    Remember esri_arcgis_to_geojson is the name you named the lib This becomes the global variable name, available in browser. The trick is, bundle process add instant implement …

  4. Spatial Datatype (geometry) to GeoJSON - Stack Overflow

    I want to convert geom (geometry) datatype to GeoJSON. How could I do that? For example, the geometry in WKT: POLYGON((455216.346127297 4288433.28426224,455203.386722146 …

  5. Which data source is preferable for Google Maps, KML or JSON?

    A lot of other Google mapping applications (Google Earth, Google My Maps, Google Maps Routing) export KML natively, or offer to download/save the data as KML. That Import/Export …

  6. well known text - Online WKT and GeoJSON viewer - Geographic ...

    I once found a great but simple webpage that has a drop-down with several text-based GIS formats such as GeoJSON and WKT, and a text box to copy/paste your data. The feature is …

  7. Shapefile into geojson conversion python 3 - Stack Overflow

    Shapefile into geojson conversion python 3 Asked 8 years, 8 months ago Modified 4 years, 10 months ago Viewed 44k times

  8. GeoJSON too bulky - Geographic Information Systems Stack …

    Serve the geojson file gzipped, unpack on the client. All modern browsers do the unpacking of gzipped data automatically, so it's just a case of setting up your web server to pack up the …

  9. Simple label on a leaflet (geojson) polygon - Stack Overflow

    The leaflet label plugin also allows static labels, see the demo. The only reason the polyline label is not static is that it moves around as you move along the polyline. You can probably do …

  10. How could I generate a CRS field inside the GeoJSON object …

    How could I generate a CRS field inside the GeoJSON object created by Leaflet layer.toGeoJSON? Ask Question Asked 11 years, 11 months ago Modified 3 years, 10 months …