Compare commits
2
Commits
master
..
a951f6dba2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a951f6dba2 | ||
|
|
4cc6d65fb9 |
@@ -1,6 +0,0 @@
|
|||||||
# 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 \
|
--hgtdir=work/hgt \
|
||||||
--sources=view1,view3 \
|
--sources=view1,view3 \
|
||||||
--simplifyContoursEpsilon=0.001 \
|
--simplifyContoursEpsilon=0.001 \
|
||||||
-j$(nproc --all) \
|
-j16 \
|
||||||
--max-nodes-per-tile=0 \
|
--max-nodes-per-tile=0 \
|
||||||
--output-prefix="./work/contours/$REG/con"
|
--output-prefix="./work/contours/$REG/con"
|
||||||
|
|
||||||
@@ -195,7 +195,7 @@ generate_region() {
|
|||||||
--hgtdir=work/hgt \
|
--hgtdir=work/hgt \
|
||||||
--sources=view1,view3 \
|
--sources=view1,view3 \
|
||||||
--simplifyContoursEpsilon=0.001 \
|
--simplifyContoursEpsilon=0.001 \
|
||||||
-j$(nproc --all) \
|
-j16 \
|
||||||
--max-nodes-per-tile=0 \
|
--max-nodes-per-tile=0 \
|
||||||
--output-prefix="./work/contours/$(system_path "${PATH_ARG}")/con"
|
--output-prefix="./work/contours/$(system_path "${PATH_ARG}")/con"
|
||||||
|
|
||||||
|
|||||||
+2
-3
@@ -91,7 +91,6 @@ layers:
|
|||||||
features:
|
features:
|
||||||
- source: contour
|
- source: contour
|
||||||
geometry: line
|
geometry: line
|
||||||
min_zoom: 5
|
|
||||||
attributes:
|
attributes:
|
||||||
- key: ele
|
- key: ele
|
||||||
type: get
|
type: get
|
||||||
@@ -227,8 +226,8 @@ layers:
|
|||||||
railway: [abandoned, construction, disused, funicular, light_rail, miniature, monorail, narrow_gauge, rail, subway, tram]
|
railway: [abandoned, construction, disused, funicular, light_rail, miniature, monorail, narrow_gauge, rail, subway, tram]
|
||||||
man_made: [goods_conveyor]
|
man_made: [goods_conveyor]
|
||||||
- source: osm
|
- source: osm
|
||||||
geometry: point
|
geometry: point
|
||||||
include_when:
|
include_when:
|
||||||
highway: [motorway_junction, passing_place, mini_roundabout, speed_camera, speed_display, toll_ganty, turning_circle, turning_loop]
|
highway: [motorway_junction, passing_place, mini_roundabout, speed_camera, speed_display, toll_ganty, turning_circle, turning_loop]
|
||||||
attributes:
|
attributes:
|
||||||
- key: class
|
- key: class
|
||||||
|
|||||||
Reference in New Issue
Block a user