-
Notifications
You must be signed in to change notification settings - Fork 57
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
Document web mercator requirement #94
Comments
@gavinr @patrickarlt to catch this one and put in a warning for
Ref: https://developers.arcgis.com/rest/services-reference/enterprise/vector-tile-service.htm |
My vote would be |
This is available now in the recent v3.1.0 release. 🎉 |
There are a lot vector tile layers in another projection that have been published on arconline that I would like to use. Is it a lost cause to be able to use them in leaflet or is it a programming issue that just needs somebody to work on it? |
@scaddenp a good explanation for this limitation is described here: #86 (comment) For now we have to wait and hope for |
Hmm, this is complicated by the whole "make mapbox work in non-mercator tiles" which is a larger problem than rendering a non-mercator VectorTileService. I think I need a deep dive into code at some point. Support for the ESRI tiling schemes already exists in the leaflet code - in image tile services. A native renderer for pbf looks to be the crux. |
As mentioned, we should document this: #86 (comment)
Also, since it's tripping other up, we should add a
console.error()
(orconsole.warn()
?) message to show when not using web mercatorThe text was updated successfully, but these errors were encountered: