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
const viewer = new Cesium.Viewer('cesiumContainer', { imageryProvider: new Cesium.UrlTemplateImageryProvider({ url : 'https://{s}.mapmyindia.com/advancedmaps/v1/your_key/still_map/{z}/{x}/{y}.png', subdomains: ['mt0', 'mt1', 'mt2', 'mt3', 'mt4'], minimumLevel: 4, maximumLevel: 19 }), baseLayerPicker : false });
The text was updated successfully, but these errors were encountered:
CesiumJS doesn't currently have support for PBF. You can check out the roadmap issue here: #2132
I bumped it with your request, feel free to continue any discussion there to keep it all in one place.
Sorry, something went wrong.
No branches or pull requests
The text was updated successfully, but these errors were encountered: