]> git.openstreetmap.org Git - rails.git/commitdiff
Add main road opnvkarte map key at z15
authorAnton Khorev <tony29@yandex.ru>
Fri, 15 Dec 2023 12:02:51 +0000 (15:02 +0300)
committerAnton Khorev <tony29@yandex.ru>
Fri, 15 Dec 2023 12:02:51 +0000 (15:02 +0300)
app/assets/images/key/opnvkarte/main_road15.svg [new file with mode: 0644]
app/assets/images/key/opnvkarte/main_road17.svg [new file with mode: 0644]
app/assets/images/key/opnvkarte/motorway15.svg [new file with mode: 0644]
app/assets/images/key/opnvkarte/motorway17.svg [new file with mode: 0644]
config/key.yml

diff --git a/app/assets/images/key/opnvkarte/main_road15.svg b/app/assets/images/key/opnvkarte/main_road15.svg
new file mode 100644 (file)
index 0000000..cb53916
--- /dev/null
@@ -0,0 +1,3 @@
+<svg xmlns='http://www.w3.org/2000/svg' width='52' height='13'>
+<rect x='-.5' y='.5' width='53' height='12' fill='#dddddd' stroke='#a1968b' />
+</svg>
diff --git a/app/assets/images/key/opnvkarte/main_road17.svg b/app/assets/images/key/opnvkarte/main_road17.svg
new file mode 100644 (file)
index 0000000..de7db0f
--- /dev/null
@@ -0,0 +1,3 @@
+<svg xmlns='http://www.w3.org/2000/svg' width='52' height='17'>
+<rect x='-.5' y='.5' width='53' height='16' fill='#dddddd' stroke='#a1968b' />
+</svg>
diff --git a/app/assets/images/key/opnvkarte/motorway15.svg b/app/assets/images/key/opnvkarte/motorway15.svg
new file mode 100644 (file)
index 0000000..c217bb2
--- /dev/null
@@ -0,0 +1,4 @@
+<svg xmlns='http://www.w3.org/2000/svg' width='52' height='13'>
+<rect x='-.5' y='.5' width='53' height='12' fill='#dddddd' stroke='#6d6d6d' />
+<line x1='-4' x2='60' y1='6.5' y2='6.5' stroke='#ffffff' stroke-dasharray='12' />
+</svg>
diff --git a/app/assets/images/key/opnvkarte/motorway17.svg b/app/assets/images/key/opnvkarte/motorway17.svg
new file mode 100644 (file)
index 0000000..36b37db
--- /dev/null
@@ -0,0 +1,4 @@
+<svg xmlns='http://www.w3.org/2000/svg' width='52' height='17'>
+<rect x='-1' y='1' width='54' height='15' fill='#dddddd' stroke='#6d6d6d' stroke-width='2' />
+<line x1='-4' x2='60' y1='8.5' y2='8.5' stroke='#ffffff' stroke-dasharray='12' />
+</svg>
index 3cc92fc1760931a25c7062031c1b9463f75757d8..114a623df9d0cf7ceb8ddc0e74d9994b984812b0 100644 (file)
@@ -150,6 +150,10 @@ opnvkarte:
   - { min_zoom: 15, name: stop, image: stop15.svg }
   - { min_zoom:  8, name: motorway, image: motorway8.svg }
   - { min_zoom: 13, name: motorway, image: motorway13.svg }
+  - { min_zoom: 15, name: motorway, image: motorway15.svg }
+  - { min_zoom: 17, name: motorway, image: motorway17.svg }
   - { min_zoom:  8, name: main_road, width: 52, height: 1, fill: "#5c6d6d88" }
   - { min_zoom: 11, name: main_road, image: main_road11.svg }
   - { min_zoom: 13, name: main_road, image: main_road13.svg }
+  - { min_zoom: 15, name: main_road, image: main_road15.svg }
+  - { min_zoom: 17, name: main_road, image: main_road17.svg }