Last active
October 23, 2019 22:56
-
-
Save klinkin/330172b12299f5eef855e4b946e7d9a9 to your computer and use it in GitHub Desktop.
example geof
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"metadata": { | |
"name": "Яндекс.Лавка geosjon", | |
"creator": "Yandex Map Constructor", | |
"description": "Секторы для открытия складов" | |
}, | |
"features": [ | |
{ | |
"type": "Feature", | |
"id": 0, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
37.599766647547085, | |
55.71561642959199 | |
], | |
[ | |
37.59980956289104, | |
55.71418707243878 | |
], | |
[ | |
37.59710589620416, | |
55.71401748421333 | |
], | |
[ | |
37.59053984853552, | |
55.714429340065706 | |
], | |
[ | |
37.583759224145886, | |
55.7095352415229 | |
], | |
[ | |
37.58832970830735, | |
55.70682141658657 | |
], | |
[ | |
37.602341568201126, | |
55.70299266309737 | |
], | |
[ | |
37.608121728628234, | |
55.70131973698397 | |
], | |
[ | |
37.610897814958655, | |
55.70114933531759 | |
], | |
[ | |
37.61378923627671, | |
55.70182639354475 | |
], | |
[ | |
37.61605302068528, | |
55.7030835397713 | |
], | |
[ | |
37.61783400747116, | |
55.705016133556605 | |
], | |
[ | |
37.62122431966598, | |
55.70597330747705 | |
], | |
[ | |
37.62700883868273, | |
55.70565223276782 | |
], | |
[ | |
37.62824433121022, | |
55.70734238872813 | |
], | |
[ | |
37.63045782419975, | |
55.70834796639773 | |
], | |
[ | |
37.634455656736456, | |
55.71220042103196 | |
], | |
[ | |
37.63910392495926, | |
55.721212220817044 | |
], | |
[ | |
37.63295093747914, | |
55.722423325046684 | |
], | |
[ | |
37.62768307897394, | |
55.72126066571273 | |
], | |
[ | |
37.62787619802312, | |
55.7184507621388 | |
], | |
[ | |
37.622383033960574, | |
55.71127974330689 | |
], | |
[ | |
37.60607520314994, | |
55.71188545479627 | |
], | |
[ | |
37.60736266347709, | |
55.715422621525526 | |
], | |
[ | |
37.60289946767623, | |
55.71648855391325 | |
], | |
[ | |
37.599766647547085, | |
55.71561642959199 | |
] | |
] | |
] | |
}, | |
"properties": { | |
"description": "Духовской", | |
"fill": "#ed4543", | |
"fill-opacity": 0.3, | |
"stroke": "#ed4543", | |
"stroke-width": "3", | |
"stroke-opacity": 0.9 | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment