Be explicit about the map output srid configuration

This commit is contained in:
Sandro Santilli 2014-02-04 16:26:03 +01:00
parent 7197cc2d62
commit b862904506

View File

@ -29,6 +29,10 @@ module.exports = function(){
base_url: '/tiles/:table',
base_url_notable: '/tiles',
grainstore: {
map: {
// TODO: allow to specify in configuration
srid: 3857
},
datasource: global.environment.postgres,
cachedir: global.environment.millstone.cache_basedir,
mapnik_version: global.environment.mapnik_version || mapnik.versions.mapnik,