Ko:Static map images
Jump to navigation
Jump to search
Static maps images 당신의 홈페이지에 쉬운방법으로 내장지도를 제공합니다.
<img />
tag (in pure HTML or via a CMS)를 사용하면 간단합니다.
요청, 지도에 위치의 표시, 이미지의 크기, 줌의 정도, 지도의 형태, 등등을 src 속성으로 형성할수 있습니다.
웹페이지가 보여질 때, Static Maps script의 이미지를 브라우저가 요청하고 이미지를 그립니다.
Static Maps script은 당신의 홈페이지나 OSM(개발자) 서버에 게시될 수 있습니다.
다가가기
- Of course you can also grab a static map image by simply taking a screenshot; instructions for this vary between operating systems.
- OSM's own Export tab is suitable for small-scale non-scripted use.
- The following services are available and maintained:
- MapQuest/Open Static Maps API
- Mapbox Static API and classic Static API
- Tyler
- staticMapLite + staticMapWizzard
- staticmap from komoot
- Printmaps Static Map Generator (free for normal resolution, premium for high resolution)
- The following services also exist but may not be recommended due to heavy load on the OSM servers.
비교표
Functionality | staticMapLite | Tyler | |||
---|---|---|---|---|---|
URL | http://staticmap.openstreetmap.de/ | http://tyler-demo.herokuapp.com | |||
Map types |
|
|
|
| |
Image types | gif, jpeg | jpeg, png | png | png | |
Supported URL Parameters | |||||
Google API | 아니요 | lat/lon/zoom | 예 | lat/lon/zoom | |
OSM Permalink | 예 | 예 | 아니요 | 예 | |
Support of Markers | |||||
Markers | 예 | 예 | 예 | 아니요 | |
Multiple Markers | 예 | max. 10 | 예 | 아니요 | |
Custom Markers | 아니요 | URL based | 3 styles | 아니요 | |
GUI | 아니요 | 예 | staticMapWizzard | 아니요 | |
Support of Path / Vectors / Polygons / Overlays | |||||
Paths | 예 | 예 | 아니요 | 아니요 | |
Polygons | 예 | max. 4 | 아니요 | 아니요 | |
Scale Bar | 예 | 아니요 | 아니요 | 아니요 |
문서
할수 있는 것들
- a more consistent approach (parameters) for interoperability
- a good documentation for developers and skilled end-users
- separation of actual tile rendering and interface/wizzard/tool scripts
- more links throughout this wiki
- list of some external use examples
이 문서를 위해 작업하는 사람들
Proposal for unified Request Parameters
Besides varying in supported features each implementation has its own request parameter syntax. If you are planning to use one of those, read the documentation that comes with it.
Below you find a proposal for a more unified approach. Eventually some projects will adapt or implement compatibility modes.
OSM Scheme
|
Google Static Maps API
|
WMS Client getMap Request |
The schemes Google Static Maps API and WMS Client getMap Request are for compatibility reasons encouraging people the switch with little adjustments needed.