1
0
Fork 0
golang-github-blevesearch-b.../test/tests/geoshapes/data/polygon_cubbonpark.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

45 lines
No EOL
842 B
JSON

{
"name": "cubbon park polygon",
"city": "bangalore",
"type": "geoshapes",
"description": "polygon inside cubbon park",
"region": {
"type": "Polygon",
"coordinates": [
[
[
77.58894681930542,
12.976498523818783
],
[
77.58677959442139,
12.974533005048169
],
[
77.5879168510437,
12.971333776381767
],
[
77.58849620819092,
12.96800904416803
],
[
77.59371042251587,
12.972128359891645
],
[
77.59512662887573,
12.973842978816679
],
[
77.59253025054932,
12.976853988320428
],
[
77.58894681930542,
12.976498523818783
]
]
]
}
}