+init=epsg:3857
This commit is contained in:
parent
0e495a541d
commit
fcf97ef38e
1 changed files with 2 additions and 2 deletions
|
@ -21,8 +21,8 @@ from debug import debug, Timer
|
|||
from mapcss.webcolors.webcolors import whatever_to_hex as nicecolor
|
||||
|
||||
|
||||
map_proj = "+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"
|
||||
db_proj = "+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"
|
||||
map_proj = "+init=epsg:3857"
|
||||
db_proj = "+init=epsg:3857"
|
||||
table_prefix = "planet_osm_"
|
||||
db_user = "gis"
|
||||
db_name = "gis"
|
||||
|
|
Loading…
Add table
Reference in a new issue