diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 0133952..0000000 --- a/.travis.yml +++ /dev/null @@ -1,31 +0,0 @@ -language: node_js -sudo: false -node_js: -- '4' -branches: - only: - - master - - /^v\d+(\.\d+)*$/ -addons: - apt: - sources: - - ubuntu-toolchain-r-test - - llvm-toolchain-precise-3.5 - packages: - - libstdc++6 -script: -- git clone https://github.com/klokantech/gl-style-package-spec.git -- cd gl-style-package-spec -- bash ./task/run.sh -env: - global: - - secure: AMr//WgVyNzqiihR0CFmsOmc7p21CK5mtJcGEOo3P73au+vf87ZlL9PGn5h/gI6egOhwUA4t8do1sTNwPw1KT3WEeNvj/ju1/3dJbEhtogAQtxWG9oQ/YOiNCxspuasT33XS0XPEwj5y0w3nYNpBGm9zcqYYKzwn+NtU11k+9A0SM3GXQt5Zz1MRuil9iFy/4+M3eAWu9+MTqkGLxeUey1jk7JsDeGYBrC70OfYEoXZV+93oY4qUFw6ALsW/y2kwkYDwrvJDapYTdwK2bv4oE+Nm1D50QgPMLmE2tIvXeIVVJeU+BGVKFtFFU20oXH0aEe4NGlaYPDlVrtG4peCODZA5pwdADsRWUpZoXDfXioG2vgl1GvaGw8HPSGDlMhx0kb0KyHaJll6NajIi24I0S6IRAoyZzBucxvWNuTn5IsR+FWtRTijuMZqBw52xwkXzYotlSpGe2FXcXW18aHhlsHswxHCbhpWjoAvKHNjQDcg8ixNMmYb3f0XMWwWvdi0llGgwbbQgmIJgcX4nJDeRjpqOj7I3oX+jUofUwhss7LDXsP2TM80GyaV+YIH8ccTEP3cyYjLLnusm7ecPcfpmq7txkFGkip25DM6RYRBlTkSbua7VWWwY4IGgfePNVCGNxJ0qNPy+jO8OnFpgvW/1yLokg6xKhuNKalZ5AoUCpK8= -deploy: - provider: releases - api_key: ${GITHUB_TOKEN} - file: build/${TRAVIS_TAG}.zip - skip_cleanup: true - on: - tags: true -services: - - docker diff --git a/LICENSE.md b/LICENSE.md index 870df4f..a3ff63f 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -37,7 +37,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The visual design features of the style (also known as the "look and feel" of the map) are licensed under the Creative Commons Attribution 4.0 license. -To view a copy of the license, visit http://creativecommons.org/licenses/by/4.0/. +To view a copy of the license, visit https://creativecommons.org/licenses/by/4.0/. Attribution for the design defined in this repository needs not to be provided on map images, but should be reasonably accessible from maps based on this style @@ -45,13 +45,13 @@ on map images, but should be reasonably accessible from maps based on this style Products or services using maps derived from OpenMapTiles schema need to visibly credit "OpenMapTiles.org" or reference "OpenMapTiles" with a link to -http://openmaptiles.org/. +https://openmaptiles.org/. For a browsable electronic map based on OpenMapTiles and OpenStreetMap data, the credit should appear in the corner of the map. For example: -[© OpenMapTiles](http://openmaptiles.org/) -[© OpenStreetMap contributors](http://www.openstreetmap.org/copyright) +[© OpenMapTiles](https://openmaptiles.org/) +[© OpenStreetMap contributors](https://www.openstreetmap.org/copyright) For printed and static maps a similar attribution should be made in a textual description near the image, in the same fashion as if you cite a photograph. diff --git a/README.md b/README.md index 0d93377..c692e8d 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,25 @@ # MapTiler 3D -A Mapbox GL basemap style featuring 3D buildings using the vector tile +A GL basemap style featuring 3D buildings using the vector tile schema of [OpenMapTiles](https://openmaptiles.org). ## Preview +**[:globe_with_meridians: Browse the map](https://openmaptiles.github.io/maptiler-3d-gl-style)** + ![Building Demo](https://user-images.githubusercontent.com/1785486/60903586-e7794780-a271-11e9-93b6-a7b9b36a14c5.png) + +## Edit the Style + +Use the map editor in MapTiler Cloud to view and adjust this map. Open the editor and upload style from this repository or host from various styles available on the platform. + +[Try style editor](https://cloud.maptiler.com/maps/editor) + +[Test updated Streets v2](https://cloud.maptiler.com/maps/editor?map=streets-v2) + +Or use the [Maputnik CLI](http://openmaptiles.org/docs/style/maputnik/) to edit and develop the style. +After you've started Maputnik open the editor on `localhost:8000`. + +``` +maputnik --watch --file style.json +``` diff --git a/style.json b/style.json index f43fe4e..a136453 100644 --- a/style.json +++ b/style.json @@ -1,6 +1,6 @@ { "version": 8, - "name": "Klokantech 3D", + "name": "MapTiler 3D", "metadata": { "mapbox:autocomposite": false, "maputnik:renderer": "mbgljs", @@ -9,7 +9,7 @@ "sources": { "openmaptiles": { "type": "vector", - "url": "https://api.maptiler.com/tiles/v3/tiles.json?key={key}" + "url": "https://api.maptiler.com/tiles/v3-openmaptiles/tiles.json?key={key}" } }, "glyphs": "https://api.maptiler.com/fonts/{fontstack}/{range}.pbf?key={key}", @@ -611,5 +611,5 @@ } } ], - "id": "klokantech-3d" + "id": "maptiler-3d" }