Last active
June 17, 2025 21:53
-
-
Save knudmoeller/004cd6ded5c0a978e255809e557bde0e to your computer and use it in GitHub Desktop.
Campingplätze Niederlnde
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": "campsites", | |
| "crs": { | |
| "type": "name", | |
| "properties": { | |
| "name": "urn:ogc:def:crs:OGC:1.3:CRS84" | |
| } | |
| }, | |
| "features": [ | |
| { | |
| "type": "Feature", | |
| "properties": { | |
| "name": "Camperpark Amsterdam", | |
| "link": "<a href='https://camperparkamsterdam.nl'>https://camperparkamsterdam.nl</a>" | |
| }, | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 4.991557, | |
| 52.312597 | |
| ] | |
| } | |
| }, | |
| { | |
| "type": "Feature", | |
| "properties": { | |
| "name": "Minicamping Duinvliet", | |
| "link": "<a href='https://www.minicamping-duinvliet.nl/de/'>https://www.minicamping-duinvliet.nl/de/</a>" | |
| }, | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 3.504176, | |
| 51.498781 | |
| ] | |
| } | |
| }, | |
| { | |
| "type": "Feature", | |
| "properties": { | |
| "name": "Minicamping Sint Jan", | |
| "link": "<a href='https://www.campingsintjan.nl/de/'>https://www.campingsintjan.nl/de/</a>" | |
| }, | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 3.48538, | |
| 51.53863 | |
| ] | |
| } | |
| }, | |
| { | |
| "type": "Feature", | |
| "properties": { | |
| "name": "De Dankbare", | |
| "link": "<a href='https://dedankbare.nl'>https://dedankbare.nl</a>" | |
| }, | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 3.521673, | |
| 51.559177 | |
| ] | |
| } | |
| }, | |
| { | |
| "type": "Feature", | |
| "properties": { | |
| "name": "Camping 't Noorder Sandt", | |
| "link": "<a href='https://www.noordersandt.de'>https://www.noordersandt.de</a>" | |
| }, | |
| "geometry": { | |
| "type": "Point", | |
| "coordinates": [ | |
| 4.724986, | |
| 52.906323 | |
| ] | |
| } | |
| } | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment