Skip to content

Commit

Permalink
Merge pull request #4159 from AnalyticalGraphicsInc/remove-mapquest
Browse files Browse the repository at this point in the history
Remove MapQuest OpenStreetMap tiles.
  • Loading branch information
Hannah authored Aug 1, 2016
2 parents a0960b6 + 7a668d5 commit 3ce9e85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Change Log
* Fixed an issue causing entities to disappear when updating multiple entities simultaneously. [#4096](https://github.com/AnalyticalGraphicsInc/cesium/issues/4096)
* Normalizing the velocity vector produced by `VelocityVectorProperty` is now optional.
* Added optional `rangeMax` parameter to `Math.toSNorm` and `Math.fromSNorm`. [#4121](https://github.com/AnalyticalGraphicsInc/cesium/pull/4121)
* Removed `MapQuest OpenStreetMap` from the list of demo base layers since direct tile access has been discontinued. See the [MapQuest Developer Blog](http://devblog.mapquest.com/2016/06/15/modernization-of-mapquest-results-in-changes-to-open-tile-access/) for details.

### 1.23 - 2016-07-01

Expand Down
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 3ce9e85

Please sign in to comment.