We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Defining a view options as:
"view": { "projection": "EPSG:3857", "center": [-71.938087, 48.446975], "zoom": 6, "maxZoom": 17, "rotation": 15, "enableRotation": true, "keepCurrentView": true }
The "keepCurrentView": true prevent the map to load correctly on init.
The text was updated successfully, but these errors were encountered:
fix(view): keepCurrentView option prevent the map to load on init #477
2de6393
No branches or pull requests
1.0.0
Defining a view options as:
The "keepCurrentView": true prevent the map to load correctly on init.
The text was updated successfully, but these errors were encountered: