-
Notifications
You must be signed in to change notification settings - Fork 1
/
SuitableSites.js
13 lines (12 loc) · 3.07 KB
/
SuitableSites.js
1
2
3
4
5
6
7
8
9
10
11
12
13
var site = {
"type": "FeatureCollection",
"crs": { "type": "name", "properties": { "name": "urn:ogc:def:crs:EPSG::32643" } },
"features": [
{ "type": "Feature", "properties": { "ID": 4, "GRIDCODE": 5, "Area": 61442.185538 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 371613.68842910754, 2047832.7012705412 ], [ 371583.22723220813, 2047853.7328791227 ], [ 371604.30473159777, 2047947.7538752165 ], [ 371488.82469009387, 2048027.4856638517 ], [ 371475.32569717395, 2048087.7012705412 ], [ 371482.05116104113, 2048117.7012705412 ], [ 371451.43524002063, 2048254.2706560697 ], [ 371588.50959609973, 2048294.9544024076 ], [ 371665.62148879992, 2048205.5972170439 ], [ 371692.57163833606, 2048085.3795504179 ], [ 371623.06503128039, 2048059.3718218412 ], [ 371679.24590896594, 2047973.0970453825 ], [ 371613.68842910754, 2047832.7012705412 ] ] ] } },
{ "type": "Feature", "properties": { "ID": 15, "GRIDCODE": 5, "Area": 34263.216710 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 373023.68842910754, 2047472.7012705412 ], [ 373006.7571241759, 2047459.6325754728 ], [ 372958.76838516223, 2047342.380645236 ], [ 372767.26272415149, 2047484.3634867277 ], [ 372740.61973403918, 2047558.4991144743 ], [ 372873.68842910754, 2047538.8347315397 ], [ 373000.07194351184, 2047557.5111460295 ], [ 373023.68842910754, 2047472.7012705412 ] ] ] } },
{ "type": "Feature", "properties": { "ID": 58, "GRIDCODE": 5, "Area": 39016.050602 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 371463.68842910754, 2046002.7012705412 ], [ 371361.41441177356, 2046020.0752329435 ], [ 371240.61973403918, 2046109.6325754728 ], [ 371143.93775772082, 2046167.4563669767 ], [ 371206.52503799426, 2046215.7657694425 ], [ 371259.73296951281, 2046345.7699656095 ], [ 371340.70358108508, 2046294.0081095304 ], [ 371314.62043594348, 2046117.5035929289 ], [ 371450.61973403918, 2046079.6325754728 ], [ 371463.68842910754, 2046002.7012705412 ] ] ] } },
{ "type": "Feature", "properties": { "ID": 63, "GRIDCODE": 5, "Area": 77088.567724 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 372573.68842910754, 2045912.7012705412 ], [ 372439.26040481555, 2045938.3662485685 ], [ 372508.0274946593, 2046128.7922739591 ], [ 372608.83918594348, 2046176.3694834318 ], [ 372802.39974807727, 2046385.274054965 ], [ 372859.5371229552, 2046167.2169565763 ], [ 372717.21198867785, 2046122.1567606535 ], [ 372678.11645339953, 2046048.2732462492 ], [ 372649.26040481555, 2045987.1292948332 ], [ 372602.54470657336, 2045943.8449930754 ], [ 372573.68842910754, 2045912.7012705412 ] ] ] } },
{ "type": "Feature", "properties": { "ID": 80, "GRIDCODE": 5, "Area": 26321.049871 }, "geometry": { "type": "Polygon", "coordinates": [ [ [ 373083.68842910754, 2045102.7012705412 ], [ 372981.66984390246, 2045121.3107370939 ], [ 372679.8039991759, 2045338.0668711271 ], [ 372827.40760635363, 2045326.6891550627 ], [ 372937.84858535754, 2045257.5148844328 ], [ 373021.45728897082, 2045160.4701304045 ], [ 373069.8039991759, 2045118.8168406095 ], [ 373083.68842910754, 2045102.7012705412 ] ] ] } }
]
}
;