mapnik/tests/data/good_maps/xinclude/layers_with_entities.xml

15 lines
596 B
XML
Raw Normal View History

2010-08-10 08:04:10 +02:00
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE Include SYSTEM "zoom_scales.xml">
<Include xmlns:xi="http://www.w3.org/2001/XInclude">
<Layer name="world_borders" minzoom="&zoom02min;" maxzoom="&zoom00max;" srs="+proj=merc +lon_0=0 +lat_ts=0 +x_0=0 +y_0=0 +ellps=WGS84 +datum=WGS84 +units=m +no_defs">
<StyleName>world_borders_style</StyleName>
<StyleName>point_style</StyleName>
<Datasource>
<Parameter name="file">../../shp/world_merc.shp</Parameter>
<Parameter name="type">shape</Parameter>
</Datasource>
</Layer>
</Include>