go-osm-api:OpenStreetMap API v0.6 的简短 GOLANG 接口

时间:2024-07-29 19:37:13
【文件属性】:

文件名称:go-osm-api:OpenStreetMap API v0.6 的简短 GOLANG 接口

文件大小:20KB

文件格式:ZIP

更新时间:2024-07-29 19:37:13

Go

OpenStreetMap API v0.6 的 GOLANG 接口 介绍 请在 OSM wiki 中查看更多信息: ://wiki.openstreetmap.org/wiki/API_v0.6 安装 go get github.com/iostrovok/go-osm-api/osmapi 如何使用示例。 有关更多信息,请参见示例。 它们位于“./osmapi/example/”路径中。 > mkdir -p /mypath/go > cd /mypath/go > export OSM_URL="http://api06.dev.openstreetmap.org" > export OSM_USER="logit_for_dev_osm_api" > export OSM_PASSWD="password_for_dev_osm_api" > export GOPATH=


【文件预览】:
go-osm-api-master
----osmapi()
--------capabilities_test.go(2KB)
--------read_test.go(866B)
--------relations.go(5KB)
--------ways.go(8KB)
--------relations_test.go(4KB)
--------osmapi.go(6KB)
--------nodes.go(3KB)
--------nodes_test.go(4KB)
--------example()
--------ways_test.go(3KB)
--------osmapi_test.go(864B)
--------changesets.go(5KB)
--------changesets_test.go(377B)
--------capabilities.go(936B)
----LICENSE(1KB)
----README.md(7KB)

网友评论