Created
January 24, 2025 07:48
-
-
Save ShinichiNishikawa/90341b66c6e2a7bf718b0aba9c60f9b1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"type": "FeatureCollection", | |
"features": [ | |
{ | |
"id": "3bbc590ff378c30333a8ffecbd947613", | |
"type": "Feature", | |
"properties": { | |
"marker-color": "rgb(8, 0, 255)", | |
"stroke": "rgb(8, 0, 255)", | |
"fill": "rgba(8, 0, 255, 0.4)" | |
}, | |
"geometry": { | |
"coordinates": [ | |
[ | |
132.3317596870179, | |
34.347617876109965 | |
], | |
[ | |
132.33300626320175, | |
34.34617504554319 | |
], | |
[ | |
132.33459069648137, | |
34.34748321297434 | |
], | |
[ | |
132.3337868295967, | |
34.34893563966678 | |
], | |
[ | |
132.33160823383633, | |
34.348897165111865 | |
] | |
], | |
"type": "LineString" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment