Rework prettier setup (#2677)

* Upgrade hustky, lint-staged, and prettier.

Modify lint-staged and prettier configs
Add specific json/geojson formatting rules for prettier

* Apply prettier
This commit is contained in:
mfedderly 2024-08-08 11:23:46 -04:00 committed by GitHub
parent 2fbb518991
commit 25917d8b2e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
118 changed files with 14326 additions and 54877 deletions

View File

@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
pnpm lint-staged

View File

@ -1,23 +1,10 @@
dist
*.md
node_modules
tsconfig.json
lerna.json
# slow
packages/turf-directional-mean/test/in/bus_route_gps.json
packages/turf-directional-mean/test/in/bus_route_utm.json
# is actually output
packages/turf/turf.min.js
# Ignore test fixture json in case intentional line breaks help with coord
# readability.
packages/turf-*/test/in/**
packages/turf-*/test/out/**
packages/turf-*/test/true/**
packages/turf-*/test/false/**
pnpm-lock.yaml
/.nx/cache
/.nx/cache

View File

@ -1,3 +1,11 @@
{
"trailingComma": "es5"
"trailingComma": "es5",
"overrides": [
{
"files": "*.{geojson,json}",
"options": {
"printWidth": 90
}
}
]
}

View File

@ -12,7 +12,7 @@
"lint:mrl": "mrl check",
"lint:prettier": "prettier --check .",
"preinstall": "npx only-allow pnpm",
"prepare": "lerna run build && husky install",
"prepare": "husky && lerna run build",
"test": "pnpm run lint && lerna run test && lerna run --scope @turf/turf last-checks"
},
"lint-staged": {
@ -20,13 +20,12 @@
"mrl check --paths"
],
"**/*.{js,ts}": [
"eslint --fix",
"prettier --write"
"eslint --fix"
],
"packages/*/index.{js,ts}": [
"pnpm tsx ./scripts/generate-readmes"
],
"**/*": "prettier --write --ignore-unknown"
"*": "prettier --write --ignore-unknown"
},
"packageManager": "pnpm@8.15.8+sha512.d1a029e1a447ad90bc96cd58b0fad486d2993d531856396f7babf2d83eb1823bb83c5a3d0fc18f675b2d10321d49eb161fece36fe8134aa5823ecd215feed392",
"devDependencies": {
@ -50,13 +49,13 @@
"esm": "^3.2.25",
"fs-extra": "^11.1.1",
"glob": "^10.3.10",
"husky": "^8.0.0",
"husky": "^9.0.0",
"lerna": "^8.1.7",
"lint-staged": "^10.5.4",
"lint-staged": "^15.2.8",
"load-json-file": "^7.0.1",
"meow": "^12.1.1",
"npm-run-all": "^4.1.5",
"prettier": "^3.0.3",
"prettier": "^3.3.3",
"progress": "^2.0.3",
"ts-node": "^9.0.0",
"tsup": "^8.0.1",

View File

@ -17,10 +17,7 @@
]
},
"bbox": [
6.632039186485088,
46.513552354874435,
6.638240782825051,
46.52452567471025
6.632039186485088, 46.513552354874435, 6.638240782825051, 46.52452567471025
]
},
{
@ -38,12 +35,7 @@
]
]
},
"bbox": [
6.626132904233913,
46.51709747623775,
6.645459572232596,
46.52102619404951
]
"bbox": [6.626132904233913, 46.51709747623775, 6.645459572232596, 46.52102619404951]
}
]
}

View File

@ -17,10 +17,7 @@
]
},
"bbox": [
6.632039186485088,
46.513552354874435,
6.638240782825051,
46.52452567471025
6.632039186485088, 46.513552354874435, 6.638240782825051, 46.52452567471025
]
},
{
@ -38,12 +35,7 @@
]
]
},
"bbox": [
6.626132904233913,
46.51709747623775,
6.645459572232596,
46.52102619404951
]
"bbox": [6.626132904233913, 46.51709747623775, 6.645459572232596, 46.52102619404951]
}
]
}

View File

@ -1,12 +1,7 @@
{
"type": "Feature",
"properties": {},
"bbox": [
-86.77362442016602,
36.170862616662134,
-86.67303085327148,
36.23084281427824
],
"bbox": [-86.77362442016602, 36.170862616662134, -86.67303085327148, 36.23084281427824],
"geometry": {
"type": "MultiPolygon",
"coordinates": [

View File

@ -1,12 +1,7 @@
{
"type": "Feature",
"properties": {},
"bbox": [
-86.73980712890625,
36.173495506147,
-86.67303085327148,
36.23084281427824
],
"bbox": [-86.73980712890625, 36.173495506147, -86.67303085327148, 36.23084281427824],
"geometry": {
"type": "Polygon",
"coordinates": [

View File

@ -6,10 +6,7 @@
"properties": {},
"geometry": {
"type": "MultiPoint",
"coordinates": [
[2.7575683593749996],
[2.5575683593749996, 2.8113711933311403]
]
"coordinates": [[2.7575683593749996], [2.5575683593749996, 2.8113711933311403]]
}
}
]

View File

@ -117,10 +117,7 @@
{
"type": "Feature",
"bbox": [
4.8331475257873535,
45.76022171678877,
4.834005832672119,
45.760809294695534
4.8331475257873535, 45.76022171678877, 4.834005832672119, 45.760809294695534
],
"properties": {
"stroke": "#00F",

View File

@ -116,10 +116,7 @@
{
"type": "Feature",
"bbox": [
4.8445844650268555,
45.77258200374433,
4.859304428100585,
45.78494329284938
4.8445844650268555, 45.77258200374433, 4.859304428100585, 45.78494329284938
],
"properties": {
"stroke": "#00F",

View File

@ -95,12 +95,7 @@
},
{
"type": "Feature",
"bbox": [
4.85994815826416,
45.749558161214516,
4.86020565032959,
45.76884015325622
],
"bbox": [4.85994815826416, 45.749558161214516, 4.86020565032959, 45.76884015325622],
"properties": {
"stroke": "#00F",
"stroke-width": 1,

View File

@ -93,10 +93,7 @@
{
"type": "Feature",
"bbox": [
4.831961989402771,
45.75764678012361,
4.831961989402771,
45.75764678012361
4.831961989402771, 45.75764678012361, 4.831961989402771, 45.75764678012361
],
"properties": {
"stroke": "#00F",

View File

@ -117,10 +117,7 @@
{
"type": "Feature",
"bbox": [
122.51953124999999,
-36.10237644873643,
145.283203125,
-18.312810846425442
122.51953124999999, -36.10237644873643, 145.283203125, -18.312810846425442
],
"properties": {
"stroke": "#00F",

View File

@ -104,10 +104,7 @@
{
"type": "Feature",
"bbox": [
4.773387908935547,
45.71337148333104,
4.910373687744141,
45.79398056386735
4.773387908935547, 45.71337148333104, 4.910373687744141, 45.79398056386735
],
"properties": {
"stroke": "#00F",

View File

@ -27,10 +27,7 @@
"NEIGNO": 1005.0
},
"bbox": [
8.559700012207031,
13.995059967041016,
9.09996509552002,
14.742449760437012
8.559700012207031, 13.995059967041016, 9.09996509552002, 14.742449760437012
],
"geometry": {
"type": "Polygon",
@ -80,10 +77,7 @@
"NEIGNO": 1001.0
},
"bbox": [
7.950088977813721,
13.727390289306641,
8.666550636291504,
14.263930320739746
7.950088977813721, 13.727390289306641, 8.666550636291504, 14.263930320739746
],
"geometry": {
"type": "Polygon",
@ -165,10 +159,7 @@
"NEIGNO": 1006.0
},
"bbox": [
8.653305053710938,
13.544429779052734,
9.351485252380371,
14.008090019226074
8.653305053710938, 13.544429779052734, 9.351485252380371, 14.008090019226074
],
"geometry": {
"type": "Polygon",
@ -222,10 +213,7 @@
"NEIGNO": 1002.0
},
"bbox": [
8.19859504699707,
13.586509704589844,
8.685274124145508,
13.861700057983398
8.19859504699707, 13.586509704589844, 8.685274124145508, 13.861700057983398
],
"geometry": {
"type": "Polygon",
@ -299,10 +287,7 @@
"NEIGNO": 1007.0
},
"bbox": [
8.677577018737793,
12.861089706420898,
9.401384353637695,
13.722209930419922
8.677577018737793, 12.861089706420898, 9.401384353637695, 13.722209930419922
],
"geometry": {
"type": "Polygon",
@ -357,10 +342,7 @@
"NEIGNO": 1008.0
},
"bbox": [
9.333296775817871,
13.272419929504395,
10.180600166320801,
13.698240280151367
9.333296775817871, 13.272419929504395, 10.180600166320801, 13.698240280151367
],
"geometry": {
"type": "Polygon",
@ -420,10 +402,7 @@
"NEIGNO": 1004.0
},
"bbox": [
7.801973819732666,
12.942020416259766,
8.456572532653809,
13.644510269165039
7.801973819732666, 12.942020416259766, 8.456572532653809, 13.644510269165039
],
"geometry": {
"type": "Polygon",
@ -510,12 +489,7 @@
"THOUS": 1000.0,
"NEIGNO": 1003.0
},
"bbox": [
8.10498046875,
13.104069709777832,
8.733969688415527,
13.644430160522461
],
"bbox": [8.10498046875, 13.104069709777832, 8.733969688415527, 13.644430160522461],
"geometry": {
"type": "Polygon",
"coordinates": [
@ -585,10 +559,7 @@
"NEIGNO": 1018.0
},
"bbox": [
9.124277114868164,
12.595190048217773,
10.095430374145508,
13.298540115356445
9.124277114868164, 12.595190048217773, 10.095430374145508, 13.298540115356445
],
"geometry": {
"type": "Polygon",
@ -655,10 +626,7 @@
"NEIGNO": 1010.0
},
"bbox": [
10.015439987182617,
12.72404956817627,
10.649680137634277,
13.272509574890137
10.015439987182617, 12.72404956817627, 10.649680137634277, 13.272509574890137
],
"geometry": {
"type": "Polygon",
@ -741,10 +709,7 @@
"NEIGNO": 1038.0
},
"bbox": [
8.572946548461914,
12.810150146484375,
8.757728576660156,
13.116339683532715
8.572946548461914, 12.810150146484375, 8.757728576660156, 13.116339683532715
],
"geometry": {
"type": "Polygon",
@ -790,10 +755,7 @@
"NEIGNO": 1037.0
},
"bbox": [
8.456572532653809,
12.809200286865234,
8.632829666137695,
13.106889724731445
8.456572532653809, 12.809200286865234, 8.632829666137695, 13.106889724731445
],
"geometry": {
"type": "Polygon",
@ -838,10 +800,7 @@
"NEIGNO": 1039.0
},
"bbox": [
8.145203590393066,
12.930660247802734,
8.487373352050781,
13.104069709777832
8.145203590393066, 12.930660247802734, 8.487373352050781, 13.104069709777832
],
"geometry": {
"type": "Polygon",
@ -892,10 +851,7 @@
"NEIGNO": 1040.0
},
"bbox": [
8.062442779541016,
12.787229537963867,
8.512937545776367,
12.944100379943848
8.062442779541016, 12.787229537963867, 8.512937545776367, 12.944100379943848
],
"geometry": {
"type": "Polygon",
@ -945,10 +901,7 @@
"NEIGNO": 1009.0
},
"bbox": [
8.757728576660156,
12.532369613647461,
9.233386993408203,
12.86400032043457
8.757728576660156, 12.532369613647461, 9.233386993408203, 12.86400032043457
],
"geometry": {
"type": "Polygon",
@ -998,10 +951,7 @@
"NEIGNO": 1036.0
},
"bbox": [
8.50916576385498,
12.361550331115723,
8.785566329956055,
12.861089706420898
8.50916576385498, 12.361550331115723, 8.785566329956055, 12.861089706420898
],
"geometry": {
"type": "Polygon",
@ -1053,10 +1003,7 @@
"NEIGNO": 1011.0
},
"bbox": [
10.356060028076172,
12.44025993347168,
10.709790229797363,
12.838859558105469
10.356060028076172, 12.44025993347168, 10.709790229797363, 12.838859558105469
],
"geometry": {
"type": "Polygon",
@ -1107,10 +1054,7 @@
"NEIGNO": 1042.0
},
"bbox": [
8.358473777770996,
12.355310440063477,
8.589687347412109,
12.788189888000488
8.358473777770996, 12.355310440063477, 8.589687347412109, 12.788189888000488
],
"geometry": {
"type": "Polygon",
@ -1161,10 +1105,7 @@
"NEIGNO": 1041.0
},
"bbox": [
8.122319221496582,
12.445659637451172,
8.431012153625488,
12.788060188293457
8.122319221496582, 12.445659637451172, 8.431012153625488, 12.788060188293457
],
"geometry": {
"type": "Polygon",
@ -1217,10 +1158,7 @@
"NEIGNO": 1017.0
},
"bbox": [
9.841083526611328,
11.741860389709473,
10.425640106201172,
12.781140327453613
9.841083526611328, 11.741860389709473, 10.425640106201172, 12.781140327453613
],
"geometry": {
"type": "Polygon",
@ -1286,10 +1224,7 @@
"NEIGNO": 1043.0
},
"bbox": [
7.06132984161377,
11.527389526367188,
8.563572883605957,
12.725419998168945
7.06132984161377, 11.527389526367188, 8.563572883605957, 12.725419998168945
],
"geometry": {
"type": "Polygon",
@ -1394,10 +1329,7 @@
"NEIGNO": 1019.0
},
"bbox": [
9.357977867126465,
12.226559638977051,
10.015439987182617,
12.72404956817627
9.357977867126465, 12.226559638977051, 10.015439987182617, 12.72404956817627
],
"geometry": {
"type": "Polygon",
@ -1451,10 +1383,7 @@
"NEIGNO": 1012.0
},
"bbox": [
10.421750068664551,
11.990639686584473,
10.888489723205566,
12.652009963989258
10.421750068664551, 11.990639686584473, 10.888489723205566, 12.652009963989258
],
"geometry": {
"type": "Polygon",
@ -1503,10 +1432,7 @@
"NEIGNO": 1035.0
},
"bbox": [
8.131139755249023,
12.088789939880371,
8.790392875671387,
12.645350456237793
8.131139755249023, 12.088789939880371, 8.790392875671387, 12.645350456237793
],
"geometry": {
"type": "Polygon",
@ -1599,10 +1525,7 @@
"NEIGNO": 1032.0
},
"bbox": [
8.707547187805176,
12.125729560852051,
9.131059646606445,
12.63424015045166
8.707547187805176, 12.125729560852051, 9.131059646606445, 12.63424015045166
],
"geometry": {
"type": "Polygon",
@ -1658,10 +1581,7 @@
"NEIGNO": 1020.0
},
"bbox": [
9.124277114868164,
12.182160377502441,
9.394844055175781,
12.63424015045166
9.124277114868164, 12.182160377502441, 9.394844055175781, 12.63424015045166
],
"geometry": {
"type": "Polygon",
@ -1712,10 +1632,7 @@
"NEIGNO": 1021.0
},
"bbox": [
9.468775749206543,
12.002750396728516,
10.007160186767578,
12.341389656066895
9.468775749206543, 12.002750396728516, 10.007160186767578, 12.341389656066895
],
"geometry": {
"type": "Polygon",
@ -1767,10 +1684,7 @@
"NEIGNO": 1031.0
},
"bbox": [
9.084967613220215,
11.734999656677246,
9.492551803588867,
12.234550476074219
9.084967613220215, 11.734999656677246, 9.492551803588867, 12.234550476074219
],
"geometry": {
"type": "Polygon",
@ -1826,10 +1740,7 @@
"NEIGNO": 1033.0
},
"bbox": [
8.790384292602539,
11.792989730834961,
9.131059646606445,
12.182160377502441
8.790384292602539, 11.792989730834961, 9.131059646606445, 12.182160377502441
],
"geometry": {
"type": "Polygon",
@ -1882,10 +1793,7 @@
"NEIGNO": 1034.0
},
"bbox": [
8.386432647705078,
11.785490036010742,
8.898137092590332,
12.125729560852051
8.386432647705078, 11.785490036010742, 8.898137092590332, 12.125729560852051
],
"geometry": {
"type": "Polygon",
@ -1943,10 +1851,7 @@
"NEIGNO": 1045.0
},
"bbox": [
6.456532001495361,
11.781330108642578,
7.185831069946289,
12.078980445861816
6.456532001495361, 11.781330108642578, 7.185831069946289, 12.078980445861816
],
"geometry": {
"type": "Polygon",
@ -1992,10 +1897,7 @@
"NEIGNO": 1013.0
},
"bbox": [
10.424249649047852,
11.633870124816895,
11.204830169677734,
12.037540435791016
10.424249649047852, 11.633870124816895, 11.204830169677734, 12.037540435791016
],
"geometry": {
"type": "Polygon",
@ -2057,10 +1959,7 @@
"NEIGNO": 1022.0
},
"bbox": [
9.480667114257812,
11.76294994354248,
10.049909591674805,
12.009679794311523
9.480667114257812, 11.76294994354248, 10.049909591674805, 12.009679794311523
],
"geometry": {
"type": "Polygon",
@ -2117,10 +2016,7 @@
"NEIGNO": 1044.0
},
"bbox": [
6.966993808746338,
11.329950332641602,
7.733179092407227,
11.872119903564453
6.966993808746338, 11.329950332641602, 7.733179092407227, 11.872119903564453
],
"geometry": {
"type": "Polygon",
@ -2180,10 +2076,7 @@
"NEIGNO": 1023.0
},
"bbox": [
9.341614723205566,
11.531109809875488,
10.05659008026123,
11.866829872131348
9.341614723205566, 11.531109809875488, 10.05659008026123, 11.866829872131348
],
"geometry": {
"type": "Polygon",
@ -2237,10 +2130,7 @@
"NEIGNO": 1046.0
},
"bbox": [
6.456532001495361,
11.439629554748535,
7.019946098327637,
11.82621955871582
6.456532001495361, 11.439629554748535, 7.019946098327637, 11.82621955871582
],
"geometry": {
"type": "Polygon",
@ -2290,10 +2180,7 @@
"NEIGNO": 1030.0
},
"bbox": [
8.713337898254395,
11.434320449829102,
9.095859527587891,
11.810020446777344
8.713337898254395, 11.434320449829102, 9.095859527587891, 11.810020446777344
],
"geometry": {
"type": "Polygon",
@ -2340,10 +2227,7 @@
"NEIGNO": 1024.0
},
"bbox": [
9.084967613220215,
11.546170234680176,
9.343691825866699,
11.792989730834961
9.084967613220215, 11.546170234680176, 9.343691825866699, 11.792989730834961
],
"geometry": {
"type": "Polygon",
@ -2386,10 +2270,7 @@
"NEIGNO": 1047.0
},
"bbox": [
5.87490701675415,
11.057000160217285,
6.481366157531738,
11.781330108642578
5.87490701675415, 11.057000160217285, 6.481366157531738, 11.781330108642578
],
"geometry": {
"type": "Polygon",
@ -2451,10 +2332,7 @@
"NEIGNO": 1016.0
},
"bbox": [
10.05659008026123,
11.213310241699219,
10.808690071105957,
11.74390983581543
10.05659008026123, 11.213310241699219, 10.808690071105957, 11.74390983581543
],
"geometry": {
"type": "Polygon",
@ -2526,10 +2404,7 @@
"NEIGNO": 1014.0
},
"bbox": [
10.799189567565918,
11.232259750366211,
11.141839981079102,
11.727809906005859
10.799189567565918, 11.232259750366211, 11.141839981079102, 11.727809906005859
],
"geometry": {
"type": "Polygon",
@ -2597,10 +2472,7 @@
"NEIGNO": 1049.0
},
"bbox": [
6.75403881072998,
10.997920036315918,
7.404403209686279,
11.586389541625977
6.75403881072998, 10.997920036315918, 7.404403209686279, 11.586389541625977
],
"geometry": {
"type": "Polygon",
@ -2658,10 +2530,7 @@
"NEIGNO": 1029.0
},
"bbox": [
9.082836151123047,
11.308409690856934,
9.341614723205566,
11.559189796447754
9.082836151123047, 11.308409690856934, 9.341614723205566, 11.559189796447754
],
"geometry": {
"type": "Polygon",
@ -2704,10 +2573,7 @@
"NEIGNO": 1025.0
},
"bbox": [
9.335508346557617,
11.211409568786621,
9.963891983032227,
11.546170234680176
9.335508346557617, 11.211409568786621, 9.963891983032227, 11.546170234680176
],
"geometry": {
"type": "Polygon",
@ -2755,10 +2621,7 @@
"NEIGNO": 1028.0
},
"bbox": [
8.622117042541504,
10.821869850158691,
9.178548812866211,
11.460300445556641
8.622117042541504, 10.821869850158691, 9.178548812866211, 11.460300445556641
],
"geometry": {
"type": "Polygon",
@ -2828,10 +2691,7 @@
"NEIGNO": 1048.0
},
"bbox": [
6.167585849761963,
10.978030204772949,
6.678176879882812,
11.447600364685059
6.167585849761963, 10.978030204772949, 6.678176879882812, 11.447600364685059
],
"geometry": {
"type": "Polygon",
@ -2894,10 +2754,7 @@
"NEIGNO": 1015.0
},
"bbox": [
10.588159561157227,
10.788629531860352,
11.287420272827148,
11.315879821777344
10.588159561157227, 10.788629531860352, 11.287420272827148, 11.315879821777344
],
"geometry": {
"type": "Polygon",
@ -2968,10 +2825,7 @@
"NEIGNO": 1027.0
},
"bbox": [
9.093674659729004,
11.048029899597168,
9.3948974609375,
11.312379837036133
9.093674659729004, 11.048029899597168, 9.3948974609375, 11.312379837036133
],
"geometry": {
"type": "Polygon",
@ -3025,10 +2879,7 @@
"NEIGNO": 1026.0
},
"bbox": [
9.095559120178223,
10.828829765319824,
9.78189754486084,
11.285369873046875
9.095559120178223, 10.828829765319824, 9.78189754486084, 11.285369873046875
],
"geometry": {
"type": "Polygon",

View File

@ -3,12 +3,7 @@
"features": [
{
"type": "Feature",
"bbox": [
-232.28458782435735,
-27,
-127.71541217564265,
-7.000000000000003
],
"bbox": [-232.28458782435735, -27, -127.71541217564265, -7.000000000000003],
"properties": {
"stroke-width": 6,
"stroke": "#FFF",
@ -52,12 +47,7 @@
},
{
"type": "Feature",
"bbox": [
-232.28458782435735,
-66.99999999999999,
-127.71541217564265,
33
],
"bbox": [-232.28458782435735, -66.99999999999999, -127.71541217564265, 33],
"properties": {
"stroke-width": 6,
"stroke": "#000",

View File

@ -4,10 +4,7 @@
{
"type": "Feature",
"bbox": [
-180.4702059453939,
-17.089932036372456,
-179.5297940546061,
-16.910067963627547
-180.4702059453939, -17.089932036372456, -179.5297940546061, -16.910067963627547
],
"properties": {
"stroke-width": 6,
@ -31,10 +28,7 @@
{
"type": "Feature",
"bbox": [
-180.09404118907878,
-17.44966018186227,
-179.90595881092122,
-16.55033981813773
-180.09404118907878, -17.44966018186227, -179.90595881092122, -16.55033981813773
],
"properties": {
"stroke-width": 6,
@ -58,10 +52,7 @@
{
"type": "Feature",
"bbox": [
-180.4702059453939,
-17.44966018186227,
-179.5297940546061,
-16.55033981813773
-180.4702059453939, -17.44966018186227, -179.5297940546061, -16.55033981813773
],
"properties": {
"stroke-width": 6,

View File

@ -4,10 +4,7 @@
{
"type": "Feature",
"bbox": [
-95.63134703033796,
73.91006796362754,
-92.36865296966204,
74.08993203637246
-95.63134703033796, 73.91006796362754, -92.36865296966204, 74.08993203637246
],
"properties": {
"stroke-width": 6,
@ -31,10 +28,7 @@
{
"type": "Feature",
"bbox": [
-94.32626940606758,
73.55033981813773,
-93.67373059393242,
74.44966018186227
-94.32626940606758, 73.55033981813773, -93.67373059393242, 74.44966018186227
],
"properties": {
"stroke-width": 6,
@ -58,10 +52,7 @@
{
"type": "Feature",
"bbox": [
-95.63134703033796,
73.55033981813773,
-92.36865296966204,
74.44966018186227
-95.63134703033796, 73.55033981813773, -92.36865296966204, 74.44966018186227
],
"properties": {
"stroke-width": 6,

View File

@ -4,10 +4,7 @@
{
"type": "Feature",
"bbox": [
-74.11421824800942,
40.71315533047033,
-73.8809366917385,
40.748510669529665
-74.11421824800942, 40.71315533047033, -73.8809366917385, 40.748510669529665
],
"properties": {
"stroke-width": 6,
@ -31,10 +28,7 @@
{
"type": "Feature",
"bbox": [
-74.02083123236167,
40.64244465235168,
-73.97417496521712,
40.819221347648316
-74.02083123236167, 40.64244465235168, -73.97417496521712, 40.819221347648316
],
"properties": {
"stroke-width": 6,
@ -58,10 +52,7 @@
{
"type": "Feature",
"bbox": [
-74.11421824800942,
40.64244465235168,
-73.8809366917385,
40.819221347648316
-74.11421824800942, 40.64244465235168, -73.8809366917385, 40.819221347648316
],
"properties": {
"stroke-width": 6,

View File

@ -4,10 +4,7 @@
{
"type": "Feature",
"bbox": [
-74.03946895975423,
40.724473844723505,
-73.95555109008865,
40.73719215527649
-74.03946895975423, 40.724473844723505, -73.95555109008865, 40.73719215527649
],
"properties": {
"stroke-width": 6,
@ -31,10 +28,7 @@
{
"type": "Feature",
"bbox": [
-74.00589218693665,
40.69903722361756,
-73.98910861505686,
40.76262877638244
-74.00589218693665, 40.69903722361756, -73.98910861505686, 40.76262877638244
],
"properties": {
"stroke-width": 6,
@ -58,10 +52,7 @@
{
"type": "Feature",
"bbox": [
-74.03946895975423,
40.69903722361756,
-73.95555109008865,
40.76262877638244
-74.03946895975423, 40.69903722361756, -73.95555109008865, 40.76262877638244
],
"properties": {
"stroke-width": 6,

View File

@ -4,10 +4,7 @@
{
"type": "Feature",
"bbox": [
-74.05683888714123,
40.72183979636275,
-73.93816111285878,
40.73982620363724
-74.05683888714123, 40.72183979636275, -73.93816111285878, 40.73982620363724
],
"properties": {
"stroke-width": 6,
@ -31,10 +28,7 @@
{
"type": "Feature",
"bbox": [
-74.00936777742822,
40.68586698181377,
-73.98563222257178,
40.77579901818623
-74.00936777742822, 40.68586698181377, -73.98563222257178, 40.77579901818623
],
"properties": {
"stroke-width": 6,
@ -58,10 +52,7 @@
{
"type": "Feature",
"bbox": [
-74.05683888714123,
40.68586698181377,
-73.93816111285878,
40.77579901818623
-74.05683888714123, 40.68586698181377, -73.93816111285878, 40.77579901818623
],
"properties": {
"stroke-width": 6,

View File

@ -7,18 +7,9 @@
"geometry": {
"type": "LineString",
"coordinates": [
[
-121.9921875,
41.77131167976407
],
[
-112.1484375,
49.15296965617042
],
[
-95.2734375,
49.15296965617042
]
[-121.9921875, 41.77131167976407],
[-112.1484375, 49.15296965617042],
[-95.2734375, 49.15296965617042]
]
}
},
@ -28,18 +19,9 @@
"geometry": {
"type": "LineString",
"coordinates": [
[
-101.953125,
34.016241889667015
],
[
-88.9453125,
40.17887331434696
],
[
-78.046875,
50.064191736659104
]
[-101.953125, 34.016241889667015],
[-88.9453125, 40.17887331434696],
[-78.046875, 50.064191736659104]
]
}
},
@ -49,18 +31,9 @@
"geometry": {
"type": "LineString",
"coordinates": [
[
-108.6328125,
42.032974332441405
],
[
-102.65625,
39.36827914916014
],
[
-95.97656249999999,
39.36827914916014
]
[-108.6328125, 42.032974332441405],
[-102.65625, 39.36827914916014],
[-95.97656249999999, 39.36827914916014]
]
}
},
@ -70,20 +43,11 @@
"geometry": {
"type": "LineString",
"coordinates": [
[
-71.71875,
39.842286020743394
],
[
-69.169921875,
35.96022296929667
],
[
-66.796875,
31.952162238024975
]
[-71.71875, 39.842286020743394],
[-69.169921875, 35.96022296929667],
[-66.796875, 31.952162238024975]
]
}
}
]
}
}

View File

@ -6,10 +6,7 @@
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-86.8359375,
42.8115217450979
]
"coordinates": [-86.8359375, 42.8115217450979]
}
},
{
@ -17,10 +14,7 @@
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-67.5,
48.69096039092549
]
"coordinates": [-67.5, 48.69096039092549]
}
},
{
@ -28,11 +22,8 @@
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-106.171875,
46.800059446787316
]
"coordinates": [-106.171875, 46.800059446787316]
}
}
]
}
}

View File

@ -8,26 +8,11 @@
"type": "Polygon",
"coordinates": [
[
[
-78,
41
],
[
-67,
41
],
[
-67,
48
],
[
-78,
48
],
[
-78,
41
]
[-78, 41],
[-67, 41],
[-67, 48],
[-78, 48],
[-78, 41]
]
]
}
@ -39,26 +24,11 @@
"type": "Polygon",
"coordinates": [
[
[
-93,
32
],
[
-83,
32
],
[
-83,
39
],
[
-93,
39
],
[
-93,
32
]
[-93, 32],
[-83, 32],
[-83, 39],
[-93, 39],
[-93, 32]
]
]
}
@ -70,26 +40,11 @@
"type": "Polygon",
"coordinates": [
[
[
-97.646484375,
43.197167282501276
],
[
-88.681640625,
43.197167282501276
],
[
-88.681640625,
48.28319289548349
],
[
-97.646484375,
48.28319289548349
],
[
-97.646484375,
43.197167282501276
]
[-97.646484375, 43.197167282501276],
[-88.681640625, 43.197167282501276],
[-88.681640625, 48.28319289548349],
[-97.646484375, 48.28319289548349],
[-97.646484375, 43.197167282501276]
]
]
}
@ -101,29 +56,14 @@
"type": "Polygon",
"coordinates": [
[
[
-93.8671875,
36.87962060502676
],
[
-75.89355468749999,
36.87962060502676
],
[
-75.89355468749999,
45.1510532655634
],
[
-93.8671875,
45.1510532655634
],
[
-93.8671875,
36.87962060502676
]
[-93.8671875, 36.87962060502676],
[-75.89355468749999, 36.87962060502676],
[-75.89355468749999, 45.1510532655634],
[-93.8671875, 45.1510532655634],
[-93.8671875, 36.87962060502676]
]
]
}
}
]
}
}

View File

@ -1,113 +1,57 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
-121.9921875,
41.77131167976407
],
[
-112.1484375,
49.15296965617042
],
[
-95.2734375,
49.15296965617042
]
]
},
"bbox": [
-121.9921875,
41.77131167976407,
-95.2734375,
49.15296965617042
]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
-101.953125,
34.016241889667015
],
[
-88.9453125,
40.17887331434696
],
[
-78.046875,
50.064191736659104
]
]
},
"bbox": [
-101.953125,
34.016241889667015,
-78.046875,
50.064191736659104
]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
-108.6328125,
42.032974332441405
],
[
-102.65625,
39.36827914916014
],
[
-95.97656249999999,
39.36827914916014
]
]
},
"bbox": [
-108.6328125,
39.36827914916014,
-95.97656249999999,
42.032974332441405
]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
-71.71875,
39.842286020743394
],
[
-69.169921875,
35.96022296929667
],
[
-66.796875,
31.952162238024975
]
]
},
"bbox": [
-71.71875,
31.952162238024975,
-66.796875,
39.842286020743394
]
}
]
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[-121.9921875, 41.77131167976407],
[-112.1484375, 49.15296965617042],
[-95.2734375, 49.15296965617042]
]
},
"bbox": [-121.9921875, 41.77131167976407, -95.2734375, 49.15296965617042]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[-101.953125, 34.016241889667015],
[-88.9453125, 40.17887331434696],
[-78.046875, 50.064191736659104]
]
},
"bbox": [-101.953125, 34.016241889667015, -78.046875, 50.064191736659104]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[-108.6328125, 42.032974332441405],
[-102.65625, 39.36827914916014],
[-95.97656249999999, 39.36827914916014]
]
},
"bbox": [-108.6328125, 39.36827914916014, -95.97656249999999, 42.032974332441405]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[-71.71875, 39.842286020743394],
[-69.169921875, 35.96022296929667],
[-66.796875, 31.952162238024975]
]
},
"bbox": [-71.71875, 31.952162238024975, -66.796875, 39.842286020743394]
}
]
}

View File

@ -1,56 +1,32 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-86.8359375,
42.8115217450979
]
},
"bbox": [
-86.8359375,
42.8115217450979,
-86.8359375,
42.8115217450979
]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-67.5,
48.69096039092549
]
},
"bbox": [
-67.5,
48.69096039092549,
-67.5,
48.69096039092549
]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-106.171875,
46.800059446787316
]
},
"bbox": [
-106.171875,
46.800059446787316,
-106.171875,
46.800059446787316
]
}
]
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [-86.8359375, 42.8115217450979]
},
"bbox": [-86.8359375, 42.8115217450979, -86.8359375, 42.8115217450979]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [-67.5, 48.69096039092549]
},
"bbox": [-67.5, 48.69096039092549, -67.5, 48.69096039092549]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [-106.171875, 46.800059446787316]
},
"bbox": [-106.171875, 46.800059446787316, -106.171875, 46.800059446787316]
}
]
}

View File

@ -1,153 +1,73 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78,
41
],
[
-67,
41
],
[
-67,
48
],
[
-78,
48
],
[
-78,
41
]
]
]
},
"bbox": [
-78,
41,
-67,
48
]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-93,
32
],
[
-83,
32
],
[
-83,
39
],
[
-93,
39
],
[
-93,
32
]
]
]
},
"bbox": [
-93,
32,
-83,
39
]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-97.646484375,
43.197167282501276
],
[
-88.681640625,
43.197167282501276
],
[
-88.681640625,
48.28319289548349
],
[
-97.646484375,
48.28319289548349
],
[
-97.646484375,
43.197167282501276
]
]
]
},
"bbox": [
-97.646484375,
43.197167282501276,
-88.681640625,
48.28319289548349
]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-93.8671875,
36.87962060502676
],
[
-75.89355468749999,
36.87962060502676
],
[
-75.89355468749999,
45.1510532655634
],
[
-93.8671875,
45.1510532655634
],
[
-93.8671875,
36.87962060502676
]
]
]
},
"bbox": [
-93.8671875,
36.87962060502676,
-75.89355468749999,
45.1510532655634
]
}
]
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-78, 41],
[-67, 41],
[-67, 48],
[-78, 48],
[-78, 41]
]
]
},
"bbox": [-78, 41, -67, 48]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-93, 32],
[-83, 32],
[-83, 39],
[-93, 39],
[-93, 32]
]
]
},
"bbox": [-93, 32, -83, 39]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-97.646484375, 43.197167282501276],
[-88.681640625, 43.197167282501276],
[-88.681640625, 48.28319289548349],
[-97.646484375, 48.28319289548349],
[-97.646484375, 43.197167282501276]
]
]
},
"bbox": [-97.646484375, 43.197167282501276, -88.681640625, 48.28319289548349]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-93.8671875, 36.87962060502676],
[-75.89355468749999, 36.87962060502676],
[-75.89355468749999, 45.1510532655634],
[-93.8671875, 45.1510532655634],
[-93.8671875, 36.87962060502676]
]
]
},
"bbox": [-93.8671875, 36.87962060502676, -75.89355468749999, 45.1510532655634]
}
]
}

View File

@ -1,86 +1,44 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
-121.9921875,
41.77131167976407
],
[
-112.1484375,
49.15296965617042
],
[
-95.2734375,
49.15296965617042
]
]
},
"bbox": [
-121.9921875,
41.77131167976407,
-95.2734375,
49.15296965617042
]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
-101.953125,
34.016241889667015
],
[
-88.9453125,
40.17887331434696
],
[
-78.046875,
50.064191736659104
]
]
},
"bbox": [
-101.953125,
34.016241889667015,
-78.046875,
50.064191736659104
]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
-108.6328125,
42.032974332441405
],
[
-102.65625,
39.36827914916014
],
[
-95.97656249999999,
39.36827914916014
]
]
},
"bbox": [
-108.6328125,
39.36827914916014,
-95.97656249999999,
42.032974332441405
]
}
]
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[-121.9921875, 41.77131167976407],
[-112.1484375, 49.15296965617042],
[-95.2734375, 49.15296965617042]
]
},
"bbox": [-121.9921875, 41.77131167976407, -95.2734375, 49.15296965617042]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[-101.953125, 34.016241889667015],
[-88.9453125, 40.17887331434696],
[-78.046875, 50.064191736659104]
]
},
"bbox": [-101.953125, 34.016241889667015, -78.046875, 50.064191736659104]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[-108.6328125, 42.032974332441405],
[-102.65625, 39.36827914916014],
[-95.97656249999999, 39.36827914916014]
]
},
"bbox": [-108.6328125, 39.36827914916014, -95.97656249999999, 42.032974332441405]
}
]
}

View File

@ -1,22 +1,14 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-86.8359375,
42.8115217450979
]
},
"bbox": [
-86.8359375,
42.8115217450979,
-86.8359375,
42.8115217450979
]
}
]
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [-86.8359375, 42.8115217450979]
},
"bbox": [-86.8359375, 42.8115217450979, -86.8359375, 42.8115217450979]
}
]
}

View File

@ -1,79 +1,39 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-78,
41
],
[
-67,
41
],
[
-67,
48
],
[
-78,
48
],
[
-78,
41
]
]
]
},
"bbox": [
-78,
41,
-67,
48
]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[
-93.8671875,
36.87962060502676
],
[
-75.89355468749999,
36.87962060502676
],
[
-75.89355468749999,
45.1510532655634
],
[
-93.8671875,
45.1510532655634
],
[
-93.8671875,
36.87962060502676
]
]
]
},
"bbox": [
-93.8671875,
36.87962060502676,
-75.89355468749999,
45.1510532655634
]
}
]
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-78, 41],
[-67, 41],
[-67, 48],
[-78, 48],
[-78, 41]
]
]
},
"bbox": [-78, 41, -67, 48]
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Polygon",
"coordinates": [
[
[-93.8671875, 36.87962060502676],
[-75.89355468749999, 36.87962060502676],
[-75.89355468749999, 45.1510532655634],
[-93.8671875, 45.1510532655634],
[-93.8671875, 36.87962060502676]
]
]
},
"bbox": [-93.8671875, 36.87962060502676, -75.89355468749999, 45.1510532655634]
}
]
}

View File

@ -1,10 +1,5 @@
{
"bbox": [
-96.6357421875,
31.12819929911196,
-84.9462890625,
40.58058466412764
],
"bbox": [-96.6357421875, 31.12819929911196, -84.9462890625, 40.58058466412764],
"cellSide": 25,
"units": "miles",
"triangles": true

View File

@ -1,10 +1,5 @@
{
"bbox": [
-96.6357421875,
31.12819929911196,
-84.9462890625,
40.58058466412764
],
"bbox": [-96.6357421875, 31.12819929911196, -84.9462890625, 40.58058466412764],
"cellSide": 25,
"units": "miles"
}

View File

@ -1,9 +1,6 @@
{
"bbox": [
-180.3460693359375,
-17.16703442146408,
-179.5770263671875,
-16.48349760264812
-180.3460693359375, -17.16703442146408, -179.5770263671875, -16.48349760264812
],
"cellSide": 10,
"units": "miles"

View File

@ -1,10 +1,5 @@
{
"bbox": [
-0.6207275390625,
51.23784668914442,
0.439453125,
51.767839887322154
],
"bbox": [-0.6207275390625, 51.23784668914442, 0.439453125, 51.767839887322154],
"cellSide": 20,
"units": "miles"
}

View File

@ -1,10 +1,5 @@
{
"bbox": [
6.3775634765625,
44.05601169578525,
9.437255859375,
46.50595444552049
],
"bbox": [6.3775634765625, 44.05601169578525, 9.437255859375, 46.50595444552049],
"cellSide": 12.5,
"units": "miles",
"mask": {

View File

@ -1,10 +1,5 @@
{
"bbox": [
2.131519317626953,
41.37835427979543,
2.2264480590820312,
41.44388449101261
],
"bbox": [2.131519317626953, 41.37835427979543, 2.2264480590820312, 41.44388449101261],
"properties": {
"marker-color": "#0ff"
},

View File

@ -1,10 +1,5 @@
{
"bbox": [
-95.877685546875,
74.46849062193377,
-94.031982421875,
74.90226611990785
],
"bbox": [-95.877685546875, 74.46849062193377, -94.031982421875, 74.90226611990785],
"cellSide": 12.5,
"units": "miles"
}

View File

@ -22233,12 +22233,7 @@
},
{
"type": "Feature",
"bbox": [
-96.6357421875,
31.12819929911196,
-84.9462890625,
40.58058466412764
],
"bbox": [-96.6357421875, 31.12819929911196, -84.9462890625, 40.58058466412764],
"properties": {
"stroke": "#F00",
"stroke-width": 6,

View File

@ -4449,12 +4449,7 @@
},
{
"type": "Feature",
"bbox": [
-96.6357421875,
31.12819929911196,
-84.9462890625,
40.58058466412764
],
"bbox": [-96.6357421875, 31.12819929911196, -84.9462890625, 40.58058466412764],
"properties": {
"stroke": "#F00",
"stroke-width": 6,

View File

@ -94,10 +94,7 @@
{
"type": "Feature",
"bbox": [
-180.3460693359375,
-17.16703442146408,
-179.5770263671875,
-16.48349760264812
-180.3460693359375, -17.16703442146408, -179.5770263671875, -16.48349760264812
],
"properties": {
"stroke": "#F00",

View File

@ -21,12 +21,7 @@
},
{
"type": "Feature",
"bbox": [
-0.6207275390625,
51.23784668914442,
0.439453125,
51.767839887322154
],
"bbox": [-0.6207275390625, 51.23784668914442, 0.439453125, 51.767839887322154],
"properties": {
"stroke": "#F00",
"stroke-width": 6,

View File

@ -615,12 +615,7 @@
},
{
"type": "Feature",
"bbox": [
6.3775634765625,
44.05601169578525,
9.437255859375,
46.50595444552049
],
"bbox": [6.3775634765625, 44.05601169578525, 9.437255859375, 46.50595444552049],
"properties": {
"stroke": "#F00",
"stroke-width": 6,

View File

@ -264,10 +264,7 @@
{
"type": "Feature",
"bbox": [
2.131519317626953,
41.37835427979543,
2.2264480590820312,
41.44388449101261
2.131519317626953, 41.37835427979543, 2.2264480590820312, 41.44388449101261
],
"properties": {
"stroke": "#F00",

View File

@ -21,12 +21,7 @@
},
{
"type": "Feature",
"bbox": [
-95.877685546875,
74.46849062193377,
-94.031982421875,
74.90226611990785
],
"bbox": [-95.877685546875, 74.46849062193377, -94.031982421875, 74.90226611990785],
"properties": {
"stroke": "#F00",
"stroke-width": 6,

File diff suppressed because it is too large Load Diff

View File

@ -1,16 +1,16 @@
{
"matrix": [
[18, 13, 10, 9, 10, 13, 18],
[13, 8, 5, 4, 5, 8, 13],
[10, 5, 2, 1, 2, 5, 10],
[10, 5, 2, 1, 2, 5, 10],
[ 9, 4, 1, 12, 1, 4, 9],
[10, 5, 2, 1, 2, 5, 10],
[10, 5, 2, 1, 2, 5, 10],
[13, 8, 5, 4, 5, 8, 13],
[18, 13, 10, 9, 10, 13, 18]
],
"origin": [ 10.85, 44 ],
[18, 13, 10, 9, 10, 13, 18],
[13, 8, 5, 4, 5, 8, 13],
[10, 5, 2, 1, 2, 5, 10],
[10, 5, 2, 1, 2, 5, 10],
[9, 4, 1, 12, 1, 4, 9],
[10, 5, 2, 1, 2, 5, 10],
[10, 5, 2, 1, 2, 5, 10],
[13, 8, 5, 4, 5, 8, 13],
[18, 13, 10, 9, 10, 13, 18]
],
"origin": [10.85, 44],
"cellSize": 20,
"breaks": [0, 4.5, 9, 13.5, 18],
"commonProperties": {
@ -21,12 +21,15 @@
"breaksProperties": [
{
"fill-opacity": 0.4
},{
},
{
"fill-opacity": 0.5
},{
},
{
"fill-opacity": 0.7
},{
},
{
"fill-opacity": 0.8
}
]
}
}

File diff suppressed because it is too large Load Diff

View File

@ -1,441 +1,162 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"temperature": "2-4"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
11.054363,
44.144966
],
[
10.863591,
44.279864
],
[
10.863591,
44.459728
],
[
10.863591,
44.639592
],
[
10.863591,
44.819456
],
[
11.054363,
44.954354
],
[
11.308726,
44.954354
],
[
11.56309,
44.954354
],
[
11.817453,
44.954354
],
[
12.071816,
44.954354
],
[
12.262588,
44.819456
],
[
12.262588,
44.639592
],
[
12.262588,
44.459728
],
[
12.262588,
44.279864
],
[
12.071816,
44.144966
],
[
11.817453,
44.144966
],
[
11.56309,
44.144966
],
[
11.308726,
44.144966
],
[
11.054363,
44.144966
]
],
[
[
10.990772,
44.279864
],
[
11.054363,
44.234898
],
[
11.308726,
44.234898
],
[
11.56309,
44.234898
],
[
11.817453,
44.234898
],
[
12.071816,
44.234898
],
[
12.135407,
44.279864
],
[
12.135407,
44.459728
],
[
12.135407,
44.639592
],
[
12.135407,
44.819456
],
[
12.071816,
44.864422
],
[
11.817453,
44.864422
],
[
11.56309,
44.864422
],
[
11.308726,
44.864422
],
[
11.054363,
44.864422
],
[
10.990772,
44.819456
],
[
10.990772,
44.639592
],
[
10.990772,
44.459728
],
[
10.990772,
44.279864
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"temperature": "4-8"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
11.054363,
44.234898
],
[
10.990772,
44.279864
],
[
10.990772,
44.459728
],
[
10.990772,
44.639592
],
[
10.990772,
44.819456
],
[
11.054363,
44.864422
],
[
11.308726,
44.864422
],
[
11.56309,
44.864422
],
[
11.817453,
44.864422
],
[
12.071816,
44.864422
],
[
12.135407,
44.819456
],
[
12.135407,
44.639592
],
[
12.135407,
44.459728
],
[
12.135407,
44.279864
],
[
12.071816,
44.234898
],
[
11.817453,
44.234898
],
[
11.56309,
44.234898
],
[
11.308726,
44.234898
],
[
11.054363,
44.234898
]
],
[
[
11.206981,
44.459728
],
[
11.308726,
44.387783
],
[
11.56309,
44.387783
],
[
11.817453,
44.387783
],
[
11.919198,
44.459728
],
[
11.995507,
44.639592
],
[
11.817453,
44.765497
],
[
11.56309,
44.765497
],
[
11.308726,
44.765497
],
[
11.130672,
44.639592
],
[
11.206981,
44.459728
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"temperature": "8-12"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[
11.308726,
44.387783
],
[
11.206981,
44.459728
],
[
11.130672,
44.639592
],
[
11.308726,
44.765497
],
[
11.56309,
44.765497
],
[
11.817453,
44.765497
],
[
11.995507,
44.639592
],
[
11.919198,
44.459728
],
[
11.817453,
44.387783
],
[
11.56309,
44.387783
],
[
11.308726,
44.387783
]
],
[
[
11.232417,
44.639592
],
[
11.308726,
44.531674
],
[
11.56309,
44.531674
],
[
11.817453,
44.531674
],
[
11.893762,
44.639592
],
[
11.817453,
44.693551
],
[
11.56309,
44.693551
],
[
11.308726,
44.693551
],
[
11.232417,
44.639592
]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"description": "Debug line for testing",
"stroke": "#F00",
"stroke-width": 1
},
"geometry": {
"type": "LineString",
"coordinates": [
[
10.799999999999955,
44.1
],
[
12.326179163093911,
44.1
],
[
12.326179163093911,
44.99932036372454
],
[
10.799999999999955,
44.99932036372454
],
[
10.799999999999955,
44.1
]
]
}
}
]
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"temperature": "2-4"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[11.054363, 44.144966],
[10.863591, 44.279864],
[10.863591, 44.459728],
[10.863591, 44.639592],
[10.863591, 44.819456],
[11.054363, 44.954354],
[11.308726, 44.954354],
[11.56309, 44.954354],
[11.817453, 44.954354],
[12.071816, 44.954354],
[12.262588, 44.819456],
[12.262588, 44.639592],
[12.262588, 44.459728],
[12.262588, 44.279864],
[12.071816, 44.144966],
[11.817453, 44.144966],
[11.56309, 44.144966],
[11.308726, 44.144966],
[11.054363, 44.144966]
],
[
[10.990772, 44.279864],
[11.054363, 44.234898],
[11.308726, 44.234898],
[11.56309, 44.234898],
[11.817453, 44.234898],
[12.071816, 44.234898],
[12.135407, 44.279864],
[12.135407, 44.459728],
[12.135407, 44.639592],
[12.135407, 44.819456],
[12.071816, 44.864422],
[11.817453, 44.864422],
[11.56309, 44.864422],
[11.308726, 44.864422],
[11.054363, 44.864422],
[10.990772, 44.819456],
[10.990772, 44.639592],
[10.990772, 44.459728],
[10.990772, 44.279864]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"temperature": "4-8"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[11.054363, 44.234898],
[10.990772, 44.279864],
[10.990772, 44.459728],
[10.990772, 44.639592],
[10.990772, 44.819456],
[11.054363, 44.864422],
[11.308726, 44.864422],
[11.56309, 44.864422],
[11.817453, 44.864422],
[12.071816, 44.864422],
[12.135407, 44.819456],
[12.135407, 44.639592],
[12.135407, 44.459728],
[12.135407, 44.279864],
[12.071816, 44.234898],
[11.817453, 44.234898],
[11.56309, 44.234898],
[11.308726, 44.234898],
[11.054363, 44.234898]
],
[
[11.206981, 44.459728],
[11.308726, 44.387783],
[11.56309, 44.387783],
[11.817453, 44.387783],
[11.919198, 44.459728],
[11.995507, 44.639592],
[11.817453, 44.765497],
[11.56309, 44.765497],
[11.308726, 44.765497],
[11.130672, 44.639592],
[11.206981, 44.459728]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"temperature": "8-12"
},
"geometry": {
"type": "MultiPolygon",
"coordinates": [
[
[
[11.308726, 44.387783],
[11.206981, 44.459728],
[11.130672, 44.639592],
[11.308726, 44.765497],
[11.56309, 44.765497],
[11.817453, 44.765497],
[11.995507, 44.639592],
[11.919198, 44.459728],
[11.817453, 44.387783],
[11.56309, 44.387783],
[11.308726, 44.387783]
],
[
[11.232417, 44.639592],
[11.308726, 44.531674],
[11.56309, 44.531674],
[11.817453, 44.531674],
[11.893762, 44.639592],
[11.817453, 44.693551],
[11.56309, 44.693551],
[11.308726, 44.693551],
[11.232417, 44.639592]
]
]
]
}
},
{
"type": "Feature",
"properties": {
"description": "Debug line for testing",
"stroke": "#F00",
"stroke-width": 1
},
"geometry": {
"type": "LineString",
"coordinates": [
[10.799999999999955, 44.1],
[12.326179163093911, 44.1],
[12.326179163093911, 44.99932036372454],
[10.799999999999955, 44.99932036372454],
[10.799999999999955, 44.1]
]
}
}
]
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,3 @@
{
"extends": "../../tsconfig.shared.json"
}
}

View File

@ -18,10 +18,7 @@
]
},
"bbox": [
-113.33704111881613,
53.53214475018778,
-113.33698987543352,
53.53215959791441
-113.33704111881613, 53.53214475018778, -113.33698987543352, 53.53215959791441
],
"id": 13
},
@ -42,10 +39,7 @@
]
},
"bbox": [
-113.33704111881613,
53.53214475018778,
-113.33698987543352,
53.53215959791441
-113.33704111881613, 53.53214475018778, -113.33698987543352, 53.53215959791441
],
"id": 13
},
@ -66,10 +60,7 @@
]
},
"bbox": [
-113.3384152645109,
53.52244398828247,
-113.33832502043951,
53.52244409344282
-113.3384152645109, 53.52244398828247, -113.33832502043951, 53.52244409344282
],
"id": 20
},
@ -90,10 +81,7 @@
]
},
"bbox": [
-113.3384152645109,
53.52244398828247,
-113.33832502043951,
53.52244409344282
-113.3384152645109, 53.52244398828247, -113.33832502043951, 53.52244409344282
],
"id": 20
},

View File

@ -14,12 +14,7 @@
[134.12109375, -24.926294766395582]
]
},
"bbox": [
130.60546875,
-24.926294766395582,
134.12109375,
-20.3034175184893
],
"bbox": [130.60546875, -24.926294766395582, 134.12109375, -20.3034175184893],
"id": 0
},
{

View File

@ -142,12 +142,7 @@
[-77.02806472778319, 38.88602223128263]
]
},
"bbox": [
-77.0361328125,
38.8840513003232,
-77.02806472778319,
38.88602223128263
],
"bbox": [-77.0361328125, 38.8840513003232, -77.02806472778319, 38.88602223128263],
"id": 8
},
{
@ -164,10 +159,7 @@
]
},
"bbox": [
-77.02806472778319,
38.88602223128263,
-77.02536106109619,
38.888761400455074
-77.02806472778319, 38.88602223128263, -77.02536106109619, 38.888761400455074
],
"id": 9
},
@ -185,10 +177,7 @@
]
},
"bbox": [
-77.02557563781738,
38.888761400455074,
-77.02536106109619,
38.89266954433839
-77.02557563781738, 38.888761400455074, -77.02536106109619, 38.89266954433839
],
"id": 10
},
@ -206,10 +195,7 @@
]
},
"bbox": [
-77.03368663787842,
38.88882820813984,
-77.02557563781738,
38.89266954433839
-77.03368663787842, 38.88882820813984, -77.02557563781738, 38.89266954433839
],
"id": 11
},
@ -227,10 +213,7 @@
]
},
"bbox": [
-77.03630447387695,
38.88769246895389,
-77.03368663787842,
38.88882820813984
-77.03630447387695, 38.88769246895389, -77.03368663787842, 38.88882820813984
],
"id": 12
},
@ -247,12 +230,7 @@
[-77.0361328125, 38.8840513003232]
]
},
"bbox": [
-77.03630447387695,
38.8840513003232,
-77.0361328125,
38.88769246895389
],
"bbox": [-77.03630447387695, 38.8840513003232, -77.0361328125, 38.88769246895389],
"id": 13
},
{

View File

@ -142,12 +142,7 @@
[-77.02806472778319, 38.88602223128263]
]
},
"bbox": [
-77.0361328125,
38.8840513003232,
-77.02806472778319,
38.88602223128263
],
"bbox": [-77.0361328125, 38.8840513003232, -77.02806472778319, 38.88602223128263],
"id": 8
},
{
@ -164,10 +159,7 @@
]
},
"bbox": [
-77.02806472778319,
38.88602223128263,
-77.02536106109619,
38.888761400455074
-77.02806472778319, 38.88602223128263, -77.02536106109619, 38.888761400455074
],
"id": 9
},
@ -185,10 +177,7 @@
]
},
"bbox": [
-77.02557563781738,
38.888761400455074,
-77.02536106109619,
38.89266954433839
-77.02557563781738, 38.888761400455074, -77.02536106109619, 38.89266954433839
],
"id": 10
},
@ -206,10 +195,7 @@
]
},
"bbox": [
-77.03368663787842,
38.88882820813984,
-77.02557563781738,
38.89266954433839
-77.03368663787842, 38.88882820813984, -77.02557563781738, 38.89266954433839
],
"id": 11
},
@ -227,10 +213,7 @@
]
},
"bbox": [
-77.03630447387695,
38.88769246895389,
-77.03368663787842,
38.88882820813984
-77.03630447387695, 38.88769246895389, -77.03368663787842, 38.88882820813984
],
"id": 12
},
@ -247,12 +230,7 @@
[-77.0361328125, 38.8840513003232]
]
},
"bbox": [
-77.03630447387695,
38.8840513003232,
-77.0361328125,
38.88769246895389
],
"bbox": [-77.03630447387695, 38.8840513003232, -77.0361328125, 38.88769246895389],
"id": 13
}
]

View File

@ -14,12 +14,7 @@
[-47.6806640625, -0.8788717828324148]
]
},
"bbox": [
-51.1083984375,
-2.943040910055132,
-47.6806640625,
-0.8788717828324148
],
"bbox": [-51.1083984375, -2.943040910055132, -47.6806640625, -0.8788717828324148],
"id": 0
},
{
@ -35,12 +30,7 @@
[-43.0224609375, -1.9771465537125645]
]
},
"bbox": [
-47.6806640625,
-1.9771465537125645,
-43.0224609375,
-0.8788717828324148
],
"bbox": [-47.6806640625, -1.9771465537125645, -43.0224609375, -0.8788717828324148],
"id": 1
},
{
@ -56,12 +46,7 @@
[-41.0888671875, -4.784468966579362]
]
},
"bbox": [
-43.0224609375,
-4.784468966579362,
-41.0888671875,
-1.9771465537125645
],
"bbox": [-43.0224609375, -4.784468966579362, -41.0888671875, -1.9771465537125645],
"id": 2
},
{

View File

@ -16,10 +16,7 @@
]
},
"bbox": [
-49.43847656249999,
-8.798225459016345,
-39.7705078125,
-8.798225459016345
-49.43847656249999, -8.798225459016345, -39.7705078125, -8.798225459016345
],
"id": 0
},
@ -37,12 +34,7 @@
[-39.7705078125, 0.4833927027896987]
]
},
"bbox": [
-39.7705078125,
-8.798225459016345,
-39.7705078125,
0.4833927027896987
],
"bbox": [-39.7705078125, -8.798225459016345, -39.7705078125, 0.4833927027896987],
"id": 1
},
{
@ -60,10 +52,7 @@
]
},
"bbox": [
-49.43847656249999,
0.4833927027896987,
-39.7705078125,
0.4833927027896987
-49.43847656249999, 0.4833927027896987, -39.7705078125, 0.4833927027896987
],
"id": 2
},
@ -82,10 +71,7 @@
]
},
"bbox": [
-49.43847656249999,
-8.798225459016345,
-49.43847656249999,
0.4833927027896987
-49.43847656249999, -8.798225459016345, -49.43847656249999, 0.4833927027896987
],
"id": 3
},
@ -120,12 +106,7 @@
[-35.2001953125, -4.083452772038619]
]
},
"bbox": [
-35.2001953125,
-13.795406203132826,
-35.2001953125,
-4.083452772038619
],
"bbox": [-35.2001953125, -13.795406203132826, -35.2001953125, -4.083452772038619],
"id": 5
},
{

View File

@ -14,12 +14,7 @@
[153.6328125, -37.37015718405751]
]
},
"bbox": [
111.4453125,
-37.37015718405751,
153.6328125,
-37.37015718405751
],
"bbox": [111.4453125, -37.37015718405751, 153.6328125, -37.37015718405751],
"id": 0
},
{
@ -35,12 +30,7 @@
[153.6328125, -13.581920900545844]
]
},
"bbox": [
153.6328125,
-37.37015718405751,
153.6328125,
-13.581920900545844
],
"bbox": [153.6328125, -37.37015718405751, 153.6328125, -13.581920900545844],
"id": 1
},
{
@ -56,12 +46,7 @@
[111.4453125, -13.581920900545844]
]
},
"bbox": [
111.4453125,
-13.581920900545844,
153.6328125,
-13.581920900545844
],
"bbox": [111.4453125, -13.581920900545844, 153.6328125, -13.581920900545844],
"id": 2
},
{
@ -77,12 +62,7 @@
[111.4453125, -37.37015718405751]
]
},
"bbox": [
111.4453125,
-37.37015718405751,
111.4453125,
-13.581920900545844
],
"bbox": [111.4453125, -37.37015718405751, 111.4453125, -13.581920900545844],
"id": 3
},
{
@ -99,10 +79,7 @@
]
},
"bbox": [
121.81640624999999,
-31.05293398570514,
121.81640624999999,
-21.453068633086772
121.81640624999999, -31.05293398570514, 121.81640624999999, -21.453068633086772
],
"id": 4
},
@ -119,12 +96,7 @@
[145.1953125, -21.453068633086772]
]
},
"bbox": [
121.81640624999999,
-21.453068633086772,
145.1953125,
-21.453068633086772
],
"bbox": [121.81640624999999, -21.453068633086772, 145.1953125, -21.453068633086772],
"id": 5
},
{
@ -140,12 +112,7 @@
[145.1953125, -31.05293398570514]
]
},
"bbox": [
145.1953125,
-31.05293398570514,
145.1953125,
-21.453068633086772
],
"bbox": [145.1953125, -31.05293398570514, 145.1953125, -21.453068633086772],
"id": 6
},
{
@ -161,12 +128,7 @@
[121.81640624999999, -31.05293398570514]
]
},
"bbox": [
121.81640624999999,
-31.05293398570514,
145.1953125,
-31.05293398570514
],
"bbox": [121.81640624999999, -31.05293398570514, 145.1953125, -31.05293398570514],
"id": 7
},
{
@ -182,12 +144,7 @@
[120.05859375, -20.13847031245114]
]
},
"bbox": [
114.873046875,
-20.13847031245114,
120.05859375,
-20.13847031245114
],
"bbox": [114.873046875, -20.13847031245114, 120.05859375, -20.13847031245114],
"id": 8
},
{
@ -203,12 +160,7 @@
[120.05859375, -15.623036831528252]
]
},
"bbox": [
120.05859375,
-20.13847031245114,
120.05859375,
-15.623036831528252
],
"bbox": [120.05859375, -20.13847031245114, 120.05859375, -15.623036831528252],
"id": 9
},
{
@ -224,12 +176,7 @@
[114.873046875, -15.623036831528252]
]
},
"bbox": [
114.873046875,
-15.623036831528252,
120.05859375,
-15.623036831528252
],
"bbox": [114.873046875, -15.623036831528252, 120.05859375, -15.623036831528252],
"id": 10
},
{
@ -245,12 +192,7 @@
[114.873046875, -20.13847031245114]
]
},
"bbox": [
114.873046875,
-20.13847031245114,
114.873046875,
-15.623036831528252
],
"bbox": [114.873046875, -20.13847031245114, 114.873046875, -15.623036831528252],
"id": 11
},
{

View File

@ -14,12 +14,7 @@
[118.6090049242457, -27.06938170764152]
]
},
"bbox": [
118.6090049242457,
-34.00655617152344,
126.5625,
-26.05306109576914
],
"bbox": [118.6090049242457, -34.00655617152344, 126.5625, -26.05306109576914],
"id": 0
},
{
@ -37,10 +32,7 @@
]
},
"bbox": [
113.466796875,
-27.06938170764152,
125.93967115660507,
-16.495036267214854
113.466796875, -27.06938170764152, 125.93967115660507, -16.495036267214854
],
"id": 1
},
@ -59,10 +51,7 @@
]
},
"bbox": [
125.93967115660507,
-16.495036267214854,
138.33563930939346,
-12.64033830684679
125.93967115660507, -16.495036267214854, 138.33563930939346, -12.64033830684679
],
"id": 2
},
@ -79,12 +68,7 @@
[145.9863281, -19.612646582209567]
]
},
"bbox": [
138.33563930939346,
-19.612646582209567,
145.9863281,
-15.483909474796551
],
"bbox": [138.33563930939346, -19.612646582209567, 145.9863281, -15.483909474796551],
"id": 3
},
{
@ -101,12 +85,7 @@
[145.9863281, -26.10036612107997]
]
},
"bbox": [
145.9863281,
-26.10036612107997,
150.908203125,
-19.612646582209567
]
"bbox": [145.9863281, -26.10036612107997, 150.908203125, -19.612646582209567]
},
{
"type": "Feature",

View File

@ -16,10 +16,7 @@
]
},
"bbox": [
115.400390625,
-29.81495016405105,
124.99610755509275,
-20.219233233958303
115.400390625, -29.81495016405105, 124.99610755509275, -20.219233233958303
],
"id": 0
},
@ -38,10 +35,7 @@
]
},
"bbox": [
124.99610755509275,
-22.81862718897968,
130.48965214554212,
-18.93746442964186
124.99610755509275, -22.81862718897968, 130.48965214554212, -18.93746442964186
],
"id": 1
},
@ -61,10 +55,7 @@
]
},
"bbox": [
130.48965214554212,
-25.20494115356912,
138.10136044317042,
-22.356195663936738
130.48965214554212, -25.20494115356912, 138.10136044317042, -22.356195663936738
]
},
{
@ -83,10 +74,7 @@
]
},
"bbox": [
138.10136044317042,
-26.667095801104804,
149.326171875,
-24.367113562651262
138.10136044317042, -26.667095801104804, 149.326171875, -24.367113562651262
]
},
{

View File

@ -14,12 +14,7 @@
[119.2236328, -26.207788245559954]
]
},
"bbox": [
115.400390625,
-28.623293314794815,
119.2236328,
-24.80005113979481
],
"bbox": [115.400390625, -28.623293314794815, 119.2236328, -24.80005113979481],
"id": 0
},
{
@ -36,12 +31,7 @@
[125.9472656, -21.94941361112874]
]
},
"bbox": [
119.2236328,
-26.207788245559954,
125.9472656,
-21.94941361112874
],
"bbox": [119.2236328, -26.207788245559954, 125.9472656, -21.94941361112874],
"id": 1
},
{
@ -57,12 +47,7 @@
[126.17741600085314, -21.7390912]
]
},
"bbox": [
125.9472656,
-21.94941361112874,
126.17741600085314,
-21.7390912
],
"bbox": [125.9472656, -21.94941361112874, 126.17741600085314, -21.7390912],
"id": 2
},
{
@ -79,12 +64,7 @@
[130.26465248702175, -21.7390912]
]
},
"bbox": [
126.17741600085314,
-21.7390912,
130.26465248702175,
-18.93746442964186
],
"bbox": [126.17741600085314, -21.7390912, 130.26465248702175, -18.93746442964186],
"id": 3
},
{
@ -101,12 +81,7 @@
[133.7695313, -24.91426626860264]
]
},
"bbox": [
130.26465248702175,
-25.20494115356912,
133.7695313,
-21.7390912
],
"bbox": [130.26465248702175, -25.20494115356912, 133.7695313, -21.7390912],
"id": 4
},
{
@ -122,12 +97,7 @@
[136.5380859, -24.55519731241477]
]
},
"bbox": [
133.7695313,
-24.91426626860264,
136.5380859,
-24.55519731241477
],
"bbox": [133.7695313, -24.91426626860264, 136.5380859, -24.55519731241477],
"id": 5
},
{
@ -144,12 +114,7 @@
[138.6474609, -24.367113562651262]
]
},
"bbox": [
136.5380859,
-24.55519731241477,
138.6474609,
-24.367113562651262
],
"bbox": [136.5380859, -24.55519731241477, 138.6474609, -24.367113562651262],
"id": 6
},
{
@ -167,12 +132,7 @@
[144.7558594, -25.893864242178836]
]
},
"bbox": [
138.6474609,
-25.893864242178836,
144.7558594,
-24.367113562651262
]
"bbox": [138.6474609, -25.893864242178836, 144.7558594, -24.367113562651262]
},
{
"type": "Feature",
@ -187,12 +147,7 @@
[149.326171875, -26.667095801104804]
]
},
"bbox": [
144.7558594,
-26.667095801104804,
149.326171875,
-25.893864242178836
]
"bbox": [144.7558594, -26.667095801104804, 149.326171875, -25.893864242178836]
},
{
"type": "Feature",

View File

@ -16,12 +16,7 @@
[126.0145569, -24.0665282]
]
},
"bbox": [
116.98242187499999,
-32.249974455863295,
127.35351562499999,
-24.0665282
],
"bbox": [116.98242187499999, -32.249974455863295, 127.35351562499999, -24.0665282],
"id": 1
},
{
@ -72,12 +67,7 @@
[139.833984375, -22.105998799750566]
]
},
"bbox": [
129.7766018,
-22.105998799750566,
139.833984375,
-21.53484700204879
]
"bbox": [129.7766018, -22.105998799750566, 139.833984375, -21.53484700204879]
},
{
"type": "Feature",

View File

@ -16,10 +16,7 @@
]
},
"bbox": [
116.98242187499999,
-35.54005060293165,
127.35351562499999,
-25.16895685293165
116.98242187499999, -35.54005060293165, 127.35351562499999, -25.16895685293165
],
"id": 0
},

View File

@ -15,10 +15,7 @@
]
},
"bbox": [
113.99414062499999,
-34.855911539501186,
115.5887281750802,
-33.261323989420966
113.99414062499999, -34.855911539501186, 115.5887281750802, -33.261323989420966
],
"id": 0
},
@ -36,10 +33,7 @@
]
},
"bbox": [
115.5887281750802,
-33.66501705609563,
125.27477069463129,
-28.883300057538364
115.5887281750802, -33.66501705609563, 125.27477069463129, -28.883300057538364
],
"id": 1
},
@ -59,10 +53,7 @@
]
},
"bbox": [
108.10546875,
-24.607069137709694,
123.80984529019764,
-14.689881366618762
108.10546875, -24.607069137709694, 123.80984529019764, -14.689881366618762
],
"id": 2
},
@ -81,10 +72,7 @@
]
},
"bbox": [
123.80984529019764,
-19.47488830290292,
131.8707236511523,
-14.850144611823424
123.80984529019764, -19.47488830290292, 131.8707236511523, -14.850144611823424
],
"id": 3
},
@ -103,12 +91,7 @@
[125.27477069463129, -28.883300057538364]
]
},
"bbox": [
125.27477069463129,
-31.052934,
144.62835845465096,
-27.68352808378776
],
"bbox": [125.27477069463129, -31.052934, 144.62835845465096, -27.68352808378776],
"id": 4
},
{
@ -128,10 +111,7 @@
]
},
"bbox": [
131.8707236511523,
-24.083906137859618,
144.87133130139694,
-19.47488830290292
131.8707236511523, -24.083906137859618, 144.87133130139694, -19.47488830290292
],
"id": 5
},
@ -150,10 +130,7 @@
]
},
"bbox": [
144.87133130139694,
-29.8195405571525,
154.7611122904153,
-24.083906137859618
144.87133130139694, -29.8195405571525, 154.7611122904153, -24.083906137859618
],
"id": 6
},
@ -172,12 +149,7 @@
[152.83750336551705, -34.50536018265984]
]
},
"bbox": [
152.83750336551705,
-37.64903402157864,
160.3125,
-29.8195405571525
]
"bbox": [152.83750336551705, -37.64903402157864, 160.3125, -29.8195405571525]
},
{
"type": "Feature",
@ -192,12 +164,7 @@
[144.62835845465096, -31.052934]
]
},
"bbox": [
144.62835845465096,
-34.50536018265984,
152.83750336551705,
-31.052934
]
"bbox": [144.62835845465096, -34.50536018265984, 152.83750336551705, -31.052934]
},
{
"type": "Feature",

View File

@ -15,10 +15,7 @@
]
},
"bbox": [
129.64242518496138,
-37.85750715625203,
134.26374260800708,
-33.23618973320634
129.64242518496138, -37.85750715625203, 134.26374260800708, -33.23618973320634
],
"id": 1
},
@ -35,12 +32,7 @@
[133.38557423512307, -13.837223632933568]
]
},
"bbox": [
133.38557423512307,
-13.837223632933568,
133.76953125,
-5.44102230371796
]
"bbox": [133.38557423512307, -13.837223632933568, 133.76953125, -5.44102230371796]
},
{
"type": "Feature",
@ -59,12 +51,7 @@
[132.24601154296846, -33.23618973320634]
]
},
"bbox": [
132.24601154296846,
-33.23618973320634,
137.548828125,
-13.837223632933568
]
"bbox": [132.24601154296846, -33.23618973320634, 137.548828125, -13.837223632933568]
},
{
"type": "Feature",

View File

@ -27,10 +27,7 @@
"NEIGNO": 1005.0
},
"bbox": [
8.559700012207031,
13.995059967041016,
9.09996509552002,
14.742449760437012
8.559700012207031, 13.995059967041016, 9.09996509552002, 14.742449760437012
],
"geometry": {
"type": "Polygon",
@ -80,10 +77,7 @@
"NEIGNO": 1001.0
},
"bbox": [
7.950088977813721,
13.727390289306641,
8.666550636291504,
14.263930320739746
7.950088977813721, 13.727390289306641, 8.666550636291504, 14.263930320739746
],
"geometry": {
"type": "Polygon",
@ -165,10 +159,7 @@
"NEIGNO": 1006.0
},
"bbox": [
8.653305053710938,
13.544429779052734,
9.351485252380371,
14.008090019226074
8.653305053710938, 13.544429779052734, 9.351485252380371, 14.008090019226074
],
"geometry": {
"type": "Polygon",
@ -222,10 +213,7 @@
"NEIGNO": 1002.0
},
"bbox": [
8.19859504699707,
13.586509704589844,
8.685274124145508,
13.861700057983398
8.19859504699707, 13.586509704589844, 8.685274124145508, 13.861700057983398
],
"geometry": {
"type": "Polygon",
@ -299,10 +287,7 @@
"NEIGNO": 1007.0
},
"bbox": [
8.677577018737793,
12.861089706420898,
9.401384353637695,
13.722209930419922
8.677577018737793, 12.861089706420898, 9.401384353637695, 13.722209930419922
],
"geometry": {
"type": "Polygon",
@ -357,10 +342,7 @@
"NEIGNO": 1008.0
},
"bbox": [
9.333296775817871,
13.272419929504395,
10.180600166320801,
13.698240280151367
9.333296775817871, 13.272419929504395, 10.180600166320801, 13.698240280151367
],
"geometry": {
"type": "Polygon",
@ -420,10 +402,7 @@
"NEIGNO": 1004.0
},
"bbox": [
7.801973819732666,
12.942020416259766,
8.456572532653809,
13.644510269165039
7.801973819732666, 12.942020416259766, 8.456572532653809, 13.644510269165039
],
"geometry": {
"type": "Polygon",
@ -510,12 +489,7 @@
"THOUS": 1000.0,
"NEIGNO": 1003.0
},
"bbox": [
8.10498046875,
13.104069709777832,
8.733969688415527,
13.644430160522461
],
"bbox": [8.10498046875, 13.104069709777832, 8.733969688415527, 13.644430160522461],
"geometry": {
"type": "Polygon",
"coordinates": [
@ -585,10 +559,7 @@
"NEIGNO": 1018.0
},
"bbox": [
9.124277114868164,
12.595190048217773,
10.095430374145508,
13.298540115356445
9.124277114868164, 12.595190048217773, 10.095430374145508, 13.298540115356445
],
"geometry": {
"type": "Polygon",
@ -655,10 +626,7 @@
"NEIGNO": 1010.0
},
"bbox": [
10.015439987182617,
12.72404956817627,
10.649680137634277,
13.272509574890137
10.015439987182617, 12.72404956817627, 10.649680137634277, 13.272509574890137
],
"geometry": {
"type": "Polygon",
@ -741,10 +709,7 @@
"NEIGNO": 1038.0
},
"bbox": [
8.572946548461914,
12.810150146484375,
8.757728576660156,
13.116339683532715
8.572946548461914, 12.810150146484375, 8.757728576660156, 13.116339683532715
],
"geometry": {
"type": "Polygon",
@ -790,10 +755,7 @@
"NEIGNO": 1037.0
},
"bbox": [
8.456572532653809,
12.809200286865234,
8.632829666137695,
13.106889724731445
8.456572532653809, 12.809200286865234, 8.632829666137695, 13.106889724731445
],
"geometry": {
"type": "Polygon",
@ -838,10 +800,7 @@
"NEIGNO": 1039.0
},
"bbox": [
8.145203590393066,
12.930660247802734,
8.487373352050781,
13.104069709777832
8.145203590393066, 12.930660247802734, 8.487373352050781, 13.104069709777832
],
"geometry": {
"type": "Polygon",
@ -892,10 +851,7 @@
"NEIGNO": 1040.0
},
"bbox": [
8.062442779541016,
12.787229537963867,
8.512937545776367,
12.944100379943848
8.062442779541016, 12.787229537963867, 8.512937545776367, 12.944100379943848
],
"geometry": {
"type": "Polygon",
@ -945,10 +901,7 @@
"NEIGNO": 1009.0
},
"bbox": [
8.757728576660156,
12.532369613647461,
9.233386993408203,
12.86400032043457
8.757728576660156, 12.532369613647461, 9.233386993408203, 12.86400032043457
],
"geometry": {
"type": "Polygon",
@ -998,10 +951,7 @@
"NEIGNO": 1036.0
},
"bbox": [
8.50916576385498,
12.361550331115723,
8.785566329956055,
12.861089706420898
8.50916576385498, 12.361550331115723, 8.785566329956055, 12.861089706420898
],
"geometry": {
"type": "Polygon",
@ -1053,10 +1003,7 @@
"NEIGNO": 1011.0
},
"bbox": [
10.356060028076172,
12.44025993347168,
10.709790229797363,
12.838859558105469
10.356060028076172, 12.44025993347168, 10.709790229797363, 12.838859558105469
],
"geometry": {
"type": "Polygon",
@ -1107,10 +1054,7 @@
"NEIGNO": 1042.0
},
"bbox": [
8.358473777770996,
12.355310440063477,
8.589687347412109,
12.788189888000488
8.358473777770996, 12.355310440063477, 8.589687347412109, 12.788189888000488
],
"geometry": {
"type": "Polygon",
@ -1161,10 +1105,7 @@
"NEIGNO": 1041.0
},
"bbox": [
8.122319221496582,
12.445659637451172,
8.431012153625488,
12.788060188293457
8.122319221496582, 12.445659637451172, 8.431012153625488, 12.788060188293457
],
"geometry": {
"type": "Polygon",
@ -1217,10 +1158,7 @@
"NEIGNO": 1017.0
},
"bbox": [
9.841083526611328,
11.741860389709473,
10.425640106201172,
12.781140327453613
9.841083526611328, 11.741860389709473, 10.425640106201172, 12.781140327453613
],
"geometry": {
"type": "Polygon",
@ -1286,10 +1224,7 @@
"NEIGNO": 1043.0
},
"bbox": [
7.06132984161377,
11.527389526367188,
8.563572883605957,
12.725419998168945
7.06132984161377, 11.527389526367188, 8.563572883605957, 12.725419998168945
],
"geometry": {
"type": "Polygon",
@ -1394,10 +1329,7 @@
"NEIGNO": 1019.0
},
"bbox": [
9.357977867126465,
12.226559638977051,
10.015439987182617,
12.72404956817627
9.357977867126465, 12.226559638977051, 10.015439987182617, 12.72404956817627
],
"geometry": {
"type": "Polygon",
@ -1451,10 +1383,7 @@
"NEIGNO": 1012.0
},
"bbox": [
10.421750068664551,
11.990639686584473,
10.888489723205566,
12.652009963989258
10.421750068664551, 11.990639686584473, 10.888489723205566, 12.652009963989258
],
"geometry": {
"type": "Polygon",
@ -1503,10 +1432,7 @@
"NEIGNO": 1035.0
},
"bbox": [
8.131139755249023,
12.088789939880371,
8.790392875671387,
12.645350456237793
8.131139755249023, 12.088789939880371, 8.790392875671387, 12.645350456237793
],
"geometry": {
"type": "Polygon",
@ -1599,10 +1525,7 @@
"NEIGNO": 1032.0
},
"bbox": [
8.707547187805176,
12.125729560852051,
9.131059646606445,
12.63424015045166
8.707547187805176, 12.125729560852051, 9.131059646606445, 12.63424015045166
],
"geometry": {
"type": "Polygon",
@ -1658,10 +1581,7 @@
"NEIGNO": 1020.0
},
"bbox": [
9.124277114868164,
12.182160377502441,
9.394844055175781,
12.63424015045166
9.124277114868164, 12.182160377502441, 9.394844055175781, 12.63424015045166
],
"geometry": {
"type": "Polygon",
@ -1712,10 +1632,7 @@
"NEIGNO": 1021.0
},
"bbox": [
9.468775749206543,
12.002750396728516,
10.007160186767578,
12.341389656066895
9.468775749206543, 12.002750396728516, 10.007160186767578, 12.341389656066895
],
"geometry": {
"type": "Polygon",
@ -1767,10 +1684,7 @@
"NEIGNO": 1031.0
},
"bbox": [
9.084967613220215,
11.734999656677246,
9.492551803588867,
12.234550476074219
9.084967613220215, 11.734999656677246, 9.492551803588867, 12.234550476074219
],
"geometry": {
"type": "Polygon",
@ -1826,10 +1740,7 @@
"NEIGNO": 1033.0
},
"bbox": [
8.790384292602539,
11.792989730834961,
9.131059646606445,
12.182160377502441
8.790384292602539, 11.792989730834961, 9.131059646606445, 12.182160377502441
],
"geometry": {
"type": "Polygon",
@ -1882,10 +1793,7 @@
"NEIGNO": 1034.0
},
"bbox": [
8.386432647705078,
11.785490036010742,
8.898137092590332,
12.125729560852051
8.386432647705078, 11.785490036010742, 8.898137092590332, 12.125729560852051
],
"geometry": {
"type": "Polygon",
@ -1943,10 +1851,7 @@
"NEIGNO": 1045.0
},
"bbox": [
6.456532001495361,
11.781330108642578,
7.185831069946289,
12.078980445861816
6.456532001495361, 11.781330108642578, 7.185831069946289, 12.078980445861816
],
"geometry": {
"type": "Polygon",
@ -1992,10 +1897,7 @@
"NEIGNO": 1013.0
},
"bbox": [
10.424249649047852,
11.633870124816895,
11.204830169677734,
12.037540435791016
10.424249649047852, 11.633870124816895, 11.204830169677734, 12.037540435791016
],
"geometry": {
"type": "Polygon",
@ -2057,10 +1959,7 @@
"NEIGNO": 1022.0
},
"bbox": [
9.480667114257812,
11.76294994354248,
10.049909591674805,
12.009679794311523
9.480667114257812, 11.76294994354248, 10.049909591674805, 12.009679794311523
],
"geometry": {
"type": "Polygon",
@ -2117,10 +2016,7 @@
"NEIGNO": 1044.0
},
"bbox": [
6.966993808746338,
11.329950332641602,
7.733179092407227,
11.872119903564453
6.966993808746338, 11.329950332641602, 7.733179092407227, 11.872119903564453
],
"geometry": {
"type": "Polygon",
@ -2180,10 +2076,7 @@
"NEIGNO": 1023.0
},
"bbox": [
9.341614723205566,
11.531109809875488,
10.05659008026123,
11.866829872131348
9.341614723205566, 11.531109809875488, 10.05659008026123, 11.866829872131348
],
"geometry": {
"type": "Polygon",
@ -2237,10 +2130,7 @@
"NEIGNO": 1046.0
},
"bbox": [
6.456532001495361,
11.439629554748535,
7.019946098327637,
11.82621955871582
6.456532001495361, 11.439629554748535, 7.019946098327637, 11.82621955871582
],
"geometry": {
"type": "Polygon",
@ -2290,10 +2180,7 @@
"NEIGNO": 1030.0
},
"bbox": [
8.713337898254395,
11.434320449829102,
9.095859527587891,
11.810020446777344
8.713337898254395, 11.434320449829102, 9.095859527587891, 11.810020446777344
],
"geometry": {
"type": "Polygon",
@ -2340,10 +2227,7 @@
"NEIGNO": 1024.0
},
"bbox": [
9.084967613220215,
11.546170234680176,
9.343691825866699,
11.792989730834961
9.084967613220215, 11.546170234680176, 9.343691825866699, 11.792989730834961
],
"geometry": {
"type": "Polygon",
@ -2386,10 +2270,7 @@
"NEIGNO": 1047.0
},
"bbox": [
5.87490701675415,
11.057000160217285,
6.481366157531738,
11.781330108642578
5.87490701675415, 11.057000160217285, 6.481366157531738, 11.781330108642578
],
"geometry": {
"type": "Polygon",
@ -2451,10 +2332,7 @@
"NEIGNO": 1016.0
},
"bbox": [
10.05659008026123,
11.213310241699219,
10.808690071105957,
11.74390983581543
10.05659008026123, 11.213310241699219, 10.808690071105957, 11.74390983581543
],
"geometry": {
"type": "Polygon",
@ -2526,10 +2404,7 @@
"NEIGNO": 1014.0
},
"bbox": [
10.799189567565918,
11.232259750366211,
11.141839981079102,
11.727809906005859
10.799189567565918, 11.232259750366211, 11.141839981079102, 11.727809906005859
],
"geometry": {
"type": "Polygon",
@ -2597,10 +2472,7 @@
"NEIGNO": 1049.0
},
"bbox": [
6.75403881072998,
10.997920036315918,
7.404403209686279,
11.586389541625977
6.75403881072998, 10.997920036315918, 7.404403209686279, 11.586389541625977
],
"geometry": {
"type": "Polygon",
@ -2658,10 +2530,7 @@
"NEIGNO": 1029.0
},
"bbox": [
9.082836151123047,
11.308409690856934,
9.341614723205566,
11.559189796447754
9.082836151123047, 11.308409690856934, 9.341614723205566, 11.559189796447754
],
"geometry": {
"type": "Polygon",
@ -2704,10 +2573,7 @@
"NEIGNO": 1025.0
},
"bbox": [
9.335508346557617,
11.211409568786621,
9.963891983032227,
11.546170234680176
9.335508346557617, 11.211409568786621, 9.963891983032227, 11.546170234680176
],
"geometry": {
"type": "Polygon",
@ -2755,10 +2621,7 @@
"NEIGNO": 1028.0
},
"bbox": [
8.622117042541504,
10.821869850158691,
9.178548812866211,
11.460300445556641
8.622117042541504, 10.821869850158691, 9.178548812866211, 11.460300445556641
],
"geometry": {
"type": "Polygon",
@ -2828,10 +2691,7 @@
"NEIGNO": 1048.0
},
"bbox": [
6.167585849761963,
10.978030204772949,
6.678176879882812,
11.447600364685059
6.167585849761963, 10.978030204772949, 6.678176879882812, 11.447600364685059
],
"geometry": {
"type": "Polygon",
@ -2894,10 +2754,7 @@
"NEIGNO": 1015.0
},
"bbox": [
10.588159561157227,
10.788629531860352,
11.287420272827148,
11.315879821777344
10.588159561157227, 10.788629531860352, 11.287420272827148, 11.315879821777344
],
"geometry": {
"type": "Polygon",
@ -2968,10 +2825,7 @@
"NEIGNO": 1027.0
},
"bbox": [
9.093674659729004,
11.048029899597168,
9.3948974609375,
11.312379837036133
9.093674659729004, 11.048029899597168, 9.3948974609375, 11.312379837036133
],
"geometry": {
"type": "Polygon",
@ -3025,10 +2879,7 @@
"NEIGNO": 1026.0
},
"bbox": [
9.095559120178223,
10.828829765319824,
9.78189754486084,
11.285369873046875
9.095559120178223, 10.828829765319824, 9.78189754486084, 11.285369873046875
],
"geometry": {
"type": "Polygon",

View File

@ -821,10 +821,7 @@
{
"type": "Feature",
"bbox": [
-73.88208407352717,
-33.263575673419844,
-34.71777637301956,
5.402352713825728
-73.88208407352717, -33.263575673419844, -34.71777637301956, 5.402352713825728
],
"properties": {
"fill-opacity": 0,

View File

@ -1204,10 +1204,7 @@
{
"type": "Feature",
"bbox": [
-9.29867379414539,
38.10372140158265,
-8.900609997813907,
38.49492542236455
-9.29867379414539, 38.10372140158265, -8.900609997813907, 38.49492542236455
],
"properties": {
"fill-opacity": 0,

View File

@ -1460,10 +1460,7 @@
{
"type": "Feature",
"bbox": [
-9.299992605418552,
38.12013592725509,
-8.900007394581449,
38.47986407274493
-9.299992605418552, 38.12013592725509, -8.900007394581449, 38.47986407274493
],
"properties": {
"fill-opacity": 0,

View File

@ -1,10 +1 @@
[
0,
0,
0,
0,
0,
0,
0,
0
]
[0, 0, 0, 0, 0, 0, 0, 0]

View File

@ -1,6 +1 @@
[
0.362058,
0.362058,
0.362058,
0.362058
]
[0.362058, 0.362058, 0.362058, 0.362058]

View File

@ -1,33 +1,11 @@
[
[
0,
0.162908,
0.362058
],
[
0,
435.152731,
848.38422,
1506.62747,
1877.71515,
2362.640364,
2951.524644,
3346.548084,
3711.226929
],
[
0,
0.011338,
0.021306,
0.033964,
0.057049,
0.082838,
0.161154,
0.207251,
0.243733,
0.287901,
0.320556,
0.396017,
0.491916
]
[0, 0.162908, 0.362058],
[
0, 435.152731, 848.38422, 1506.62747, 1877.71515, 2362.640364, 2951.524644,
3346.548084, 3711.226929
],
[
0, 0.011338, 0.021306, 0.033964, 0.057049, 0.082838, 0.161154, 0.207251, 0.243733,
0.287901, 0.320556, 0.396017, 0.491916
]
]

View File

@ -1,12 +1,4 @@
[
0,
0.030566,
0.061133,
0.091699,
0.122265,
0.152831,
0.183398,
0.213964,
0.24453,
0.275097
0, 0.030566, 0.061133, 0.091699, 0.122265, 0.152831, 0.183398, 0.213964, 0.24453,
0.275097
]

View File

@ -1,78 +1,54 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
-94.048462,
74.982183
],
[
-94.498901,
74.870757
],
[
-94.65271,
74.735401
],
[
-94.724121,
74.585728
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 6
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-94.517044,
74.854791
],
[
-94.713135,
74.870757
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-94.713135,
74.870757
]
}
},
{
"type": "Feature",
"properties": {
"dist": 5.964157,
"multiFeatureIndex": 0,
"location": 19.828788,
"index": 1,
"marker-color": "#F0F"
},
"geometry": {
"type": "Point",
"coordinates": [
-94.517044,
74.854791
]
}
}
]
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[-94.048462, 74.982183],
[-94.498901, 74.870757],
[-94.65271, 74.735401],
[-94.724121, 74.585728]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 6
},
"geometry": {
"type": "LineString",
"coordinates": [
[-94.517044, 74.854791],
[-94.713135, 74.870757]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [-94.713135, 74.870757]
}
},
{
"type": "Feature",
"properties": {
"dist": 5.964157,
"multiFeatureIndex": 0,
"location": 19.828788,
"index": 1,
"marker-color": "#F0F"
},
"geometry": {
"type": "Point",
"coordinates": [-94.517044, 74.854791]
}
}
]
}

View File

@ -1,78 +1,54 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[
-97.881317,
22.466878
],
[
-97.867584,
22.299261
],
[
-97.820892,
22.17596
],
[
-97.619019,
21.87042
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 6
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-97.856495,
22.269978
],
[
-97.879944,
22.26241
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-97.879944,
22.26241
]
}
},
{
"type": "Feature",
"properties": {
"dist": 2.555507,
"multiFeatureIndex": 0,
"location": 22.141834,
"index": 1,
"marker-color": "#F0F"
},
"geometry": {
"type": "Point",
"coordinates": [
-97.856495,
22.269978
]
}
}
]
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "LineString",
"coordinates": [
[-97.881317, 22.466878],
[-97.867584, 22.299261],
[-97.820892, 22.17596],
[-97.619019, 21.87042]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 6
},
"geometry": {
"type": "LineString",
"coordinates": [
[-97.856495, 22.269978],
[-97.879944, 22.26241]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [-97.879944, 22.26241]
}
},
{
"type": "Feature",
"properties": {
"dist": 2.555507,
"multiFeatureIndex": 0,
"location": 22.141834,
"index": 1,
"marker-color": "#F0F"
},
"geometry": {
"type": "Point",
"coordinates": [-97.856495, 22.269978]
}
}
]
}

View File

@ -1,178 +1,82 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "MultiLineString",
"coordinates": [
[
[
-70.576172,
-18.979026
],
[
-76.201172,
-47.694974
],
[
-75.9375,
-52.48278
],
[
-72.597656,
-55.078367
],
[
-68.115234,
-56.072035
],
[
-64.599609,
-55.078367
]
],
[
[
-44.296875,
-23.402765
],
[
-47.900391,
-25.641526
],
[
-47.900391,
-28.381735
],
[
-53.789062,
-35.317366
],
[
-56.337891,
-35.245619
],
[
-56.074219,
-37.09024
],
[
-57.480469,
-38.754083
],
[
-61.259766,
-39.571822
],
[
-61.699219,
-40.979898
],
[
-62.929687,
-41.508577
],
[
-64.599609,
-41.442726
],
[
-62.753906,
-42.163403
],
[
-64.599609,
-43.771094
],
[
-65.214844,
-45.151053
],
[
-66.884766,
-45.521744
],
[
-67.148437,
-46.255847
],
[
-65.214844,
-46.679594
],
[
-65.214844,
-48.166085
],
[
-66.621094,
-49.095452
],
[
-66.884766,
-50.233152
],
[
-68.554687,
-50.736455
],
[
-67.763672,
-52.214339
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 6
},
"geometry": {
"type": "LineString",
"coordinates": [
[
-67.763672,
-52.214339
],
[
-66.489258,
-52.895649
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
-66.489258,
-52.895649
]
}
},
{
"type": "Feature",
"properties": {
"dist": 114.725451,
"index": 21,
"multiFeatureIndex": 1,
"location": 9479.011715,
"marker-color": "#F0F"
},
"geometry": {
"type": "Point",
"coordinates": [
-67.763672,
-52.214339
]
}
}
]
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "MultiLineString",
"coordinates": [
[
[-70.576172, -18.979026],
[-76.201172, -47.694974],
[-75.9375, -52.48278],
[-72.597656, -55.078367],
[-68.115234, -56.072035],
[-64.599609, -55.078367]
],
[
[-44.296875, -23.402765],
[-47.900391, -25.641526],
[-47.900391, -28.381735],
[-53.789062, -35.317366],
[-56.337891, -35.245619],
[-56.074219, -37.09024],
[-57.480469, -38.754083],
[-61.259766, -39.571822],
[-61.699219, -40.979898],
[-62.929687, -41.508577],
[-64.599609, -41.442726],
[-62.753906, -42.163403],
[-64.599609, -43.771094],
[-65.214844, -45.151053],
[-66.884766, -45.521744],
[-67.148437, -46.255847],
[-65.214844, -46.679594],
[-65.214844, -48.166085],
[-66.621094, -49.095452],
[-66.884766, -50.233152],
[-68.554687, -50.736455],
[-67.763672, -52.214339]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 6
},
"geometry": {
"type": "LineString",
"coordinates": [
[-67.763672, -52.214339],
[-66.489258, -52.895649]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [-66.489258, -52.895649]
}
},
{
"type": "Feature",
"properties": {
"dist": 114.725451,
"index": 21,
"multiFeatureIndex": 1,
"location": 9479.011715,
"marker-color": "#F0F"
},
"geometry": {
"type": "Point",
"coordinates": [-67.763672, -52.214339]
}
}
]
}

View File

@ -1,102 +1,63 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "MultiLineString",
"coordinates": [
[
[
129.990234,
-31.728167
],
[
123.75,
-28.07198
],
[
122.519531,
-24.846565
],
[
122.695313,
-19.890723
]
],
[
[
127.265625,
-13.667338
],
[
133.154297,
-13.581921
],
[
136.933594,
-16.972741
],
[
140.537109,
-22.024546
],
[
141.503906,
-25.403585
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 6
},
"geometry": {
"type": "LineString",
"coordinates": [
[
127.265625,
-13.667338
],
[
124.189453,
-15.538376
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
124.189453,
-15.538376
]
}
},
{
"type": "Feature",
"properties": {
"dist": 390.942725,
"index": 0,
"multiFeatureIndex": 1,
"location": 1656.139708,
"marker-color": "#F0F"
},
"geometry": {
"type": "Point",
"coordinates": [
127.265625,
-13.667338
]
}
}
]
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "MultiLineString",
"coordinates": [
[
[129.990234, -31.728167],
[123.75, -28.07198],
[122.519531, -24.846565],
[122.695313, -19.890723]
],
[
[127.265625, -13.667338],
[133.154297, -13.581921],
[136.933594, -16.972741],
[140.537109, -22.024546],
[141.503906, -25.403585]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 6
},
"geometry": {
"type": "LineString",
"coordinates": [
[127.265625, -13.667338],
[124.189453, -15.538376]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [124.189453, -15.538376]
}
},
{
"type": "Feature",
"properties": {
"dist": 390.942725,
"index": 0,
"multiFeatureIndex": 1,
"location": 1656.139708,
"marker-color": "#F0F"
},
"geometry": {
"type": "Point",
"coordinates": [127.265625, -13.667338]
}
}
]
}

View File

@ -1,132 +1,72 @@
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "MultiLineString",
"coordinates": [
[
[
122.036133,
-19.766704
],
[
125.419922,
-18.437925
],
[
132.451172,
-18.646245
],
[
132.802734,
-14.944785
],
[
139.130859,
-18.479609
],
[
133.857422,
-22.309426
],
[
142.075195,
-24.367114
],
[
144.09668,
-18.020528
]
],
[
[
128.144531,
-20.385825
],
[
119.663086,
-20.797201
],
[
119.53125,
-17.644022
],
[
127.089844,
-15.411319
],
[
130.209961,
-12.21118
]
],
[
[
126.826172,
-17.014768
],
[
130.03418,
-14.392118
],
[
133.945313,
-13.282719
]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 6
},
"geometry": {
"type": "LineString",
"coordinates": [
[
123.924613,
-19.025117
],
[
123.486328,
-18.020528
]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [
123.486328,
-18.020528
]
}
},
{
"type": "Feature",
"properties": {
"dist": 120.886021,
"multiFeatureIndex": 0,
"location": 214.548785,
"index": 0,
"marker-color": "#F0F"
},
"geometry": {
"type": "Point",
"coordinates": [
123.924613,
-19.025117
]
}
}
]
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "MultiLineString",
"coordinates": [
[
[122.036133, -19.766704],
[125.419922, -18.437925],
[132.451172, -18.646245],
[132.802734, -14.944785],
[139.130859, -18.479609],
[133.857422, -22.309426],
[142.075195, -24.367114],
[144.09668, -18.020528]
],
[
[128.144531, -20.385825],
[119.663086, -20.797201],
[119.53125, -17.644022],
[127.089844, -15.411319],
[130.209961, -12.21118]
],
[
[126.826172, -17.014768],
[130.03418, -14.392118],
[133.945313, -13.282719]
]
]
}
},
{
"type": "Feature",
"properties": {
"stroke": "#F00",
"stroke-width": 6
},
"geometry": {
"type": "LineString",
"coordinates": [
[123.924613, -19.025117],
[123.486328, -18.020528]
]
}
},
{
"type": "Feature",
"properties": {},
"geometry": {
"type": "Point",
"coordinates": [123.486328, -18.020528]
}
},
{
"type": "Feature",
"properties": {
"dist": 120.886021,
"multiFeatureIndex": 0,
"location": 214.548785,
"index": 0,
"marker-color": "#F0F"
},
"geometry": {
"type": "Point",
"coordinates": [123.924613, -19.025117]
}
}
]
}

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,6 @@
{
"bbox": [
-180.3460693359375,
-17.16703442146408,
-179.5770263671875,
-16.48349760264812
-180.3460693359375, -17.16703442146408, -179.5770263671875, -16.48349760264812
],
"cellSide": 10,
"units": "miles"

View File

@ -1,10 +1,5 @@
{
"bbox": [
-0.6207275390625,
51.23784668914442,
0.439453125,
51.767839887322154
],
"bbox": [-0.6207275390625, 51.23784668914442, 0.439453125, 51.767839887322154],
"cellSide": 20,
"units": "miles"
}

View File

@ -1,10 +1,5 @@
{
"bbox": [
6.3775634765625,
44.05601169578525,
9.437255859375,
46.50595444552049
],
"bbox": [6.3775634765625, 44.05601169578525, 9.437255859375, 46.50595444552049],
"cellSide": 12.5,
"units": "miles",
"mask": {

View File

@ -1,10 +1,5 @@
{
"bbox": [
2.131519317626953,
41.37835427979543,
2.2264480590820312,
41.44388449101261
],
"bbox": [2.131519317626953, 41.37835427979543, 2.2264480590820312, 41.44388449101261],
"properties": {
"marker-color": "#0ff"
},

View File

@ -1,10 +1,5 @@
{
"bbox": [
-95.877685546875,
74.46849062193377,
-94.031982421875,
74.90226611990785
],
"bbox": [-95.877685546875, 74.46849062193377, -94.031982421875, 74.90226611990785],
"cellSide": 12.5,
"units": "miles"
}

View File

@ -244,10 +244,7 @@
{
"type": "Feature",
"bbox": [
-180.3460693359375,
-17.16703442146408,
-179.5770263671875,
-16.48349760264812
-180.3460693359375, -17.16703442146408, -179.5770263671875, -16.48349760264812
],
"properties": {
"stroke": "#F00",

View File

@ -51,12 +51,7 @@
},
{
"type": "Feature",
"bbox": [
-0.6207275390625,
51.23784668914442,
0.439453125,
51.767839887322154
],
"bbox": [-0.6207275390625, 51.23784668914442, 0.439453125, 51.767839887322154],
"properties": {
"stroke": "#F00",
"stroke-width": 6,

View File

@ -515,12 +515,7 @@
},
{
"type": "Feature",
"bbox": [
6.3775634765625,
44.05601169578525,
9.437255859375,
46.50595444552049
],
"bbox": [6.3775634765625, 44.05601169578525, 9.437255859375, 46.50595444552049],
"properties": {
"stroke": "#F00",
"stroke-width": 6,

View File

@ -234,10 +234,7 @@
{
"type": "Feature",
"bbox": [
2.131519317626953,
41.37835427979543,
2.2264480590820312,
41.44388449101261
2.131519317626953, 41.37835427979543, 2.2264480590820312, 41.44388449101261
],
"properties": {
"stroke": "#F00",

View File

@ -75,12 +75,7 @@
},
{
"type": "Feature",
"bbox": [
-95.877685546875,
74.46849062193377,
-94.031982421875,
74.90226611990785
],
"bbox": [-95.877685546875, 74.46849062193377, -94.031982421875, 74.90226611990785],
"properties": {
"stroke": "#F00",
"stroke-width": 6,

View File

@ -1,10 +1,7 @@
{
"type": "Feature",
"bbox": [
113.98555223500011,
22.502222996000057,
114.10006072800002,
22.590241646000038
113.98555223500011, 22.502222996000057, 114.10006072800002, 22.590241646000038
],
"properties": {},
"geometry": {

View File

@ -1,9 +1,6 @@
{
"bbox": [
-180.3460693359375,
-17.16703442146408,
-179.5770263671875,
-16.48349760264812
-180.3460693359375, -17.16703442146408, -179.5770263671875, -16.48349760264812
],
"cellWidth": 10,
"cellHeight": 5,

View File

@ -724,10 +724,7 @@
{
"type": "Feature",
"bbox": [
-180.3460693359375,
-17.16703442146408,
-179.5770263671875,
-16.48349760264812
-180.3460693359375, -17.16703442146408, -179.5770263671875, -16.48349760264812
],
"properties": {
"stroke": "#F00",

View File

@ -1,9 +1,6 @@
{
"bbox": [
-180.3460693359375,
-17.16703442146408,
-179.5770263671875,
-16.48349760264812
-180.3460693359375, -17.16703442146408, -179.5770263671875, -16.48349760264812
],
"cellSide": 10,
"units": "miles"

View File

@ -1,10 +1,5 @@
{
"bbox": [
37.69975662231445,
55.55151096909941,
37.70958423614502,
55.55615949302079
],
"bbox": [37.69975662231445, 55.55151096909941, 37.70958423614502, 55.55615949302079],
"cellSide": 0.01,
"units": "kilometers",
"mask": {

View File

@ -1,10 +1,5 @@
{
"bbox": [
-0.6207275390625,
51.23784668914442,
0.439453125,
51.767839887322154
],
"bbox": [-0.6207275390625, 51.23784668914442, 0.439453125, 51.767839887322154],
"cellSide": 20,
"units": "miles"
}

View File

@ -1,10 +1,5 @@
{
"bbox": [
6.3775634765625,
44.05601169578525,
9.437255859375,
46.50595444552049
],
"bbox": [6.3775634765625, 44.05601169578525, 9.437255859375, 46.50595444552049],
"cellSide": 12.5,
"units": "miles",
"mask": {

View File

@ -1,10 +1,5 @@
{
"bbox": [
2.131519317626953,
41.37835427979543,
2.2264480590820312,
41.44388449101261
],
"bbox": [2.131519317626953, 41.37835427979543, 2.2264480590820312, 41.44388449101261],
"properties": {
"marker-color": "#0ff"
},

Some files were not shown because too many files have changed in this diff Show More