@@ -65,6 +65,7 @@ define([
65
65
name : 'Mapbox Satellite' ,
66
66
tooltip : 'Mapbox satellite imagery https://www.mapbox.com/maps/' ,
67
67
iconUrl : buildModuleUrl ( 'Widgets/Images/ImageryProviders/mapboxSatellite.png' ) ,
68
+ category : 'Other' ,
68
69
creationFunction : function ( ) {
69
70
return new MapboxImageryProvider ( {
70
71
mapId : 'mapbox.satellite'
@@ -76,6 +77,7 @@ define([
76
77
name : 'Mapbox Streets' ,
77
78
tooltip : 'Mapbox streets imagery https://www.mapbox.com/maps/' ,
78
79
iconUrl : buildModuleUrl ( 'Widgets/Images/ImageryProviders/mapboxTerrain.png' ) ,
80
+ category : 'Other' ,
79
81
creationFunction : function ( ) {
80
82
return new MapboxImageryProvider ( {
81
83
mapId : 'mapbox.streets'
@@ -87,6 +89,7 @@ define([
87
89
name : 'Mapbox Streets Classic' ,
88
90
tooltip : 'Mapbox streets basic imagery https://www.mapbox.com/maps/' ,
89
91
iconUrl : buildModuleUrl ( 'Widgets/Images/ImageryProviders/mapboxStreets.png' ) ,
92
+ category : 'Other' ,
90
93
creationFunction : function ( ) {
91
94
return new MapboxImageryProvider ( {
92
95
mapId : 'mapbox.streets-basic'
@@ -105,6 +108,7 @@ imagery for Antarctica. The map features 0.3m resolution imagery in the continen
105
108
parts of Western Europe from DigitalGlobe. In other parts of the world, 1 meter resolution imagery is available from GeoEye IKONOS, \
106
109
i-cubed Nationwide Prime, Getmapping, AeroGRID, IGN Spain, and IGP Portugal. Additionally, imagery at different resolutions has been \
107
110
contributed by the GIS User Community.\nhttp://www.esri.com' ,
111
+ category : 'Other' ,
108
112
creationFunction : function ( ) {
109
113
return new ArcGisMapServerImageryProvider ( {
110
114
url : 'https://services.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer' ,
@@ -121,6 +125,7 @@ This worldwide street map presents highway-level data for the world. Street-leve
121
125
Canada; Japan; most countries in Europe; Australia and New Zealand; India; parts of South America including Argentina, Brazil, \
122
126
Chile, Colombia, and Venezuela; Ghana; and parts of southern Africa including Botswana, Lesotho, Namibia, South Africa, and Swaziland.\n\
123
127
http://www.esri.com' ,
128
+ category : 'Other' ,
124
129
creationFunction : function ( ) {
125
130
return new ArcGisMapServerImageryProvider ( {
126
131
url : 'https://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer' ,
@@ -136,6 +141,7 @@ http://www.esri.com',
136
141
This web map contains the National Geographic World Map service. This map service is designed to be used as a general reference map \
137
142
for informational and educational purposes as well as a basemap by GIS professionals and other users for creating web maps and web \
138
143
mapping applications.\nhttp://www.esri.com' ,
144
+ category : 'Other' ,
139
145
creationFunction : function ( ) {
140
146
return new ArcGisMapServerImageryProvider ( {
141
147
url : 'https://services.arcgisonline.com/ArcGIS/rest/services/NatGeo_World_Map/MapServer/' ,
@@ -149,6 +155,7 @@ mapping applications.\nhttp://www.esri.com',
149
155
iconUrl : buildModuleUrl ( 'Widgets/Images/ImageryProviders/openStreetMap.png' ) ,
150
156
tooltip : 'OpenStreetMap (OSM) is a collaborative project to create a free editable map \
151
157
of the world.\nhttp://www.openstreetmap.org' ,
158
+ category : 'Other' ,
152
159
creationFunction : function ( ) {
153
160
return createOpenStreetMapImageryProvider ( {
154
161
url : 'https://a.tile.openstreetmap.org/'
@@ -161,6 +168,7 @@ of the world.\nhttp://www.openstreetmap.org',
161
168
iconUrl : buildModuleUrl ( 'Widgets/Images/ImageryProviders/stamenWatercolor.png' ) ,
162
169
tooltip : 'Reminiscent of hand drawn maps, Stamen watercolor maps apply raster effect \
163
170
area washes and organic edges over a paper texture to add warm pop to any map.\nhttp://maps.stamen.com' ,
171
+ category : 'Other' ,
164
172
creationFunction : function ( ) {
165
173
return createOpenStreetMapImageryProvider ( {
166
174
url : 'https://stamen-tiles.a.ssl.fastly.net/watercolor/' ,
@@ -173,6 +181,7 @@ area washes and organic edges over a paper texture to add warm pop to any map.\n
173
181
name : 'Stamen Toner' ,
174
182
iconUrl : buildModuleUrl ( 'Widgets/Images/ImageryProviders/stamenToner.png' ) ,
175
183
tooltip : 'A high contrast black and white map.\nhttp://maps.stamen.com' ,
184
+ category : 'Other' ,
176
185
creationFunction : function ( ) {
177
186
return createOpenStreetMapImageryProvider ( {
178
187
url : 'https://stamen-tiles.a.ssl.fastly.net/toner/' ,
0 commit comments