Created
January 24, 2017 04:45
-
-
Save KMR-zoar/26e497b7c89b43c45672c7c123e0eec4 to your computer and use it in GitHub Desktop.
This file contains hidden or 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": [ | |
{ | |
"type": "Feature", | |
"properties": { | |
"_color": "#000000", | |
"_opacity": 0.5, | |
"_weight": 3, | |
"_fillColor": "#ff0000", | |
"_fillOpacity": 0.5, | |
"remain":"OpenStreetMap を背景に QGIS でトレース" | |
}, | |
"geometry": { | |
"type": "Polygon", | |
"coordinates": [ | |
[ | |
[ | |
139.39174175262448, | |
35.58093044797814 | |
], | |
[ | |
139.39938068389893, | |
35.58194262312404 | |
], | |
[ | |
139.40212726593018, | |
35.57688161946995 | |
], | |
[ | |
139.40890789031982, | |
35.575799570297406 | |
], | |
[ | |
139.4131565093994, | |
35.56672374378701 | |
], | |
[ | |
139.41822052001953, | |
35.56218544498648 | |
], | |
[ | |
139.41431522369385, | |
35.55691371373984 | |
], | |
[ | |
139.41208362579346, | |
35.555202944979676 | |
], | |
[ | |
139.40332889556885, | |
35.55925286907305 | |
], | |
[ | |
139.39045429229736, | |
35.55034974919867 | |
], | |
[ | |
139.38496112823486, | |
35.55715810629646 | |
], | |
[ | |
139.38191413879395, | |
35.56267419720629 | |
], | |
[ | |
139.37942504882812, | |
35.56476881581513 | |
], | |
[ | |
139.385347366333, | |
35.57387976966431 | |
], | |
[ | |
139.3873643875122, | |
35.575520329428464 | |
], | |
[ | |
139.39174175262448, | |
35.58093044797814 | |
] | |
] | |
] | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment