[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add additional and higher resolution basemap types to Google Basemaps #688

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
add some descriptions
  • Loading branch information
lemonjesus committed Jul 15, 2022
commit b071626c8f5e90c349b7f5bce60e8d5641ccb3f0
6 changes: 3 additions & 3 deletions core/basemaps/servicesDefs.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

"WM2X" : {
"name" : 'Web Mercator 2X Scale',
"description" : 'Global grid in web mercator projection',
"description" : 'Global grid in web mercator projection for use with 2x scaled map tiles',
"CRS": 'EPSG:3857',
"bbox": [-180, -cutoff_lat, 180, cutoff_lat], #w,s,e,n
"bboxCRS": 'EPSG:4326',
Expand All @@ -57,8 +57,8 @@
},

"WM4X" : {
"name" : 'Web Mercator 2X Scale',
"description" : 'Global grid in web mercator projection',
"name" : 'Web Mercator 4X Scale',
"description" : 'Global grid in web mercator projection for use with 4x scaled map tiles',
"CRS": 'EPSG:3857',
"bbox": [-180, -cutoff_lat, 180, cutoff_lat], #w,s,e,n
"bboxCRS": 'EPSG:4326',
Expand Down