Last active
November 19, 2018 22:33
-
-
Save eQRoeil/19c13b3c78a39ef78fee954e944c384e to your computer and use it in GitHub Desktop.
wikipedia -> kml -> geojson https://twitter.com/htmlvv/status/1064612972469862401
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"name": "Anciens monuments historiques", | |
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } }, | |
"features": [ | |
{ "type": "Feature", "properties": { "Name": "#234", "description": "<br>Source: Wikipedia article <a href=\"https:\/\/fr.wikipedia.org\/wiki\/Liste_des_monuments_historiques_de_la_Loire-Atlantique#Anciens_monuments_historiques\">Liste des monuments historiques de la Loire-Atlantique<\/a>" }, "geometry": { "type": "Point", "coordinates": [ -1.792037, 47.366356 ] } }, | |
{ "type": "Feature", "properties": { "Name": "#235", "description": "<br>Source: Wikipedia article <a href=\"https:\/\/fr.wikipedia.org\/wiki\/Liste_des_monuments_historiques_de_la_Loire-Atlantique#cite_ref-MH_2014_2-0\">Liste des monuments historiques de la Loire-Atlantique<\/a>" }, "geometry": { "type": "Point", "coordinates": [ -2.550167, 47.374 ] } } | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment