Page 8 of 27

Re: WazeBar v0.0.20 - Safari Extension for Waze Map Editor

Posted: Wed Oct 10, 2012 6:22 pm
by bgodette
mike-bronner wrote:Thanks bgodette, I'll keep an eye on it. Would this be something that you would like added to WazeBar? I was considering adding the GeoWipe bookmarklet, but need to do some more investigating, and obtain permission from the author, first.
JNF does a lot of stuff, and as Tim mentioned it's tightly coupled to the current beta editor, and disables itself if the editor version changes.

That said, feel free to include GeoWipe.

There's also a roundabout auto-typing bookmarklet, but I've made that part of JNF as well, so maybe detect JNF like Tim does and present a button for it.

Re: WazeBar v0.0.41 - Safari Extension for Waze Map Editor

Posted: Mon Mar 04, 2013 6:32 pm
by bgodette
AlanOfTheBerg wrote:
skbun wrote:Is the source for this portion of the code available? I'd like to learn more about what property on a segment generates the shield.
If you're familiar with the console in the browser, it's pretty easy to find.

For a segment, get its ID and use wazeModel.streets.objects[wazeModel.segments.objects[<segmentid>].attributes.streetIDs[0]]. The properties are signText and signType.
Specifically that's for the first alternate street. For the streetname that shows on the map and that is used for shield display by the client, it's .attributes.primaryStreetID. The segment's .attributes.streetIDs is an ordinal array for the alternate streets for that segment and can be empty.

Re: WazeBar v0.0.14 - Safari Extension for Waze Map Editor

Posted: Sun Oct 07, 2012 11:49 pm
by Chris_CA
WazeBar v0.0.14, Safari 6.01, Mac OSX 10.8.2.

With the extension enabled, I get nothing but the Wazebar and the map area.
No permalink at bottom and no Waze website links. Don't recall it this way with 0.0.13 yesterday.

Wazebar not enabled
http://i106.photobucket.com/albums/m242 ... 4218PM.jpg

Wazebar enabled
http://i106.photobucket.com/albums/m242 ... 4024PM.jpg

Re: WazeBar v0.0.15 - Safari Extension for Waze Map Editor

Posted: Mon Oct 08, 2012 12:18 am
by Chris_CA
.13 & .14 look the same (no menu or permalink).
Not positive it was there before though.
Also, no errors.

Re: WazeBar v0.0.14 - Safari Extension for Waze Map Editor

Posted: Mon Oct 08, 2012 3:46 am
by Chris_CA
Okay.
I started using it a few days ago and was turning it off and on checking it out so I must have had a brain fart...
:lol:

Re: WazeBar v0.0.18 - Safari Extension for Waze Map Editor

Posted: Tue Oct 09, 2012 2:41 am
by Chris_CA
WazeBar v0.0.18 seems to be okay here. :)

Re: WazeBar v0.0.18 - Safari Extension for Waze Map Editor

Posted: Tue Oct 09, 2012 4:21 pm
by Chris_CA
What about adding an option for autosave?
Allow a setting for every 10, 20, 50 changes ?

Re: WazeBar v0.0.18 - Safari Extension for Waze Map Editor

Posted: Tue Oct 09, 2012 4:53 pm
by Chris_CA
Maybe set it to always default to Off when first opening the map?
Then depending on what you are doing, the user can enable it
The area I am editing has not had a lot of edits so I can easily get many simple changes very quickly.

If there's good reasons for not adding it, then okay.
Just tossing out some suggestions

Re: WazeBar v0.0.18 - Safari Extension for Waze Map Editor

Posted: Tue Oct 09, 2012 5:22 pm
by Chris_CA
Only allow a save when nothing is selected?

Re: WazeBar v0.0.25 - Safari Extension for Waze Map Editor

Posted: Sun Oct 14, 2012 9:30 pm
by Chris_CA
Had an issue with 0.0.24.
When clicking the + sign to add a new road/roundabout/landmark, it did not set the focus back to the map. Then when I click on the map, it's the regular cursor (nothing to add).
Sometimes (rarely) if I click a lot (5+) times on the new road, it'l work. But not always.

Gonna load 0.0.26 now.