2011-12-03 03:00:20 +01:00
|
|
|
<Map>
|
|
|
|
|
|
|
|
<!--
|
2014-10-27 17:25:10 +01:00
|
|
|
Any Parameters can be attached to the map
|
|
|
|
and will be respected during serialization.
|
2011-12-03 03:00:20 +01:00
|
|
|
|
|
|
|
This makes it easier for calling applications that work with mapnik
|
2014-10-27 17:25:10 +01:00
|
|
|
xml, and leverage its serialization, to pass through extra metadata
|
|
|
|
they might wish to keep around but that Mapnik does not know about.
|
2011-12-03 03:00:20 +01:00
|
|
|
-->
|
|
|
|
|
|
|
|
<Parameters>
|
2014-10-27 17:25:10 +01:00
|
|
|
<Parameter name="key"><![CDATA[value]]></Parameter>
|
2011-12-03 03:00:20 +01:00
|
|
|
<!-- this one will override previous key with same name -->
|
2014-10-27 17:25:10 +01:00
|
|
|
<Parameter name="key"><![CDATA[value2]]></Parameter>
|
|
|
|
<Parameter name="key3"><![CDATA[value3]]></Parameter>
|
|
|
|
<Parameter name="unicode"><![CDATA[iván]]></Parameter>
|
|
|
|
<Parameter name="integer"><![CDATA[10]]></Parameter>
|
|
|
|
<Parameter name="decimal"><![CDATA[.999]]></Parameter>
|
2011-12-03 03:00:20 +01:00
|
|
|
</Parameters>
|
|
|
|
|
|
|
|
</Map>
|