Skip to content

Commit

Permalink
rename "world" to "terrain"
Browse files Browse the repository at this point in the history
  • Loading branch information
Gjum committed Dec 17, 2016
1 parent 43bade7 commit 57b30f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,13 @@
tilesUrl: 'https://raw.githubusercontent.com/dev3map/tiles/master/',
claimsUrl: 'https://raw.githubusercontent.com/dev3map/data/master/claims.json',
basemaps: [
'world',
'terrain',
'night',
'simple',
'light',
],
options: {
basemap: 'world',
basemap: 'terrain',
},
});
</script>
Expand Down

0 comments on commit 57b30f0

Please sign in to comment.