Use same bright style as on CDN for compare visual

pull/405/head
lukasmartinelli 2016-08-12 14:21:27 +02:00
rodzic 7665c52ec6
commit c0b5849557
3 zmienionych plików z 924 dodań i 984 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ RUN npm install -g \
tilelive-mapnik@0.6.x \
tessera@0.9.x
COPY bright-v8.json index.html /usr/local/lib/node_modules/tessera/public/
COPY bright-v9.json index.html /usr/local/lib/node_modules/tessera/public/
VOLUME /data/tm2source
EXPOSE 3030
CMD ["tessera", "tmsource:///data/tm2source", "--port", "3030"]

Wyświetl plik

@ -30,7 +30,7 @@
var map2 = new mapboxgl.Map({
container: 'map2',
style: '/bright-v8.json',
style: '/bright-v9.json',
center: zurichViewport,
zoom: 12
});