22 lines
365 B
JSON
22 lines
365 B
JSON
{
|
|
"type": "FeatureCollection",
|
|
"features": [
|
|
{
|
|
"type": "Feature",
|
|
"geometry": {
|
|
"type": "Point",
|
|
"coordinates": [
|
|
10.740350000000001,
|
|
59.90970000000001
|
|
]
|
|
},
|
|
"properties": {
|
|
"names": [
|
|
"SLMOslo"
|
|
],
|
|
"count": 1,
|
|
"popup": "SLMOslo"
|
|
}
|
|
}
|
|
]
|
|
} |