Open links in new tab
  1. 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 then drawn on a worl...

  2. geojson - Loading JSON data into QGIS - Geographic Information …

    May 12, 2022 · GeoJSON data can be added to QGIS by saving your data as a .geojson file and simply dragging and dropping the file onto the map canvas, but this must be geographic data.

  3. How to serialize and deserialize geojson in C# - Stack Overflow

    Am trying to Deserialize an object to json where the location details should be converted to geojson format. Tried to achieve this using geojson.net nuget package but am not able to acheve the same.

  4. Source for GeoJSON data for the US - Geographic Information Systems ...

    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 GeoJSON that …

  5. Azure Maps in Power BI - how to show lines - Stack Overflow

    Feb 17, 2025 · With reference layers, you can also hardcode styling into the GeoJSON file itself, however, this would also mean more work to update as things change. Update: Sample walkthrough …

  6. 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

  7. How/Where do I get geoJSON data for states, provinces, and ...

    Jun 24, 2013 · I need geoJSON formatted paths for states, provinces, and regions within multiple countries. Most readily available geoJSON data is for US states and country level boundaries, not …

  8. Creating a GeoJson in php from MySql to use with MapBox javascript API

    What I'm trying to do is very simple; get marker's data from a Mysql table with my PHP code, convert that that to a geoJson ( used by MapBox ), send that geoJson to javascript and then populate those

  9. Converting text file to GeoJSON with Python

    Jun 8, 2020 · In order for me to manipulate it with Python and display it, I need to convert it into a GeoJSON file. Any suggestions on how to do that? I have already tried geojson.io but the website …

  10. javascript - How to create a GeoJSON Feature element using Typescript ...

    Feb 22, 2020 · There are a couple of things happening here. First, according to the @types/geojson type definitions, a point Feature needs to have a type field set to a string literal type of "Feature" (and the …