These forums are specific to the Waze mobile app. Post here if you experienced a problem while using the app, have a question about the app functionality or a feature such as navigation or search.
Post by fuchserl
Hi all,

I updated the DACH color scheme.

Changelog:
- navigation arrow added (not hardcoded like Waze implemented it but comfortable with variable in skin_values.*.lua)

skin_structure.main.lua
https://files.fshare.at/index.php/s/Jea ... k/download

skin_values.day.lua
https://files.fshare.at/index.php/s/WaB ... F/download

skin_values.night.lua
https://files.fshare.at/index.php/s/nj6 ... w/download

skin_values.editor.lua (to make it work with the modified structure)
https://files.fshare.at/index.php/s/xYw ... z/download

Have fun!
fuchserl
Waze Global Champs
Waze Global Champs
Posts: 1137
Has thanked: 217 times
Been thanked: 450 times
Send a message
Wolfgang

Localiser (DE), Beta-WME, Android App Beta Leader, GC, LC, AM, CM (AT, BF, CD, CF, CG, CM, DJ, ER, ET, GH, GN, GQ, KE, SD, SO, SS, TD, UG)
https://storage.googleapis.com/wazeoped ... _0M_6c.pnghttps://storage.googleapis.com/wazeoped ... rsig22.png

Post by fuchserl
Vatte wrote:Hello,

Is there a way to show oneways with direction arrows? Actually I can't see on the map if a street is oneway and of course not in which direction.

Best regards,
Vatte
yes, it is the parameter
oneWay = rgba(0x505050ff),
in the .lua file
fuchserl
Waze Global Champs
Waze Global Champs
Posts: 1137
Has thanked: 217 times
Been thanked: 450 times
Send a message
Wolfgang

Localiser (DE), Beta-WME, Android App Beta Leader, GC, LC, AM, CM (AT, BF, CD, CF, CG, CM, DJ, ER, ET, GH, GN, GQ, KE, SD, SO, SS, TD, UG)
https://storage.googleapis.com/wazeoped ... _0M_6c.pnghttps://storage.googleapis.com/wazeoped ... rsig22.png

Post by fuchserl
Hi,

In the file there are 2 types of colour parameters. Those without transparency and those with:
1.)
rgb(0x505050)
the white part is the HTML/RGB color code in HEX, so it is 3 hex values (each 2 characters long) ranging from 00 to FF for Red, Green and Blue
in this example it is a dark grey, because all values are very low and the same, so that mixes to dark grey. red would be FF0000, green would be 00FF00, blue would be 0000FF

Just start your Favourite picture edit program, choose a color, read the RGB value in Hex and input it here (or do it online https://www.google.at/search?q=rgb+colo ... 8geEqJOYBQ)

2.)
rgba(0x505050ff)
this is the other alternative, (the function is called rgba() instead of rgb(), I guess for the Alpha channel, this contains first the RGB colors, then (as you said correctly) the alpha channel / transparency

HTH
fuchserl
Waze Global Champs
Waze Global Champs
Posts: 1137
Has thanked: 217 times
Been thanked: 450 times
Send a message
Wolfgang

Localiser (DE), Beta-WME, Android App Beta Leader, GC, LC, AM, CM (AT, BF, CD, CF, CG, CM, DJ, ER, ET, GH, GN, GQ, KE, SD, SO, SS, TD, UG)
https://storage.googleapis.com/wazeoped ... _0M_6c.pnghttps://storage.googleapis.com/wazeoped ... rsig22.png

Post by fuchserl
The arrows are the only thing that is defined one-way specific, because one-way is just a segment attribute, not a segment type.
The segment colors are defined according to their types. Just have a look at the skin_values.*.lua files, the names are self-explaining.

The thicknesses, font-sizes and everything else can be changed in the file skin_structure.main.lua. I don't know how the one-way arrows are drawn and if you can change them, I would guess they are a character, so perhaps you can somewhere change the font size/boldness. I had a quick look at the file and didn't find anything hinting to such a possibility.
fuchserl
Waze Global Champs
Waze Global Champs
Posts: 1137
Has thanked: 217 times
Been thanked: 450 times
Send a message
Wolfgang

Localiser (DE), Beta-WME, Android App Beta Leader, GC, LC, AM, CM (AT, BF, CD, CF, CG, CM, DJ, ER, ET, GH, GN, GQ, KE, SD, SO, SS, TD, UG)
https://storage.googleapis.com/wazeoped ... _0M_6c.pnghttps://storage.googleapis.com/wazeoped ... rsig22.png

Post by fuchserl
kelemvor33 wrote:Howdy,
This thread is huge so I'm just going to ask about the one thing I need. Is there any predefined theme, or way to modify the white border around the orange button (and the inner border in the same button) to report things?
No sorry, AFAIK there is no way to modify anything apart from the map colors (there are also e.g. several white menu backgrounds in night mode that nearly blind you, but we have to wait for Waze to correct those as well).
fuchserl
Waze Global Champs
Waze Global Champs
Posts: 1137
Has thanked: 217 times
Been thanked: 450 times
Send a message
Wolfgang

Localiser (DE), Beta-WME, Android App Beta Leader, GC, LC, AM, CM (AT, BF, CD, CF, CG, CM, DJ, ER, ET, GH, GN, GQ, KE, SD, SO, SS, TD, UG)
https://storage.googleapis.com/wazeoped ... _0M_6c.pnghttps://storage.googleapis.com/wazeoped ... rsig22.png

Post by fuchserl
Yes, asking them again and again on all possible ways is the only thing we users can do. Otherwise they think everybody is fine with it anyway.
fuchserl
Waze Global Champs
Waze Global Champs
Posts: 1137
Has thanked: 217 times
Been thanked: 450 times
Send a message
Wolfgang

Localiser (DE), Beta-WME, Android App Beta Leader, GC, LC, AM, CM (AT, BF, CD, CF, CG, CM, DJ, ER, ET, GH, GN, GQ, KE, SD, SO, SS, TD, UG)
https://storage.googleapis.com/wazeoped ... _0M_6c.pnghttps://storage.googleapis.com/wazeoped ... rsig22.png

Post by gas_85
Hey, since new Android version custom schemas does not work any more. Have anybody else the same issue?
gas_85
Map Editor - level 2
Map Editor - level 2
Posts: 149
Has thanked: 53 times
Been thanked: 12 times
Send a message

Post by gas_85
fuchserl wrote:Which Android version are you using?
I am on 4.4.2 and didn't have any problems lately (always with the latest Waze beta).
As it written in my Signature - 6.0.1. Only last two versions have this issue...
gas_85
Map Editor - level 2
Map Editor - level 2
Posts: 149
Has thanked: 53 times
Been thanked: 12 times
Send a message

Post by gerben
IIRC, the last 2 digits of the 8-digit one are always zero. Not sure what the difference is...
gerben
Posts: 4782
Has thanked: 13 times
Been thanked: 175 times
Send a message
Nokia Lumia 920 (WP8 3.7.6 client)
Countrymanager The Netherlands
[img]https:///EcBKq[/img][img]https:///WS6zp[/img][img]https:///Y17fx[/img]https://img69.imageshack.us/img69/35/luiconring.png

Post by gerben
IIRC, Declutter affects the number of roadnames visible on the screen. It does nothing about the amount of segments that are shown at different zoom levels.
gerben
Posts: 4782
Has thanked: 13 times
Been thanked: 175 times
Send a message
Nokia Lumia 920 (WP8 3.7.6 client)
Countrymanager The Netherlands
[img]https:///EcBKq[/img][img]https:///WS6zp[/img][img]https:///Y17fx[/img]https://img69.imageshack.us/img69/35/luiconring.png