{
"name": "Санкт-Петербург",
"year": 1703
}
{
"name": "Санкт-Петербург",
"year": 1703,
"latitude": 59.950000, //широта
"longitude": 30.316670 // долгота
}
{
"type": "FeatureCollection",
"features":
[
{
"type": "Feature",
"properties":
{
"name": "Санкт-Петербург",
"year": 1703
},
"geometry":
{
"type": "Point",
"coordinates":
[
30.315626116248325,
59.92467869425286
]
}
}
]
}
{"type": "FeatureCollection", "features":[{"type": "Feature","properties": {"name": "Санкт-Петербург", "year": 1703}, "geometry": {"type": "Point", "coordinates": [30.31562, 59.92467]}}]}
{
"type": "FeatureCollection",
"features":
[
{
"type": "Feature",
"properties":
{
"name": "Санкт-Петербург",
"marker-symbol": "city",
"marker-color": "#227fb9",
"marker-size": "large"
},
"geometry":
{
"type": "Point",
"coordinates":
[
30.31562,
59.92467
]
}
}
]
}
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"name": "Санкт-Петербург",
"marker-symbol": "city",
"marker-color": "#227fb9"
},
"geometry": {
"type": "Point",
"coordinates": [
30.315626116248325,
59.92467869425286
]
}
},
{
"type": "Feature",
"properties":
{
"stroke": "#115878"
},
"geometry": {
"type": "LineString",
"coordinates": [
[
30.3189015832333,
59.928508565876626
],
[
37.569957159675624,
55.76073301478695
]
]
}
}
]
}