I'm setting up my own tile server using PostGreSQL, PostGIS extension, mapnik and osm2pgsql. While trying to generate the xml by using the command:
E:>python generate_xml.py download_osm.xml osm_tiles\proj_ma.xml --dbname darmstadt --user postgres --port 5432 --extent 939536,6397925,984063,6446274 --accept-none
I get the following error:RuntimeError: Failed to parse expression: "NAMEASCII" in style 'nepopulated' inTextSymbolizer at line 16 of 'download_osm.xml'
I'm using the latest version of PostGreSQL.Version of mapnik is 2.2The osm file was taken from this link:http://svn.openstreetmap.org/applications/rendering/mapnik/osm.xml
Why am I facing this issue?
According to the link: https://gist.github.com/springmeyer/3990468based on the number of layers to be rendered in a map, we need to insert styling for nepopulated. I did the same for a single layer. Whether the styling element is present or not along with its Layer element, I'm getting the above mentioned error.
أكثر...
E:>python generate_xml.py download_osm.xml osm_tiles\proj_ma.xml --dbname darmstadt --user postgres --port 5432 --extent 939536,6397925,984063,6446274 --accept-none
I get the following error:RuntimeError: Failed to parse expression: "NAMEASCII" in style 'nepopulated' inTextSymbolizer at line 16 of 'download_osm.xml'
I'm using the latest version of PostGreSQL.Version of mapnik is 2.2The osm file was taken from this link:http://svn.openstreetmap.org/applications/rendering/mapnik/osm.xml
Why am I facing this issue?
According to the link: https://gist.github.com/springmeyer/3990468based on the number of layers to be rendered in a map, we need to insert styling for nepopulated. I did the same for a single layer. Whether the styling element is present or not along with its Layer element, I'm getting the above mentioned error.
أكثر...