Compare commits
2 Commits
1e2c0ea976
...
last-used
| Author | SHA1 | Date | |
|---|---|---|---|
| 79d5f801d2 | |||
| 27984a8722 |
2
Makefile
2
Makefile
@@ -16,7 +16,7 @@ PBF_FILE?=
|
||||
PPORT?=8090
|
||||
export PPORT
|
||||
# Local port to use with tileserver
|
||||
TPORT?=8080
|
||||
TPORT?=8081
|
||||
export TPORT
|
||||
|
||||
# Allow a custom docker-compose project name
|
||||
|
||||
@@ -379,7 +379,7 @@ and the generated maps are going to be available in browser on [localhost:8090/t
|
||||
|
||||
start:
|
||||
* ` 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 !
|
||||
|
||||
@@ -415,7 +415,7 @@ Hints for testing areas
|
||||
|
||||
Hints for designers:
|
||||
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:
|
||||
make # build source code
|
||||
|
||||
@@ -39,6 +39,9 @@ layer:
|
||||
- suburb
|
||||
- neighbourhood
|
||||
- dam
|
||||
- sports_centre
|
||||
- parking
|
||||
- religious
|
||||
datasource:
|
||||
geometry_field: geometry
|
||||
query: (SELECT geometry, class FROM layer_landuse(!bbox!, z(!scale_denominator!))) AS t
|
||||
|
||||
@@ -74,6 +74,7 @@ tables:
|
||||
- industrial
|
||||
- garages
|
||||
- retail
|
||||
- religious
|
||||
amenity:
|
||||
- bus_station
|
||||
- school
|
||||
@@ -82,14 +83,18 @@ tables:
|
||||
- college
|
||||
- library
|
||||
- hospital
|
||||
- parking
|
||||
- animal_training
|
||||
leisure:
|
||||
- stadium
|
||||
- pitch
|
||||
- playground
|
||||
- track
|
||||
- sports_centre
|
||||
tourism:
|
||||
- theme_park
|
||||
- zoo
|
||||
- picnic_site
|
||||
place:
|
||||
- suburb
|
||||
- neighbourhood
|
||||
|
||||
Reference in New Issue
Block a user