remove osm2vectortiles/mapbox-studio from project
This commit is contained in:
7
Makefile
7
Makefile
@@ -11,7 +11,6 @@ help:
|
||||
@echo "Hints for designers:"
|
||||
@echo " make start-postserve # start Postserver + Maputnik Editor [ see localhost:8088 ] "
|
||||
@echo " make start-tileserver # start klokantech/tileserver-gl [ see localhost:8080 ] "
|
||||
@echo " make start-mapbox-studio # start Mapbox Studio"
|
||||
@echo " "
|
||||
@echo "Hints for developers:"
|
||||
@echo " make # build source code"
|
||||
@@ -145,12 +144,6 @@ start-postserve:
|
||||
docker rm -f maputnik_editor || true
|
||||
docker run --name maputnik_editor -d -p 8088:8888 maputnik/editor
|
||||
|
||||
|
||||
start-mapbox-studio:
|
||||
docker-compose up mapbox-studio
|
||||
|
||||
|
||||
|
||||
generate-qareports:
|
||||
./qa/run.sh
|
||||
|
||||
|
||||
Reference in New Issue
Block a user