Skip to content

Instantly share code, notes, and snippets.

@mapcentia
Created September 12, 2016 11:40
Show Gist options
  • Select an option

  • Save mapcentia/1a44e4089aeea80a0d73e41260fee189 to your computer and use it in GitHub Desktop.

Select an option

Save mapcentia/1a44e4089aeea80a0d73e41260fee189 to your computer and use it in GitHub Desktop.
module.exports = {
backend: "gc2",
gc2: {
host: "http://cowi.mapcentia.com"
},
print: {
templates: {
"print": {
A4: {
l: {
mapsizePx: [1000, 700],
mapsizeMm: [270, 190]
},
p: {
mapsizePx: [700, 1000],
mapsizeMm: [190, 270]
}
},
A3: {
l: {
mapsizePx: [1480, 1040],
mapsizeMm: [401, 282]
},
p: {
mapsizePx: [1040, 1480],
mapsizeMm: [282, 401]
}
}
}
},
scales: [250, 500, 1000, 2000, 3000, 4000, 5000, 7500, 10000, 15000, 25000, 50000, 100000]
},
searchModule: "google",
brandName: "MapCentia"
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment