Discussion for the unofficial, community-developed addons, extensions and scripts built for the Waze Map Editor.

The official index of these tools is the Community Plugins, Extensions and Tools wiki page.
Post by papok
I like more the small numbers. Some cities have numbered streets and there the big numbers would be confusing.
Anyway, I think this should be optional (guess is your intention) and does not replace a color coded speed layer.

Papo.
papok
Waze Local Champs
Waze Local Champs
Posts: 880
Has thanked: 110 times
Been thanked: 288 times
Send a message

Post by papok
No, or not that I know.
I think I did see some discussions on the issue though (sorry , I cannot search for it right now).
I think it could be an useful feature.
papok
Waze Local Champs
Waze Local Champs
Posts: 880
Has thanked: 110 times
Been thanked: 288 times
Send a message

Post by papok
That was fast...

What is the thin line? toll road? Those highways with three colors...
May be an option to show only the speed limit color?... just wondering... don't want to bloat the add on, nor abuse your dedication...
papok
Waze Local Champs
Waze Local Champs
Posts: 880
Has thanked: 110 times
Been thanked: 288 times
Send a message

Post by papok
bedo2991 wrote:
Olestas wrote:Is it possible to show speed limit for each segment direction on different sides of segment?
You mean the coloured line? That would be great and I'll try to do it, but I see it really unlikely to work in the near future.... :(
For that you (bedo2991) may get a hint from FZ69617's Rout Speeds. The script nicely shows transit speeds also for segmentes that are used on both directions in the same routing.
papok
Waze Local Champs
Waze Local Champs
Posts: 880
Has thanked: 110 times
Been thanked: 288 times
Send a message

Post by papok
bedo2991 wrote:
tkr85 wrote:wlodek76/FZ69617 Rout Speeds get transit speeds from data returned by livemap router, show this data for all displayed roads would be very very slow.
I guess he meant that I could use the same technique to show the speed limits, not that I should show the live speed.
Anyway I quickly tried to have a look at it and I couldn't "easily" make it work. :cry:
That's what I meant. Sorry is it didn't help...
papok
Waze Local Champs
Waze Local Champs
Posts: 880
Has thanked: 110 times
Been thanked: 288 times
Send a message

Post by PesachZ
This is a great tool, and also a useful back for when the tiles server is being cracky even for those like me who like the new colors!!

One request so far, would you be able to add the option to hide labels entirely? If i move the slider all the way to end it would not show any labels?

Oh and on more not as important, the option to customize the labels color and stroke?

Thanks for a job well done.
PesachZ
Wiki Master
Wiki Master
Posts: 4518
Has thanked: 1365 times
Been thanked: 1572 times
Send a message
https://s.waze.tools/gc.pngNYhttps://j.mp/1xPiWC8https://j.mp/1C9mUY2
Formal Mentoring, Wiki
Useful Wiki pages
URs & etiquette | WME | Editing Manual | Quick-Start Guide | Best Map Editing Practices | Junctions
State specific Wiki | Forum

Post by PesachZ
bedo2991 wrote:
PesachZ wrote:Oh and on more not as important, the option to customize the labels color and stroke?
Thanks for the suggestions. Could you please elaborate a little bit more this one?
For every street type you want to be able to set a different color other than the colour of the street or you want the possibility to have all of the them of a given colour? (All black or all white or a specified colour).
Two things.
1) the option for a custom color for each street type, (additionally a shortcut that sets all types to the same color would be nice too)
2) the option to set a custom color, and thickness for the stroke (the black outline around the names). If you give a thickness slider, then sliding all the way to one end would remove the stroke entirely.
Thanks for the option to remove road names I see you slated it for 1.0
PesachZ
Wiki Master
Wiki Master
Posts: 4518
Has thanked: 1365 times
Been thanked: 1572 times
Send a message
https://s.waze.tools/gc.pngNYhttps://j.mp/1xPiWC8https://j.mp/1C9mUY2
Formal Mentoring, Wiki
Useful Wiki pages
URs & etiquette | WME | Editing Manual | Quick-Start Guide | Best Map Editing Practices | Junctions
State specific Wiki | Forum

Post by PesachZ
Another request if you're interested. add the option for decoration on runways. WME default is white and black alternating line. This can be done in your layer with a white road color and a black dash decoration.

P.S. When will 1.0 be available for download?

Edit: v1.0 downloaded 3 hours ago :D

PPS for anyone interested here is my version of the native WME colors, trying to replicate as accurately as possible the colors, thickness and style. I use this layer primarily as a backup for the tiles when they aren't loading properly, so I want it to look the same.

Code: Select all

{"version":"1.0","clutterCostantNearZoom":"700","clutterCostantFarZoom":"700","streets":[null,{"strokeColor":"#fefde8","outlineColor":"#000","strokeWidth":"3","strokeDashstyle":"solid"},{"strokeColor":"#fdfba8","strokeWidth":"3","strokeDashstyle":"solid"},{"strokeColor":"#676ec6","strokeWidth":"6","strokeDashstyle":"solid"},{"strokeColor":"#b3bdb5","strokeWidth":"3","strokeDashstyle":"solid"},{"strokeColor":"#b1ae9b","strokeWidth":"3","strokeDashstyle":"dash"},{"strokeColor":"#42a1bd","strokeWidth":"5","strokeDashstyle":"solid"},{"strokeColor":"#69c288","strokeWidth":"4","strokeDashstyle":"solid"},{"strokeColor":"#847347","strokeWidth":"3","strokeDashstyle":"solid"},null,{"strokeColor":"#858585","strokeWidth":"2","strokeDashstyle":"dash"},null,null,null,null,{"strokeColor":"#86afab","strokeWidth":"3","strokeDashstyle":"dashdot"},{"strokeColor":"#6a6a6a","strokeWidth":"2","strokeDashstyle":"dash"},{"strokeColor":"#b7bb80","strokeWidth":"3","strokeDashstyle":"solid"},{"strokeColor":"#ffffff","strokeWidth":"3","strokeDashstyle":"dash"},{"strokeColor":"#ffffff","strokeWidth":"3","strokeDashstyle":"dashdot"},{"strokeColor":"#aaaaaa","strokeWidth":"3","strokeDashstyle":"solid"}],"red":{"strokeColor":"#ff0000","strokeWidth":"3","strokeDashstyle":"solid"},"roundabout":{"strokeColor":"#111","strokeWidth":1,"strokeDashstyle":"dash"},"toll":{"strokeColor":"#25f5fd","strokeWidth":"2","strokeDashstyle":"solid"},"closure":{"strokeColor":"#ff0000","strokeWidth":"8","strokeDashstyle":"dash"},"restriction":{"strokeColor":"#efc02e","strokeWidth":"2","strokeDashstyle":"dash"},"arrowDeclutter":"10"}
PesachZ
Wiki Master
Wiki Master
Posts: 4518
Has thanked: 1365 times
Been thanked: 1572 times
Send a message
Last edited by PesachZ on Sun Jul 19, 2015 8:10 am, edited 1 time in total.
https://s.waze.tools/gc.pngNYhttps://j.mp/1xPiWC8https://j.mp/1C9mUY2
Formal Mentoring, Wiki
Useful Wiki pages
URs & etiquette | WME | Editing Manual | Quick-Start Guide | Best Map Editing Practices | Junctions
State specific Wiki | Forum

Post by PesachZ
bedo2991 wrote:
PesachZ wrote:Another request if you're interested. add the option for decoration on runways. WME default is white and black alternating line. This can be done in your layer with a white road color and a black dash decoration.

P.S. When will 1.0 be available for download?
Version 1.0 is already available for download since the time of the post.
Do you have any problem updating it?

I don't see why it can be useful to have a decoration on runway (that is practically a useless road type) just to make it look like the Waze one.
You can just pick another color and another pattern. Doing it will slow down the execution and I really don't think is worth it. The same goes for railroads.

At the moment runways have a bright color to detect when users use that type as a taxi Lane... Not because I want them to look nice on the map.
It did download after I posted here (3 hours ago), I updated my earlier post. I understand you reasoning with the decorations.
PesachZ
Wiki Master
Wiki Master
Posts: 4518
Has thanked: 1365 times
Been thanked: 1572 times
Send a message
https://s.waze.tools/gc.pngNYhttps://j.mp/1xPiWC8https://j.mp/1C9mUY2
Formal Mentoring, Wiki
Useful Wiki pages
URs & etiquette | WME | Editing Manual | Quick-Start Guide | Best Map Editing Practices | Junctions
State specific Wiki | Forum

Post by PesachZ
bedo2991 wrote:Version 1.1 (requires to store the preferences to default)
  • Slider for label outline width
  • Roads layers are disabled automatically if enabled (there is an option to disable this, if you really want to).
  • When zooming out at level 0 or 1 the default road layer is displayed automatically (so that we can even see the city names), when zooming in again the vector layer comes back and the road layer gets disabled (unless you changed the option mentioned at the previous point).
Warning
  • When you want to share a permalink remember to enable the road layer again, otherwise the others will get a permalink with the road layer disabled, if they don't have this script.
Thanks for the quick progress. I updated the script, got a popup to backup my settings with export text there ready to copy.
I copied the string (I'm including it here for reference).

Code: Select all

{"version":"1.0","clutterCostantNearZoom":350,"clutterCostantFarZoom":410,"streets":[null,{"strokeColor":"#fefde8","outlineColor":"#000","strokeWidth":"3","strokeDashstyle":"solid"},{"strokeColor":"#fdfba8","strokeWidth":"3","strokeDashstyle":"solid"},{"strokeColor":"#676ec6","strokeWidth":"6","strokeDashstyle":"solid"},{"strokeColor":"#b3bdb5","strokeWidth":"3","strokeDashstyle":"solid"},{"strokeColor":"#b1ae9b","strokeWidth":"3","strokeDashstyle":"dash"},{"strokeColor":"#42a1bd","strokeWidth":"5","strokeDashstyle":"solid"},{"strokeColor":"#69c288","strokeWidth":"4","strokeDashstyle":"solid"},{"strokeColor":"#847347","strokeWidth":"3","strokeDashstyle":"solid"},null,{"strokeColor":"#858585","strokeWidth":"2","strokeDashstyle":"dash"},null,null,null,null,{"strokeColor":"#86afab","strokeWidth":"3","strokeDashstyle":"dashdot"},{"strokeColor":"#6a6a6a","strokeWidth":"2","strokeDashstyle":"dash"},{"strokeColor":"#b7bb80","strokeWidth":"3","strokeDashstyle":"solid"},{"strokeColor":"#ffffff","strokeWidth":"3","strokeDashstyle":"dash"},{"strokeColor":"#ffffff","strokeWidth":"3","strokeDashstyle":"dashdot"},{"strokeColor":"#aaaaaa","strokeWidth":"3","strokeDashstyle":"solid"}],"red":{"strokeColor":"#ff0000","strokeWidth":"3","strokeDashstyle":"solid"},"roundabout":{"strokeColor":"#111","strokeWidth":1,"strokeDashstyle":"dash"},"toll":{"strokeColor":"#25f5fd","strokeWidth":"2","strokeDashstyle":"solid"},"closure":{"strokeColor":"#ff0000","strokeWidth":"8","strokeDashstyle":"dash"},"restriction":{"strokeColor":"#efc02e","strokeWidth":"2","strok
eDashstyle":"dash"},"arrowDeclutter":"10","labelOutlineWidth":"3","disableRoadLayers":true}
I then went to import it back into the script using paste, and I get an error message.
Your strings seems to be somehow wrong. Please check that is a valid JSON string
If I use the code I exported from the earlier version of the script, it imports just fine, and shows my previous settings.


Also I have another request. Could you add the option for this script to load disabled (turned off in layers) by default if the option is selected. Some of us only use the layer as a supplement to WME layers, and this way we wouldn't have to toggle it off each time we load WME. I like to have it off, and then turn it on (using a hotkey) when I need it.
PesachZ
Wiki Master
Wiki Master
Posts: 4518
Has thanked: 1365 times
Been thanked: 1572 times
Send a message
https://s.waze.tools/gc.pngNYhttps://j.mp/1xPiWC8https://j.mp/1C9mUY2
Formal Mentoring, Wiki
Useful Wiki pages
URs & etiquette | WME | Editing Manual | Quick-Start Guide | Best Map Editing Practices | Junctions
State specific Wiki | Forum