Esri / esri-leaflet-vector

Display ArcGIS Online vector basemaps w/ Esri Leaflet
Apache License 2.0
56 stars 57 forks source link

get vector.Layer working with tiles published from ArcGIS Pro #12

Closed jgravois closed 8 years ago

jgravois commented 8 years ago

@cegoddard can i ask you to:

  1. publish a vector tile service with a single layer
  2. make it public
  3. share the url

please? 🍰

cegoddard commented 8 years ago

http://tiles.arcgis.com/tiles/f2L9BNb7FaGJkvSP/arcgis/rest/services/vtpk_cities/VectorTileServer

jgravois commented 8 years ago

thanks! can you share the ArcGIS Online item id for this new service as well?

https://www.arcgis.com > My Content > Vector Tile Service > thing at the end of the url

jgravois commented 8 years ago

working mapbox-gl-js example: http://jsbin.com/fepobey/edit?html,output

the same sample stops drawing features in 0.23.0. are we affected by the breaking LngLatBounds change?

cegoddard commented 8 years ago

vtpk_cities id=0bac0ffdc8634d9a9bc662bb8fa7547d

Resources for LngLatBounds https://github.com/mapbox/mapbox-gl-js/releases/tag/v0.23.0

https://github.com/mapbox/mapbox-gl-js/pull/2414

https://github.com/mapbox/mapbox-gl-js/issues/2415

cegoddard commented 8 years ago

John, have you heard of MapProxy before?

jgravois commented 8 years ago

have you heard of MapProxy before?

I haven't.