+init=epsg:3857

This commit is contained in:
Komzpa 2012-02-06 21:37:46 +03:00
parent 0e495a541d
commit fcf97ef38e

View file

@ -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"