Skip to content

Instantly share code, notes, and snippets.

@geog4046instructor
Last active January 1, 2018 22:47
Show Gist options
  • Save geog4046instructor/7aeb79e33895544fbd06 to your computer and use it in GitHub Desktop.
Save geog4046instructor/7aeb79e33895544fbd06 to your computer and use it in GitHub Desktop.
ArcGIS JavaScript API - CSS for a basemap toggle control
/* Resize and position the basemap control on an ArcGIS map. Requires a #basemap-toggle div inside of the #map div */
#basemap-toggle {
position: absolute;
top: 60px;
right: 20px;
z-index: 50;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment