8000 GitHub - tabachain/geoJSON
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

tabachain/geoJSON

Repository files navigation

geoJSON

##このデータについて このデータはOpenStreetMapのデータをカテゴリ別に抽出し、GeoJSON形式にしたものです。

##データの構造 ※name要素があるものはproperties内に入っています。

{
"type": "FeatureCollection",
"features": [
{
    "type": "Feature",
    "properties": {},
    "geometry": {
        "type": "Point",
        "coordinates": [
            139.631757,
            35.8926583
        ]
    }
},
{
    "type": "Feature",
    "properties": {
        "name": "千葉駅前交番"
    },
    "geometry": {
        "type": "Point",
        "coordinates": [
            140.1157961,
            35.612906
        ]
    }
}...中略...
]
}

##ライセンス Open Database License 1.0

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0