- var data = { "type": "FeatureCollection", "features": [
- {
- "type": "Feature",
- "properties": {
- "area": "Gamløse",
- "location": "Stauninggårdsvej 25"
- },
- "geometry": {
- "type": "Point",
- "coordinates": [11.81712, 55.76432]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "area": "Mørkøv",
- "location": "Ringstedvej 24 A"
- },
- "geometry": {
- "type": "Point",
- "coordinates": [11.50349, 55.64768]
- }
- },
- {
- "type": "Feature",
- "properties": {
- "area": "Røde Hus",
- "location": "Ringstedvej 65 th."
- },
- "geometry": {
- "type": "Point",
- "coordinates": [11.52641, 55.63933]
- }
- },
- ]}
|