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

Mobile Client - Start Extent #35

Closed
uprel opened this issue Feb 12, 2017 · 1 comment
Closed

Mobile Client - Start Extent #35

uprel opened this issue Feb 12, 2017 · 1 comment

Comments

@uprel
Copy link
Member

uprel commented Feb 12, 2017

First you need to insert start extent in QGIS in Project Properties -> OWS Server -> Advertise extent.
Mobile client for now uses only center point from that extent, zoom scale is fixed at 6 at this part in config.js

Config.map.init = {

  center: ol.extent.getCenter(Config.map.extent),

  zoom: 6

};
@uprel
Copy link
Member Author

uprel commented Aug 21, 2017

Fixed with 50686c8

@uprel uprel closed this as completed Aug 21, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant