From 57b30f09774b7bbd874224b9ca9e07701f1904b7 Mon Sep 17 00:00:00 2001 From: Gjum Date: Sat, 17 Dec 2016 01:22:54 +0100 Subject: [PATCH] rename "world" to "terrain" --- docs/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.html b/docs/index.html index ee5f45a..50a93f2 100644 --- a/docs/index.html +++ b/docs/index.html @@ -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', }, });