From fcf97ef38e09c091a7369f7f60d6b2af9e5b0058 Mon Sep 17 00:00:00 2001 From: Komzpa Date: Mon, 6 Feb 2012 21:37:46 +0300 Subject: [PATCH] +init=epsg:3857 --- src/libkomapnik.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libkomapnik.py b/src/libkomapnik.py index e7126cb..761b6da 100644 --- a/src/libkomapnik.py +++ b/src/libkomapnik.py @@ -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"