Changes between Version 529 and Version 530 of Maps
- Timestamp:
- 2018-03-17T17:08:20+01:00 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Maps
v529 v530 15 15 || '''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. || 16 16 || '''id''' || Unique identifier of a map to allow automatic updates of map data in JOSM. Don't use white spaces and special characters here (except `-` and `_`). Never change an existing id as this would break the idea behind the id. || 17 || '''oldid''' || In case renaming is necessary this can contain an old id. The attribute {{{date}}} containing an ISO data like {{{2018-08-14}}} is required. Multiple entries are possible. || 17 18 || '''default''' || If set to "true", the entry is in the [Help/Menu/Imagery users list] by default. (Only administrators can change default entries.) || 18 19 || '''date''' || Creation date of imagery in form YYYY-MM-DD;YYYY-MM-DD. DD and MM as well as a second date are optional. a single "-" marks an unknown or open timespan. Examples **2015** or **2015;2016** or **2015-10;2016-01** or **-;2015** or **2015;-**. The date is displayed in JOSM in the mouse over tool tip in the imagery preferences, the Imagery menu and in the toolbar. || … … 38 39 || '''last-check''' || Date of last check of the data to be valid and accessible, in the form YYYY-MM-DD || 39 40 || '''eli-best''' || Set to "true", when marked as best in [[https://github.com/osmlab/editor-imagery-index|GitHub project Editor Layer Index]]. A hint is then displayed in JOSM in the mouse over tool tip in the imagery preferences, the Imagery menu and in the toolbar. || 41 || '''overlay''' || This entry is an overlay (i.e. mainly transparent) || 40 42 41 43 Attributes are included directly within the `<entry>` property, e.g. `<entry eli-best="true">``. … … 85 87 To find out all the needed parameters of a WMS open the GetCapabilities URL. It usually looks like this `http://...service=wms&request=getcapabilities` 86 88 89 The wiki can help you to find projection codes. When changing an WMS entry you may add {{{EXTRACTEPSG}}} as only contents of the line after the WMS URL. Then preview the changes. You will get and XML validation error, but the preview contains the standard projections supported by the server. 90 87 91 === Web Map Tile Services (WMTS) === 88 92
