{{{ #!maps Landsat wms true Open Aerial Map wms Bing Sat bing http://www.bing.com/maps/ true Yahoo Sat html MapQuest Open Aerial tms true OpenStreetMap (Mapnik) tms true 18 © OpenStreetMap contributors, CC-BY-SA http://openstreetmap.org/ OpenStreetMap (Mapnik Black & White) tms true 18 © OpenStreetMap contributors, CC-BY-SA http://openstreetmap.org/ OpenCycleMap tms 17 © OpenStreetMap contributors, CC-BY-SA http://openstreetmap.org/ TilesAtHome tms 17 © OpenStreetMap contributors, CC-BY-SA http://openstreetmap.org/ MapQuest OSM tms 18 © OpenStreetMap contributors, CC-BY-SA http://openstreetmap.org/ ODBL coverage tms 5 18 © OpenStreetMap contributors, CC-BY-SA http://openstreetmap.org/ ÖPNV tms 18 © OpenStreetMap contributors, CC-BY-SA http://openstreetmap.org/ German Style tms 18 © OpenStreetMap contributors, CC-BY-SA http://openstreetmap.org/ Streets NRW Geofabrik.de wms Hike & Bike tms 18 © OpenStreetMap contributors, CC-BY-SA http://openstreetmap.org/ Sorbische Karte tms 17 © OpenStreetMap contributors, CC-BY-SA http://openstreetmap.org/ Deutsche Karte tms 17 © OpenStreetMap contributors, CC-BY-SA http://openstreetmap.org/ OpenPT Map tms 5 16 © OpenStreetMap contributors, CC-BY-SA http://openstreetmap.org/ Bayern (2m) wms Geoimage.at wms Geoimage.at (HighRes) wms geoimage.at http://www.geoimage.at/geoimage/geodatendienste MSR Maps Topo wms MSR Maps Urban wms Czech CUZK:KM wms Czech UHUL:ORTOFOTO wms NPE Maps wms NPE Maps (Tim) wms 7th Series (OS7) wms MLIT Japan (ORTHO) wms MLIT Japan (ORTHO01) wms MLIT Japan (ORTHO02) wms MLIT Japan (ORTHO03) wms Lodi - Italy wms Sicily - Italy wms PCN 2006 - Italy wms SPOTMaps (France) wms PNOA Spain wms Estonia Basemap (Maaamet) wms Estonia Ortho (Maaamet) wms Estonia Multi (Maaamet) wms Fugro (Denmark) tms 19 Fugro Aerial Mapping http://wiki.openstreetmap.org/wiki/Fugro http://wiki.openstreetmap.org/wiki/Fugro#Agreement_2 Stevns (Denmark) tms 20 Stevns Kommune Pangasinan (Phillipines HiRes) tms ScanEx IRS scanex http://irs.gis-lab.info/ IRS South Africa Topo (OOC) tms http://grant.dev.openstreetmap.org/za-ooc-slippy/{zoom}/{x}/{y}.png 3 15 }}} Enter [/maps] as map source URL in JOSM to use this page (is default). This page can be used to define new URL's for the map background service in JOSM. Entries are separated by a semicolon: * default (true or false) - default items are automatically added to menu and thus should be common and worldwide available * Name * URL * EULA link (optional) * Bounds (optional) - 4 comma separated coordinates in order min. latitude, min. longitude, max. latitude, max. longitude * attribution text (optional) - text to display as data source attribution ('''osm''' can be used as shortcut for OSM data) * attribution url (optional) - URL to show for data source attribution ('''osm''' can be used as shortcut for OSM data) * terms of service url (optional) - URL to show for data source terms of service ('''osm''' can be used as shortcut for OSM data) * attribution image (optional) - Image to show for data source attribution Four types of imagery services are supported which are specified by URL following prefixes: 'wms:', 'html:', 'tms:' and 'bing:'. By default 'wms:' prefix is used. == WMS services == WMS services are specified by 'wms:' prefix (can be omitted). URL's of these services must be designed to append arguments directly behind. So the they should either end with ''?'' or ''&''. Following arguments are added * width * height * bbox * srs - projection method - is only added when no srs is given already (In this case the projection is checked and an error is issued when they mismatch). If more specific URL design is needed, then patterns are supported as well. If patterns are found no other arguments are added: * {proj} is replaced by projection. Also {proj('''...''')} is supported, where '''...''' is a list of comma separated EPSG codes to allow checking valid projections. * {bbox} is replaced by bounding box using projected coordinates * {width} is requested display width * {height} is requested display height * {w},{s},{n},{e} are replaced by corresponding coordinates == Pseudo-WMS services == Pseudo-WMS service are specified by 'html:' prefix. Essentially they are equal to WMS services, but instead of a real WMS a HTML script does the image creation. The resulting file is then downloaded by an image grabber. This method was mainly developed to support Yahoo which requires usage of the Yahoo API for image retrieval. == TMS services == TMS services are specified by 'tms:' and 'bing:' prefixes. Bing service is currently hardcoded and everything after this prefix is ignored. For TMS you can specify base URL or tile URL template. Following patterns are supported: * {zoom} is replaced by tile zoom level * {x} is replaced by X-coordinate of the tile * {y} is replaced by Y-coordinate of the tile * {!y} is replaced by 2^zoom^ - 1 - Y (Yahoo style Y coordinate) * {switch:...} is replaced by a random selection from the given comma separated list, f.e. {switch:a,b,c} or {switch:1,2,3,4} (supported since JOSM 4194) By default, following pattern is used: /{zoom}/{x}/{y}.png TMS default zoom depth is 21. Not all services support this. Since version JOSM 4188 you can specify zoom level in specifier like this: * '''tms![18]:'''... - A TMS service which supports zoom levels up to level 18 * '''tms![5,16]:'''... - A TMS service which supports zoom levels from 5 up to level 16 == Links == * List of imagery services for Potlatch 2: [http://git.openstreetmap.org/potlatch2.git/blob/HEAD:/resources/imagery.xml imagery.xml]