-
Notifications
You must be signed in to change notification settings - Fork 1
/
studyArea.js
12 lines (11 loc) · 979 Bytes
/
studyArea.js
1
2
3
4
5
6
7
8
9
10
11
12
var area = {
"type": "FeatureCollection",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:OGC:1.3:CRS84" } },
"features": [
{ "type": "Feature", "properties": { "Name": "Khadi Machine Chowk", "Descriptio": null }, "geometry": { "type": "Point", "coordinates": [ 73.891167639552819, 18.452202024798918, 0.0 ] } },
{ "type": "Feature", "properties": { "Name": "Radha Hotel Balewadi", "Descriptio": null }, "geometry": { "type": "Point", "coordinates": [ 73.765811239248379, 18.569126020695151, 0.0 ] } },
{ "type": "Feature", "properties": { "Name": "Chandni Chowk Kothrud", "Descriptio": null }, "geometry": { "type": "Point", "coordinates": [ 73.790226765949512, 18.508397123522251, 0.0 ] } },
{ "type": "Feature", "properties": { "Name": "Dukkar Khind", "Descriptio": null }, "geometry": { "type": "Point", "coordinates": [ 73.789159621224087, 18.498252764264748, 0.0 ] } }
]
}
;