Add sorting and listed properties to map.conf example markers

This commit is contained in:
Lukas Rieger (Blue) 2023-02-08 12:53:56 +01:00
parent 87c868b1a9
commit 38932cea28
No known key found for this signature in database
GPG Key ID: 2D09EC5ED2687FF2

View File

@ -126,6 +126,7 @@ marker-sets: {
# label: "Example Marker Set"
# toggleable: true
# default-hidden: false
# sorting: 0
# markers: {
#
# example-poi-marker: {
@ -134,6 +135,8 @@ marker-sets: {
# label: "Example POI Marker"
# icon: "assets/poi.svg"
# anchor: { x: 25, y: 45 }
# sorting: 0
# listed: true
# min-distance: 10
# max-distance: 10000000
# }
@ -144,6 +147,8 @@ marker-sets: {
# label: "Example HTML Marker"
# html: "<div style='line-height: 2em; font-size: 2em; color: white; transform: translate(-50%, -50%);'>Example HTML Marker</div>"
# anchor: { x: 0, y: 0 }
# sorting: 0
# listed: true
# min-distance: 10
# max-distance: 10000000
# }
@ -165,6 +170,8 @@ marker-sets: {
# depth-test: true
# line-width: 5
# line-color: { r: 255, g: 0, b: 0, a: 1.0 }
# sorting: 0
# listed: true
# min-distance: 10
# max-distance: 10000000
# }
@ -188,6 +195,8 @@ marker-sets: {
# line-width: 5
# line-color: { r: 255, g: 0, b: 0, a: 1.0 }
# fill-color: { r: 200, g: 0, b: 0, a: 0.3 }
# sorting: 0
# listed: true
# min-distance: 10
# max-distance: 10000000
# }
@ -212,6 +221,8 @@ marker-sets: {
# line-width: 5
# line-color: { r: 255, g: 0, b: 0, a: 1.0 }
# fill-color: { r: 200, g: 0, b: 0, a: 0.3 }
# sorting: 0
# listed: true
# min-distance: 10
# max-distance: 10000000
# }