About 780,000 results
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 too bulky - Geographic Information Systems Stack Exchange

    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 data before sending.

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

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

    Feb 22, 2020 · 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 geometry object is defined to have a type …

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

  6. style - GeoJSON Styling information - Geographic Information Systems ...

    Jul 20, 2023 · GeoJSON doesn't deal with this. Any style information is going to depend on what the renderer is, Geojson CSS seams to target SVG but you also have Carto which targets mapnik, do …

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

    May 12, 2022 · How do you load data like this into QGIS? { "href": "https://mapservices.crd.bc.ca/arcgis/rest/directories/arcgisoutput/Basemap/Basemap_MapServer/_ags ...

  8. maps - geojson circles, supported or not? - Stack Overflow

    As the accepted answer explains, circles are not supported in the GeoJson spec. Most map implementations will, however, let you create circles, but in case this doesn't work for you (eg. you …

  9. Convert .geojson to .wkt | extract 'coordinates' - Stack Overflow

    Jul 19, 2022 · To convert a series of geometries in GeoJSON files to WKT, the shape () function can convert the GeoJSON geometry to a shapely object which then can be formatted as WKT and/or …

  10. how to convert geojson to shapely polygon? - Stack Overflow

    Aug 17, 2021 · how to convert geojson to shapely polygon? Asked 4 years, 3 months ago Modified 1 year, 5 months ago Viewed 31k times