Skip to content

Instantly share code, notes, and snippets.

@adkatrit
Created January 13, 2014 02:21
Show Gist options
  • Save adkatrit/8393727 to your computer and use it in GitHub Desktop.
Save adkatrit/8393727 to your computer and use it in GitHub Desktop.
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{ "type": "Feature", "id": 1, "properties": { "name": "Деревня Заречье", "img": "" }, "geometry": { "type": "Point", "coordinates": [ 38.985731, 56.993622 ] } }
,
{ "type": "Feature", "id": 2, "properties": { "name": "Хутор Доры", "img": "" }, "geometry": { "type": "Point", "coordinates": [ 38.971140, 56.960814 ] } }
,
{ "type": "Feature", "id": 3, "properties": { "name": "Хутор Заино", "img": "" }, "geometry": { "type": "Point", "coordinates": [ 38.987276, 56.947119 ] } }
,
{ "type": "Feature", "id": 4, "properties": { "name": "Хутор Леньково", "img": "" }, "geometry": { "type": "Point", "coordinates": [ 38.997232, 56.964752 ] } }
,
{ "type": "Feature", "id": 5, "properties": { "name": "Территория бывшего пионерлагеря \"Солнечный\"", "img": "" }, "geometry": { "type": "Point", "coordinates": [ 39.824458, 57.399547 ] } }
,
{ "type": "Feature", "id": 6, "properties": { "name": "Село Шурскол", "img": "" }, "geometry": { "type": "Point", "coordinates": [ 39.295141, 57.154315 ] } }
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment