From a2c25b0df911b3ee1b5a863d7ec01e2e5f05541d Mon Sep 17 00:00:00 2001 From: acalcutt Date: Wed, 21 Sep 2022 18:21:50 -0400 Subject: [PATCH] put back OpenMapTiles download link --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index abcbfb3..0e2790e 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,9 @@ [![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/maptiler/tileserver-gl/) -Vector and raster maps with GL styles. Server side rendering by MapLibre GL Native. Map tile server for MapLibre GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc. +Vector and raster maps with GL styles. Server-side rendering by MapLibre GL Native. Map tile server for MapLibre GL JS, Android, iOS, Leaflet, OpenLayers, GIS via WMTS, etc. +Download vector tiles from [OpenMapTiles](https://data.maptiler.com/downloads/planet/). ## Getting Started with Node Make sure you have Node.js version **14.20.0** or above installed. Node 16 is reccomended @@ -78,9 +79,6 @@ Run from command line xvfb-run --server-args="-screen 0 1024x768x24" node . ``` - - - ## Documentation You can read full documentation of this project at https://tileserver.readthedocs.io/.