make proj string equal to that of tirex
This commit is contained in:
parent
a5f926c3f1
commit
dc10cf53a8
1 changed files with 2 additions and 2 deletions
|
@ -311,7 +311,7 @@ if options.renderer == "mapnik":
|
|||
</Rule>
|
||||
</Style>
|
||||
|
||||
<Layer name="ele-rasterz%s" 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 +no_defs +over">
|
||||
<Layer name="ele-rasterz%s" 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">
|
||||
<StyleName>elevationz%s</StyleName>
|
||||
<Datasource>
|
||||
<Parameter name="file">/raid/srtm/Full/CleanTOPO2merc.tif</Parameter>
|
||||
|
@ -378,7 +378,7 @@ if options.renderer == "mapnik":
|
|||
</RasterSymbolizer>
|
||||
</Rule>
|
||||
</Style>
|
||||
<Layer name="datarasterz%s" 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 +no_defs +over">
|
||||
<Layer name="datarasterz%s" 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">
|
||||
<StyleName>hillshadez%s</StyleName>
|
||||
<Datasource>
|
||||
<Parameter name="file">/raid/srtm/Full/CleanTOPO2merchs.tif</Parameter>
|
||||
|
|
Loading…
Add table
Reference in a new issue