GeoJson:Radens Map: Difference between revisions
Jump to navigation
Jump to search
Visual map edit |
Visual map edit |
||
Line 4: | Line 4: | ||
{ | { | ||
"type": "Feature", | "type": "Feature", | ||
"properties": | "properties": [], | ||
"geometry": { | "geometry": { | ||
"type": "LineString", | "type": "LineString", | ||
Line 25: | Line 25: | ||
{ | { | ||
"type": "Feature", | "type": "Feature", | ||
"properties": | "properties": [], | ||
"geometry": { | "geometry": { | ||
"type": "Polygon", | "type": "Polygon", | ||
Line 52: | Line 52: | ||
{ | { | ||
"type": "Feature", | "type": "Feature", | ||
"properties": | "properties": [], | ||
"geometry": { | "geometry": { | ||
"type": "Polygon", | "type": "Polygon", | ||
Line 83: | Line 83: | ||
{ | { | ||
"type": "Feature", | "type": "Feature", | ||
"properties": | "properties": [], | ||
"geometry": { | "geometry": { | ||
"type": "Polygon", | "type": "Polygon", | ||
Line 114: | Line 114: | ||
{ | { | ||
"type": "Feature", | "type": "Feature", | ||
"properties": | "properties": [], | ||
"geometry": { | "geometry": { | ||
"type": "Polygon", | "type": "Polygon", | ||
Line 145: | Line 145: | ||
{ | { | ||
"type": "Feature", | "type": "Feature", | ||
"properties": | "properties": [], | ||
"geometry": { | "geometry": { | ||
"type": "Polygon", | "type": "Polygon", | ||
Line 183: | Line 183: | ||
] | ] | ||
] | ] | ||
] | |||
} | |||
}, | |||
{ | |||
"type": "Feature", | |||
"properties": { | |||
"title": "Test", | |||
"description": "testing" | |||
}, | |||
"geometry": { | |||
"type": "Point", | |||
"coordinates": [ | |||
-0.07003800000000000303135294643652741797268390655517578125, | |||
0.007174999999999999954203300234212292707525193691253662109375 | |||
] | ] | ||
} | } |