Compare commits
4
Commits
2ff9f4e293
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a59b830727 | ||
|
|
0ad2fb9242 | ||
|
|
440f43bc54 | ||
|
|
bdefbe57be |
@@ -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 \
|
--hgtdir=work/hgt \
|
||||||
--sources=view1,view3 \
|
--sources=view1,view3 \
|
||||||
--simplifyContoursEpsilon=0.001 \
|
--simplifyContoursEpsilon=0.001 \
|
||||||
-j16 \
|
-j$(nproc --all) \
|
||||||
--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 \
|
||||||
-j16 \
|
-j$(nproc --all) \
|
||||||
--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"
|
||||||
|
|
||||||
|
|||||||
@@ -91,6 +91,7 @@ layers:
|
|||||||
features:
|
features:
|
||||||
- source: contour
|
- source: contour
|
||||||
geometry: line
|
geometry: line
|
||||||
|
min_zoom: 5
|
||||||
attributes:
|
attributes:
|
||||||
- key: ele
|
- key: ele
|
||||||
type: get
|
type: get
|
||||||
|
|||||||
Reference in New Issue
Block a user