« GeoJson:Plaines Galaric » : différence entre les versions
De ploums
Autres actions
Page créée avec « { "type": "FeatureCollection", "features": [] } » |
Visual map edit |
||
| Ligne 1 : | Ligne 1 : | ||
{ | { | ||
"type": "FeatureCollection", | "type": "FeatureCollection", | ||
"features": [] | "features": [ | ||
{ | |||
"type": "Feature", | |||
"properties": {}, | |||
"geometry": { | |||
"type": "LineString", | |||
"coordinates": [ | |||
[ | |||
-105.820313, | |||
69.900118 | |||
], | |||
[ | |||
-102.304687, | |||
-48.458352 | |||
], | |||
[ | |||
105.117188, | |||
-46.073231 | |||
], | |||
[ | |||
41.132813, | |||
75.320025 | |||
], | |||
[ | |||
-110.742188, | |||
70.844673 | |||
] | |||
] | |||
} | |||
} | |||
] | |||
} | } | ||