Changes between Version 437 and Version 438 of Maps
- Timestamp:
- 2017-02-18T12:41:25+01:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Maps
v437 v438 591 591 || '''name''' || The name of the imagery source, optional attribute: {{{lang}}} containing the language code || 592 592 || '''description''' || Description of the imagery source, when not self explaining - i.e. when not aerial imagery or other relevant specific information, required attribute: {{{lang}}} containing the language code. The description is displayed in JOSM in the mouse over tool tip in the imagery preferences. || 593 || '''type''' || The type. Can be {{{tms}}}, {{{wmts}}}, {{{wms}}} , {{{wms_endpoint}}} and {{{html}}}. If {{{wms_endpoint}}} is used then the user can choose one of the provided wms layers when adding the entry as background. In addition, there are the special types {{{bing}}} and {{{scanex}}} with hardcoded behaviour. ||593 || '''type''' || The type. Can be {{{tms}}}, {{{wmts}}}, {{{wms}}} and {{{wms_endpoint}}}. If {{{wms_endpoint}}} is used then the user can choose one of the provided wms layers when adding the entry as background. In addition, there are the special types {{{bing}}} and {{{scanex}}} with hardcoded behaviour. || 594 594 || '''url''' || The URL of the service. Can contain templates, e.g.{{{ {zoom} }}} will be replaced by the current zoom level (see below). The list of services is a XML document, so the '&' character is represented by '&'. Alternatively, the URL can be wrapped in a <![CDATA[...]]> section. || 595 595 || '''id''' || Unique identifier of a map to allow automatic updates of map data in JOSM. || … … 615 615 ||= '''Attribute''' =||= '''Description''' =|| 616 616 || '''last-check''' || Date of last check of the data to be valid and accessible, in the form YYYY-MM-DD || 617 || '''eli-best''' || Set to "true", when marked as best in [[https://github.com/osmlab/editor-imagery-index|GitHub project Editor Layer Index]] || 617 618 618 619 === Tile Map Services (TMS) === … … 672 673 * When {header(''header'',''value'')} is included in URL, this part is stripped and send as HTTP header to the server 673 674 674 675 === Pseudo-WMS services ===676 677 Pseudo-WMS service are specified by 'html' type. Essentially they are equal to WMS services, but instead of a real WMS a HTML script does the678 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.679 680 675 === Other information === 681 676