Skip to content

Commit

Permalink
Add additional ESRI basemaps available at version 3.16 of JavaScript …
Browse files Browse the repository at this point in the history
…API.
  • Loading branch information
tmcgee committed Mar 5, 2016
1 parent 11498e2 commit aa66fd4
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion viewer/js/config/basemaps.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ define([
streets: {
title: 'Streets'
},
'streets-night-vector': {
title: 'Streets (Night)'
},
'streets-navigation-vector': {
title: 'Streets (Navigation)'
},
'streets-relief-vector': {
title: 'Street (Relief)'
},
satellite: {
title: 'Satellite'
},
Expand All @@ -36,9 +45,15 @@ define([
topo: {
title: 'Topo'
},
gray: {
'terrain': {
title: 'Terrain'
},
'gray-vector': {
title: 'Gray'
},
'dark-gray-vector': {
title: 'Dark Gray'
},
oceans: {
title: 'Oceans'
},
Expand Down

0 comments on commit aa66fd4

Please sign in to comment.