1
0
Fork 0
golang-github-blevesearch-b.../test/tests/geoshapes/data/geometrycollection_tvm.json
Daniel Baumann 982828099e
Adding upstream version 2.5.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-19 00:20:02 +02:00

165 lines
5.3 KiB
JSON

{
"name": "geometrycollection comprised of various shapes",
"city": "bangalore",
"type": "geoshapes",
"description": "geometrycollection comprised of various shapes",
"region": {
"type": "geometrycollection",
"geometries": [
{
"type": "point",
"coordinates": [
76.92815780639648,
8.525851789596233
]
},
{
"type": "LineString",
"coordinates": [
[
76.92867279052734,
8.490369393806219
],
[
76.94377899169922,
8.494104537551882
]
]
},
{
"type": "polygon",
"coordinates": [
[
[
76.92815780639648,
8.525851789596233
],
[
76.92060470581055,
8.520504174874656
],
[
76.92206382751465,
8.519061154914393
],
[
76.92824363708496,
8.519061154914393
],
[
76.92970275878906,
8.523475081176768
],
[
76.92815780639648,
8.525851789596233
]
]
]
},
{
"type": "multipoint",
"coordinates": [
[
76.90670013427733,
8.497839644932787
],
[
76.94137573242188,
8.485275957394883
]
]
},
{
"type": "multiLineString",
"coordinates": [
[
[
76.89322471618651,
8.521522773921424
],
[
76.89648628234863,
8.518042549311815
]
],
[
[
76.9068717956543,
8.494783650690053
],
[
76.93296432495117,
8.468552033040881
]
]
]
},
{
"type": "multipolygon",
"coordinates": [
[
[
[
76.90249443054199,
8.546138091708775
],
[
76.89983367919922,
8.541300033890494
],
[
76.90498352050781,
8.53985709248573
],
[
76.90858840942383,
8.54520443620746
],
[
76.90712928771973,
8.548090273095957
],
[
76.90249443054199,
8.546138091708775
]
]
],
[
[
[
76.88326835632324,
8.564131732621458
],
[
76.88429832458496,
8.555729147617923
],
[
76.88893318176268,
8.552079482230221
],
[
76.89339637756348,
8.55369212938781
],
[
76.89494132995605,
8.56133089156368
],
[
76.89116477966309,
8.566423314514562
],
[
76.88326835632324,
8.564131732621458
]
]
]
]
}
]
}
}