Compare commits
5
Commits
d218ac85d3
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a59b830727 | ||
|
|
0ad2fb9242 | ||
|
|
440f43bc54 | ||
|
|
bdefbe57be | ||
|
|
2ff9f4e293 |
@@ -0,0 +1,6 @@
|
||||
# Longer Tiles (formerly StrikeMaps TileSchema)
|
||||
|
||||
A free planetiler YAML based tileschema, focused on containing as much data as possible
|
||||
<br>
|
||||
|
||||
It is developed as a part of the Strike Maps project
|
||||
@@ -144,7 +144,7 @@ single_planet() {
|
||||
--hgtdir=work/hgt \
|
||||
--sources=view1,view3 \
|
||||
--simplifyContoursEpsilon=0.001 \
|
||||
-j16 \
|
||||
-j$(nproc --all) \
|
||||
--max-nodes-per-tile=0 \
|
||||
--output-prefix="./work/contours/$REG/con"
|
||||
|
||||
@@ -195,7 +195,7 @@ generate_region() {
|
||||
--hgtdir=work/hgt \
|
||||
--sources=view1,view3 \
|
||||
--simplifyContoursEpsilon=0.001 \
|
||||
-j16 \
|
||||
-j$(nproc --all) \
|
||||
--max-nodes-per-tile=0 \
|
||||
--output-prefix="./work/contours/$(system_path "${PATH_ARG}")/con"
|
||||
|
||||
|
||||
+6
-1
@@ -91,6 +91,7 @@ layers:
|
||||
features:
|
||||
- source: contour
|
||||
geometry: line
|
||||
min_zoom: 5
|
||||
attributes:
|
||||
- key: ele
|
||||
type: get
|
||||
@@ -200,7 +201,7 @@ layers:
|
||||
landcover: __any__
|
||||
leisure: [garden, park, pitch, dog_park, fishing, marina, nature_reserve, playground, stadium, track, playground, sports_centre]
|
||||
natural: [fell, grassland, heath, scrub, wood, tundra, bay, beach, blowhole, crevasse, shingle, shoal, bare_rock, hill, sand, scree, tree]
|
||||
highway: [service, pedestrian]
|
||||
highway: [rest_area, service, pedestrian]
|
||||
attributes:
|
||||
- key: class
|
||||
type: match_key
|
||||
@@ -225,6 +226,10 @@ layers:
|
||||
aeroway: [runway, stopway, taxiway]
|
||||
railway: [abandoned, construction, disused, funicular, light_rail, miniature, monorail, narrow_gauge, rail, subway, tram]
|
||||
man_made: [goods_conveyor]
|
||||
- source: osm
|
||||
geometry: point
|
||||
include_when:
|
||||
highway: [motorway_junction, passing_place, mini_roundabout, speed_camera, speed_display, toll_ganty, turning_circle, turning_loop]
|
||||
attributes:
|
||||
- key: class
|
||||
type: match_key
|
||||
|
||||
Reference in New Issue
Block a user