About 320,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. 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 …

  3. data - Download and use GeoJSON file - Geographic Information …

    Mar 16, 2025 · 1 If you want to download the file locally, simply use your browser's download functionality. Either right-click on the link on the linked page and save the target as file, or …

  4. Write GeoJson into a .geojson file with Python

    Jan 20, 2015 · To write a geojson object to a temporary file this function can be used: import geojson import tempfile def write_json(self, features): # feature is a shapely geometry type …

  5. Source for GeoJSON data for the US

    Dec 6, 2016 · Does anyone know of any good sources for US data (counties, congressional districts, etc) in GeoJSON format? Has anyone converted public-domain shapefiles/sources to …

  6. How to identify the co-ordinate system (CRS, SRS) of a GeoJSON …

    3 Suppose you have an arbitrary GeoJSON file, and the publisher didn't give much supporting documentation - or perhaps it's been provided by a third party who don't know much about it. …

  7. Mapbox's Geojson.io API: Can a Geojson file be loaded as a URL ...

    Apr 30, 2024 · Mapbox's Geojson.io API: Can a Geojson file be loaded as a URL parameter? Ask Question Asked 1 year, 7 months ago Modified 11 months ago

  8. Adding MultiPolygon GeoJSON file to Leaflet map layer

    Apr 8, 2020 · Learn how to add a MultiPolygon GeoJSON file to a Leaflet map layer with step-by-step guidance and practical examples.

  9. geocoding - Importing GeoJSON file to feature collection into …

    Feb 15, 2024 · I am new to code and using Earth Engine Python API. I converted a shapefile to a GeoJSON. I need to convert my geojson file to a feature collection and upload it into my …

  10. 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 …