tippecanoe/tests/dateline/in.json

55 lines
1.8 KiB
JSON

{"type":"FeatureCollection","features":[
{"type":"Feature","properties":{
"boolean": true,
"otherboolean": false,
"stringify": [ "yes", 27.00000000, 27, 1.4e27, { "foo": "bar" } ],
"nothing": null,
"escape": "foo\u0001bar,ü\"\\\/\b\f\n\r\t\u2192",
"prêt": "ready"
},"geometry":{"type":"Polygon","coordinates":[[[-189.4921875,64.77412531292873],[-182.4609375,67.33986082559095],[-169.1015625,68.26938680456564],[-156.09375,68.13885164925573],[-144.4921875,66.08936427047085],[-134.6484375,62.431074232920906],[-131.8359375,55.37911044801047],[-133.59375,48.69096039092549],[-146.25,38.548165423046584],[-169.45312499999997,34.88593094075317],[-184.21874999999997,37.16031654673677],[-198.28125,45.336701909968106],[-203.203125,54.97761367069628],[-196.5234375,62.431074232920906],[-189.4921875,64.77412531292873]],[[-177.890625,62.59334083012024],[-185.9765625,58.81374171570782],[-188.4375,54.36775852406841],[-185.9765625,47.27922900257082],[-177.5390625,44.33956524809713],[-164.8828125,43.32517767999296],[-153.28125,46.55886030311719],[-144.4921875,51.17934297928927],[-143.7890625,57.136239319177434],[-148.0078125,61.10078883158897],[-158.55468749999997,63.860035895395306],[-169.45312499999997,64.47279382008166],[-177.890625,62.59334083012024]]]}},
{
"type": "Feature",
"tippecanoe": { "maxzoom": 2 },
"properties": {"zoom": "z0-2"},
"geometry": {
"type": "LineString",
"coordinates": [
[
-112.8515625,
55.178867663281984,
27
],
[
-117.7734375,
44.59046718130883
],
[
-104.4140625,
51.17934297928927
]
]
}
},
{
"type": "Feature",
"tippecanoe": { "minzoom": 3 },
"properties": { "zoom": "3-5"},
"geometry": {
"type": "LineString",
"coordinates": [
[
-2.109375,
45.583289756006316
],
[
16.171875,
51.6180165487737
]
]
}
}
]}