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
It will helpful to display vector tiles from various photo platforms:
Could be a main checkbox "Street level imagery" and sub checkboxes for each supported platform added to the layer button.
Sample vector style for Panoramax : https://raw.githubusercontent.com/Olyon/style-mvt-Panoramax/main/Panoramax_mvt.json
"sources":{ "Panoramax":{ "maxzoom":15, "minzoom":12, "tiles":["https://api.panoramax.xyz/api/map/{z}/{x}/{y}.mvt"], "type":"vector" } },
For Mapillary:
"tiles":["https://tiles.mapillary.com/maps/vtp/mly1_public/2/{z}/{x}/{y}?access_token={token}"],
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It will helpful to display vector tiles from various photo platforms:
Could be a main checkbox "Street level imagery" and sub checkboxes for each supported platform added to the layer button.
Sample vector style for Panoramax : https://raw.githubusercontent.com/Olyon/style-mvt-Panoramax/main/Panoramax_mvt.json
For Mapillary:
The text was updated successfully, but these errors were encountered: