Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Configuring base maps in a plugin #666

Open
zferdana opened this issue Aug 29, 2016 · 1 comment
Open

Configuring base maps in a plugin #666

zferdana opened this issue Aug 29, 2016 · 1 comment

Comments

@zferdana
Copy link
Member

There is increasing need to call a specific base map within a plugin, and even be able to switch base maps based on in-plugin functionality. This would override the framework base map. Here are the latest Esri options for customization and configuration we would like to deploy. https://blogs.esri.com/esri/arcgis/2015/11/18/introducing-esri-vector-basemaps-beta/

@mmcfarland
Copy link
Member

This could be done, though there are a few scenarios to consider:

  • The app could specify the default basemap that should be shown when it is activated, but that could result in a jarring effect when a user switches back and forth between apps
  • The app could offer a custom button or selector to change the basemap, which would then be persistent even the when app is closed. The issue here is that it may be confusing to have the same functionality in two spots (main map and an app) but then not in other apps.
  • The basemaps explicitly linked to in the issue are new vector tile based maps. I'm not sure how they're rendered on the client and we'll need to confirm that the version of the API supported by the framework can support them.

@ajrobbins ajrobbins added this to the Priority Bug Fixes milestone Sep 9, 2016
@zferdana zferdana removed this from the Priority Bug Fixes milestone Sep 9, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants