Changes between Version 77 and Version 78 of Maps


Ignore:
Timestamp:
2011-09-15T20:55:31+02:00 (14 years ago)
Author:
Don-vip
Comment:

Documentation update for shape/point tags

Legend:

Unmodified
Added
Removed
Modified
  • Maps

    v77 v78  
    503503|| '''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 '&amp;'. Alternatively, the URL can be wrapped in a <![CDATA[...]]> section. ||
    504504|| '''bounds''' || The area of use, e.g. {{{<bounds min-lat='45.7' min-lon='5.9' max-lat='55.0' max-lon='17.3'/>}}} ||
     505|| '''shape''' || A non-rectangular area of use inside the {{{bounds}}}, defined by an ordered list of {{{point}}}s. This allows a more precise display in [[Help/Preferences/Imagery]]. ||
     506|| '''point''' || A lat/lon point, part of its parent {{{shape}}}, e.g {{{<point lat='45.4023663' lon='2.4599585' />}}} ||
    505507|| '''eula''' || A link to an EULA text that has to be accepted by the user, before the imagery source is added. ||
    506508|| '''attribution-text''' || The attribution text to be shown all the time on the map. ||