diff --git a/.travis.yml b/.travis.yml index 2820e39..2977d12 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_install: - sudo apt-get install -qq xvfb libgles2-mesa-dev libgbm-dev libxxf86vm-dev install: - npm install - - wget -O test_data.zip https://github.com/klokantech/tileserver-gl/releases/download/v1.3.0/test_data.zip + - wget -O test_data.zip https://github.com/maptiler/tileserver-gl/releases/download/v1.3.0/test_data.zip - unzip -q test_data.zip -d test_data script: - xvfb-run --server-args="-screen 0 1024x768x24" npm test diff --git a/Dockerfile b/Dockerfile index b82ff8f..490749d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,4 @@ FROM node:10-stretch -MAINTAINER Petr Sloup ENV NODE_ENV="production" VOLUME /data diff --git a/Dockerfile_light b/Dockerfile_light index dafbdd2..3312543 100644 --- a/Dockerfile_light +++ b/Dockerfile_light @@ -1,5 +1,4 @@ FROM node:10-stretch -MAINTAINER Petr Sloup ENV NODE_ENV="production" EXPOSE 80 diff --git a/Dockerfile_test b/Dockerfile_test index d1f2b25..37d34f8 100644 --- a/Dockerfile_test +++ b/Dockerfile_test @@ -3,7 +3,6 @@ # WARNING: sometimes it fails with a core dumped exception FROM node:10-stretch -MAINTAINER Petr Sloup RUN apt-get -qq update \ && DEBIAN_FRONTEND=noninteractive apt-get -y install \ @@ -24,7 +23,7 @@ RUN apt-get -qq update \ RUN mkdir -p /usr/src/app WORKDIR /usr/src/app -RUN wget -O test_data.zip https://github.com/klokantech/tileserver-gl/releases/download/v1.3.0/test_data.zip +RUN wget -O test_data.zip https://github.com/maptiler/tileserver-gl/releases/download/v1.3.0/test_data.zip RUN unzip -q test_data.zip -d test_data ENV NODE_ENV="test" diff --git a/README.md b/README.md index 7543105..8dd163d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # TileServer GL -[![Build Status](https://travis-ci.org/klokantech/tileserver-gl.svg?branch=master)](https://travis-ci.org/klokantech/tileserver-gl) +[![Build Status](https://travis-ci.org/maptiler/tileserver-gl.svg?branch=master)](https://travis-ci.org/maptiler/tileserver-gl) [![Docker Hub](https://img.shields.io/badge/docker-hub-blue.svg)](https://hub.docker.com/r/klokantech/tileserver-gl/) Vector and raster maps with GL styles. Server side rendering by Mapbox GL Native. Map tile server for Mapbox GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc. diff --git a/README_light.md b/README_light.md index f31745d..b8df587 100644 --- a/README_light.md +++ b/README_light.md @@ -1,5 +1,5 @@ # TileServer GL light -[![Build Status](https://travis-ci.org/klokantech/tileserver-gl.svg?branch=master)](https://travis-ci.org/klokantech/tileserver-gl) +[![Build Status](https://travis-ci.org/maptiler/tileserver-gl.svg?branch=master)](https://travis-ci.org/maptiler/tileserver-gl) [![Docker Hub](https://img.shields.io/badge/docker-hub-blue.svg)](https://hub.docker.com/r/klokantech/tileserver-gl/) Vector maps with GL styles. Map tile server for Mapbox Android, iOS, GL JS, Leaflet, OpenLayers, etc. without server side rendering. @@ -11,7 +11,7 @@ Then you can simply run `tileserver-gl-light zurich_switzerland.mbtiles` to star See also `tileserver-gl` which contains server side rendering. -Prepared vector tiles can be downloaded from [OSM2VectorTiles](http://osm2vectortiles.org/). +Prepared vector tiles can be downloaded from [OpenMapTiles](https://openmaptiles.org/downloads/). ## Documentation You can read full documentation of this project at http://tileserver.readthedocs.io/. \ No newline at end of file diff --git a/package.json b/package.json index 4261f01..f84aab9 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,9 @@ "description": "Map tile server for JSON GL styles - vector and server side generated raster tiles", "main": "src/main.js", "bin": "src/main.js", - "authors": [ - "Petr Sloup " - ], "repository": { "type": "git", - "url": "https://github.com/klokantech/tileserver-gl.git" + "url": "https://github.com/maptiler/tileserver-gl.git" }, "license": "BSD-2-Clause", "engines": { diff --git a/public/resources/images/klokantech.png b/public/resources/images/klokantech.png deleted file mode 100644 index 097df7b..0000000 Binary files a/public/resources/images/klokantech.png and /dev/null differ diff --git a/public/resources/images/maptiler-logo.svg b/public/resources/images/maptiler-logo.svg new file mode 100644 index 0000000..fcb4a96 --- /dev/null +++ b/public/resources/images/maptiler-logo.svg @@ -0,0 +1,67 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/public/resources/index.css b/public/resources/index.css index 1fa5799..e32c9f9 100644 --- a/public/resources/index.css +++ b/public/resources/index.css @@ -135,8 +135,8 @@ footer { font-size:12px; } footer img { - width: 118px; - height: 32px; + width: 113px; + height: 31px; } footer .t { display:none; diff --git a/public/templates/index.tmpl b/public/templates/index.tmpl index 191496d..603f2eb 100644 --- a/public/templates/index.tmpl +++ b/public/templates/index.tmpl @@ -104,9 +104,9 @@ {{/if}}