-
Notifications
You must be signed in to change notification settings - Fork 797
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
Using custom basemap styles #1259
Comments
Not sure if it's what you're looking for, but I have a CodePen demo where I use the With this new ArcGIS Platform, if Esri Leaflet will natively support vector basemaps, there is a |
I think what you're asking can be achieved through esri-leaflet-vector:
We have not done a good job documenting all the basemap names that you can pass via
|
@zbubric sorry for any confusion. We are reviewing and making sure our documentation and guidance is updated soon. We are not deprecating the esri-leaflet-vector plugin and just released a new version (v3) which @gavinr is referring to above. |
Thx for clarification. I'll try it! |
@zbubric thanks for your patience here. In case it helps continue to clarify anything for you, we just refreshed the docs pages and changelogs to reflect what's new at esri-leaflet v3. Live examples and API docs: Related repo changelogs:
And check out the ArcGIS for Developers pages focusing on esri-leaflet: |
Is your feature request related to a problem? Please describe.
I have a project based on esri-leaflet and would like to use view as arcgis:Imagery (containing both satelite image as well as street routes and names). As far as I can understand, there are three ‘Imagery’ styles of leaflet maps bit none of them contains street grid/names.
Describe the solution you'd like
Option to fine-tune basemap layers used in leaflet (e.g. Possibillity to define composite basemap layers and custom styles).
Describe alternatives you've considered
I presume that street map can be added as feature layer but, on some projects, it is actually a base layer without need to be able to disable/enable street grid (or community borders or whatever)
Additional context
I actually wanted just to ask a question on how to achieve this but, since there is bug/feature direction I didn’t want to post it as a bug. I’m quite new to esri so, if answer to my question is already mentioned in some docs, please, point me to a right direction.
The text was updated successfully, but these errors were encountered: