Ko:Static map images

From OpenStreetMap Wiki
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(개발자) 서버에 게시될 수 있습니다.

다가가기

비교표

Functionality OSM Static maps API v0.3 StaticMap staticMapLite Tyler
URL http://pafciu17.dev.openstreetmap.org - DISABLED https://ojw.dev.openstreetmap.org/StaticMap - Pending Disable http://staticmap.openstreetmap.de/ http://tyler-demo.herokuapp.com
Map types
  • mapnik
  • cycle
  • osma
  • mapnik
  • cycle
  • osma
  • skiing
  • maplint
  • cloudmade
  • mapnik
  • cycle
  • osma
  • piste
  • topo
  • Anything with a standard tile scheme
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

  • lat
  • lon
  • zoom
  • layers
  • width
  • height


Google Static Maps API

  • center = latitude,longitude
  • zoom
  • size = width,height
  • format
  • maptype
  • markers
  • path
  • span
  • frame
  • h1
  • sensor

WMS Client getMap Request

  • version
  • request = getmap
  • service = mapnik, osma
  • layers
  • styles
  • srs = EPSG:3857 || EPSG:4326
  • bbox
  • width
  • height
  • format
  • bgcolor
  • transparent
  • exceptions

The schemes Google Static Maps API and WMS Client getMap Request are for compatibility reasons encouraging people the switch with little adjustments needed.