From 7bd9d3f5daccdef54554545f9f066622d3796c28 Mon Sep 17 00:00:00 2001 From: Lukas Martinelli Date: Thu, 12 Jan 2017 14:20:23 +0100 Subject: [PATCH] Remove GeoJSON example from tilesets --- src/config/tilesets.json | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/config/tilesets.json b/src/config/tilesets.json index 1096f75..e4cd4b9 100644 --- a/src/config/tilesets.json +++ b/src/config/tilesets.json @@ -4,6 +4,11 @@ "url": "mapbox://mapbox.mapbox-streets-v7", "title": "Mapbox Streets" }, + "openmaptiles": { + "type": "vector", + "url": "https://free.tilehosting.com/data/v3.json?key=25ItXg7aI5wurYDtttD", + "title": "OpenMapTiles" + }, "tilezen": { "type": "vector", "tiles": [ @@ -12,15 +17,5 @@ "minZoom": 0, "maxZoom": 15, "title": "Mapzen Vector Tile Service" - }, - "openmaptiles": { - "type": "vector", - "url": "https://free.tilehosting.com/data/v3.json?key=25ItXg7aI5wurYDtttD", - "title": "OpenMapTiles CDN" - }, - "naturalearth-airports": { - "type": "geojson", - "data": "https://d2ad6b4ur7yvpq.cloudfront.net/naturalearth-3.3.0/ne_10m_airports.geojson", - "title": "NaturalEarth Airports GeoJSON" } }