User Tools

Site Tools


playground:playground

This is an old revision of the document!


PlayGround

地図貼り付けテスト

OSMプラグイン

書式

<osm parameter="value" parameter="value">
lat,lon,text
lat,lon,text
</osm>

パラメータ

  width — 999px (e.g. 500px) width of the map, default is 400px.
  height — 999px (e.g. 500px) height of the map, default is 300px.
  lat — values: -90.0 - 90.0; latitude of map centre, negative values are south.
  lon — values: -180.0 - 180.0; longitude of map centre, negative values are west.
  zoom — integer, zoom level, default value 8. Valid values are between 0 and 18 (note: as the static image uses the osmarender-renderer the static image only supports zoom level 17).
  layer — values: osmarender, maplint, mapnik. Default is mapnik. Specifies the OpenStreetMap-Renderer to be used.

<osm width="500" height="500" lat="34.7029" lon="135.49565" zoom="16" layers="Q">
34.7029,135.49565,大阪駅
</osm>

<osm width=“500” height=“500” lat=“34.7029” lon=“135.49565” zoom=“16” layers=“Q”> 34.7029,135.49565,大阪駅 </osm>

playground/playground.1330775787.txt.gz · Last modified: 2013/12/15 23:04 (external edit)