File: layers.xml

package info (click to toggle)
mapnik 2.0.0%2Bds1-3
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 35,496 kB
  • sloc: cpp: 91,793; python: 6,051; xml: 3,528; sh: 848; makefile: 70; lisp: 10
file content (13 lines) | stat: -rw-r--r-- 546 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
<?xml version="1.0" encoding="utf-8"?>
<Include  xmlns:xi="http://www.w3.org/2001/XInclude">

    <Layer name="world_borders" srs="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +wktext +no_defs +over">
        <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>