Skip to content

Commit

Permalink
Merge pull request #1109 from OpenGeoscience/remove-wikimedia-map
Browse files Browse the repository at this point in the history
fix: Remove wikimedia map source.
  • Loading branch information
manthey authored Sep 28, 2021
2 parents eaca3e9 + 0ed3f56 commit 0773dbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# GeoJS Change Log

## Version 1.4.1
## Version 1.4.3

### Changes

- Removed wikimedia from the map source list (#1109)

## Version 1.4.2

### Improvements

Expand Down
7 changes: 0 additions & 7 deletions src/osmLayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -231,13 +231,6 @@ osmLayer.tileSources = {
name:'Carto Voyager Without Layers',
minLevel: 0,
maxLevel: 18
},
'wikimedia': {
url: 'https://maps.wikimedia.org/osm-intl/{z}/{x}/{y}.png',
attribution: '<a href="https://wikimediafoundation.org/wiki/Maps_Terms_of_Use">Wikimedia maps</a> | Map data &copy; <a href="http://openstreetmap.org/copyright">OpenStreetMap contributors</a>',
name:'Wikimedia',
minLevel: 0,
maxLevel: 19
}
};

Expand Down

0 comments on commit 0773dbf

Please sign in to comment.