Compare commits

2 Commits

4 changed files with 11 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ PBF_FILE?=
PPORT?=8090 PPORT?=8090
export PPORT export PPORT
# Local port to use with tileserver # Local port to use with tileserver
TPORT?=8080 TPORT?=8081
export TPORT export TPORT
# Allow a custom docker-compose project name # Allow a custom docker-compose project name

View File

@@ -379,7 +379,7 @@ and the generated maps are going to be available in browser on [localhost:8090/t
start: start:
* ` make start-tileserver` * ` make start-tileserver`
and the generated maps are going to be available in webbrowser on [localhost:8080](http://localhost:8080/). and the generated maps are going to be available in webbrowser on [localhost:8081](http://localhost:8081/).
This is only a quick preview, because your mbtiles only generated to zoom level 7 ! This is only a quick preview, because your mbtiles only generated to zoom level 7 !
@@ -415,7 +415,7 @@ Hints for testing areas
Hints for designers: Hints for designers:
make start-postserve # start Postserver + Maputnik Editor [ see localhost:8088 ] make start-postserve # start Postserver + Maputnik Editor [ see localhost:8088 ]
make start-tileserver # start maptiler/tileserver-gl [ see localhost:8080 ] make start-tileserver # start maptiler/tileserver-gl [ see localhost:8081 ]
Hints for developers: Hints for developers:
make # build source code make # build source code

View File

@@ -39,6 +39,9 @@ layer:
- suburb - suburb
- neighbourhood - neighbourhood
- dam - dam
- sports_centre
- parking
- religious
datasource: datasource:
geometry_field: geometry geometry_field: geometry
query: (SELECT geometry, class FROM layer_landuse(!bbox!, z(!scale_denominator!))) AS t query: (SELECT geometry, class FROM layer_landuse(!bbox!, z(!scale_denominator!))) AS t

View File

@@ -74,6 +74,7 @@ tables:
- industrial - industrial
- garages - garages
- retail - retail
- religious
amenity: amenity:
- bus_station - bus_station
- school - school
@@ -82,14 +83,18 @@ tables:
- college - college
- library - library
- hospital - hospital
- parking
- animal_training
leisure: leisure:
- stadium - stadium
- pitch - pitch
- playground - playground
- track - track
- sports_centre
tourism: tourism:
- theme_park - theme_park
- zoo - zoo
- picnic_site
place: place:
- suburb - suburb
- neighbourhood - neighbourhood