Skip to content

Commit

Permalink
deleted providerViewModel for discontinued Mapquest open tiles
Browse files Browse the repository at this point in the history
  • Loading branch information
andyfry01 committed Jul 13, 2016
1 parent 3f51793 commit c6ff7de
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -180,18 +180,6 @@ area washes and organic edges over a paper texture to add warm pop to any map.\n
}
}));

providerViewModels.push(new ProviderViewModel({
name : 'MapQuest Open\u00adStreet\u00adMap',
iconUrl : buildModuleUrl('Widgets/Images/ImageryProviders/mapQuestOpenStreetMap.png'),
tooltip : 'OpenStreetMap (OSM) is a collaborative project to create a free editable \
map of the world.\nhttp://www.openstreetmap.org',
creationFunction : function() {
return createOpenStreetMapImageryProvider({
url : 'https://otile1-s.mqcdn.com/tiles/1.0.0/osm/'
});
}
}));

providerViewModels.push(new ProviderViewModel({
name : 'The Black Marble',
iconUrl : buildModuleUrl('Widgets/Images/ImageryProviders/blackMarble.png'),
Expand Down

0 comments on commit c6ff7de

Please sign in to comment.