模板:OSM
跳至導覽
跳至搜尋
File:Openstreetmap logo.svg 開放街圖上有關OSM的地理資訊
File:Test Template Info-Icon - Version (2).svg 模板文件[檢視] [編輯] [歷史] [清除快取]
Use for consistent linking to OpenStreetMap, particularly for grouped relationship illustrated a route, or place.
獲取來自OSM的數據ID[編輯]
OSM data consists of nodes (points), ways (lines) and relations (group of points or ways). Each of these data types have a unique id which can be used to reference the particular data. You can find the id of the data you are looking for by either using nominatim or the OSM data explorer.
Using nominatim[編輯]
- Goto http://nominatim.openstreetmap.org/
- Search
- From the search results on the left, click the details link
Using OSM data explorer[編輯]
- Go to http://osm.org
- Browse and zoom to the area which has the data
- Expand the map options tab ( blue '+' on the top right of the map and click on 'data')
- A list of objects in the map area should load on the right, select any feature from the map or list and click the detals link to get the id
Usage[編輯]
| Use | Output |
|---|---|
{{OSM|relation=164711}} |
File:Openstreetmap logo.svg 開放街圖上有關164711 |
{{OSM|n|746952719}} |
File:Openstreetmap logo.svg 開放街圖上有關746952719 OSM的地理資訊 |
{{OSM|r|1247233}} |
File:Openstreetmap logo.svg 開放街圖上有關1247233 OSM的地理資訊 |
Specify the object type and id in the template. n=node, w=way, r=relationship
Examples[編輯]
{{OSM|n|123456}}produces File:Openstreetmap logo.svg 開放街圖上有關123456 OSM的地理資訊.{{OSM|n|123456|Part of Holstraat}}produces File:Openstreetmap logo.svg 開放街圖上有關123456 Part of Holstraat的地理資訊.{{OSM|w|28730330}}produces File:Openstreetmap logo.svg 開放街圖上有關28730330 OSM的地理資訊.{{OSM|w|28730330|Holstraat}}produces File:Openstreetmap logo.svg 開放街圖上有關28730330 Holstraat的地理資訊.{{OSM|r|2345}}produces File:Openstreetmap logo.svg 開放街圖上有關2345 OSM的地理資訊.{{OSM|r|2345|Promenade}}produces File:Openstreetmap logo.svg 開放街圖上有關2345 Promenade的地理資訊.{{OSM|r|2345|tools=no}}produces File:Openstreetmap logo.svg 開放街圖上有關2345 OSM的地理資訊.{{OSM|r|2345|tools=short}}produces File:Openstreetmap logo.svg 開放街圖上有關2345 OSM的地理資訊.
參見[編輯]