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

Loading Vector tile ? #7939

Closed
anujsinghwd opened this issue Jun 13, 2019 · 1 comment
Closed

Loading Vector tile ? #7939

anujsinghwd opened this issue Jun 13, 2019 · 1 comment

Comments

@anujsinghwd
Copy link

anujsinghwd commented Jun 13, 2019

  • I am unable to get PBF vector tiles working from an external http:// source. I don't see any documentation or examples of this.
  • Loading Mapmyindia .pbf tiles and style
  • how to load .pbf and style.json
  • Still Map working well
 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
  });
  • like above still map , how to load .pbf url and style.json ?
@OmarShehata
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants