WME - Extended Tools (fka Plugin pour Papyrus) - English

The place to get information and ask questions about everything to do with properly and successfully editing the Waze Map.

Use this forum for all general editing questions, and the sub-forums for specific types of Waze Map Editor features.

Moderators: support, Unholy, krankyd, The Fej

Re: Plugin pour Papyrus (Waze Papyrus Extended Tools) update

Postby foxitrot » Wed Apr 18, 2012 5:53 pm

I've checked the Snap distance functionality (an old wish of many editors I believe, thanks!) and I suppose it should be limited to non-negative values (even under +2 the snap effect is not observable anymore, below zero it has no logical sense at all).

Possibly it would be enough to modify the decrementing expression (end of line 1619 in rev. 115)? Like
Code: Select all
*** 1619 ****
--- 1619 ----
-    { toleranceField.text(--tolerance); }
+    { toleranceField.text(tolerance > 0 ? --tolerance : tolerance); }

(Please interpret it as a C code, I'm not sure whether it is written equally in JS. Additionally it is no true patch as you can see, just a code snippet.)
...with the good old :roll: Symbian 2.1.99.114 (N-E52),
while trying to get used to Android 3.6.xx.yyy (SG-A2).
foxitrot
Waze Champs
 
Posts: 3602
Joined: Thu Jul 14, 2011 10:22 pm
Location: Slovakia
Has thanked: 126 times
Been thanked: 56 times

Re: Plugin pour Papyrus (Waze Papyrus Extended Tools) update

Postby DGlanem » Tue May 08, 2012 8:17 pm

I want to use the "Street to River" - Button ... but I don't see it :?:

I'm not sure if I have seen it 2 month ago ... where is it? :roll:
Area-Manager: Landkreis Helmstedt (city & county), germany, Niedersachsen (lower saxony)
Wazing with Volkswagen Caddy and Samsung Galaxy S3

* * * Excuse my terrible english... * * *
DGlanem
 
Posts: 91
Joined: Fri Aug 19, 2011 6:42 am
Location: Helmstedt, Germany
Has thanked: 0 time
Been thanked: 1 time

Re: Plugin pour Papyrus (Waze Papyrus Extended Tools) update

Postby foxitrot » Tue May 08, 2012 9:07 pm

DGlanem wrote:I want to use the "Street to River" - Button ... but I don't see it :?:

Wrong thread - StR uses its own plugin. You can try to download and install it again.
...with the good old :roll: Symbian 2.1.99.114 (N-E52),
while trying to get used to Android 3.6.xx.yyy (SG-A2).
foxitrot
Waze Champs
 
Posts: 3602
Joined: Thu Jul 14, 2011 10:22 pm
Location: Slovakia
Has thanked: 126 times
Been thanked: 56 times

Re: Plugin pour Papyrus (Waze Papyrus Extended Tools) update

Postby Timbones » Tue May 08, 2012 9:18 pm

DGlanem wrote:I want to use the "Street to River" - Button ... but I don't see it :?:

I'm not sure if I have seen it 2 month ago ... where is it? :roll:

It's a separate tool. You can find it here: http://www.waze.com/wiki/index.php/Comm ... t_to_River
Timbones • UK Country Admin • Forum Moderator • Beta Editor and Routing Expert
Scripts: WME Colour Highlights v1.6 « NEW (Feb 2013)Livemap Navigation v0.72 (Jan 2013)
Timbones
Waze Champs
 
Posts: 2853
Joined: Wed Feb 09, 2011 10:33 am
Location: York, UK
Has thanked: 17 times
Been thanked: 190 times

Re: Plugin pour Papyrus (Waze Papyrus Extended Tools) update

Postby DGlanem » Wed May 09, 2012 12:25 pm

:oops: ... yes I see it.

Thanks!
Area-Manager: Landkreis Helmstedt (city & county), germany, Niedersachsen (lower saxony)
Wazing with Volkswagen Caddy and Samsung Galaxy S3

* * * Excuse my terrible english... * * *
DGlanem
 
Posts: 91
Joined: Fri Aug 19, 2011 6:42 am
Location: Helmstedt, Germany
Has thanked: 0 time
Been thanked: 1 time

Re: Plugin pour Papyrus (Waze Papyrus Extended Tools) update

Postby invented » Fri May 11, 2012 8:48 pm

WME Ext. tools V1.3.6.1

Tells me under 'Segment List' that Canadian roads are set to "USA" under "Cntry". This is not the case.
Waze Area Manager
Province of Ontario, Canada
Counties of Erie & Niagara, New York, USA
invented
 
Posts: 550
Joined: Sat Mar 10, 2012 8:03 am
Location: Port Colborne, ON
Has thanked: 2 times
Been thanked: 1 time

Re: Plugin pour Papyrus (Waze Papyrus Extended Tools) update

Postby alcolo47 » Mon May 14, 2012 9:18 am

invented wrote:WME Ext. tools V1.3.6.1

Tells me under 'Segment List' that Canadian roads are set to "USA" under "Cntry". This is not the case.


Correction done in V1.3.7
CM: France
AM: France - Montauban (82)
Samsung GT-I9003 - Android 4.1.2 Cyanogenmod - Latest official Waze

Contact: G+
alcolo47
 
Posts: 445
Joined: Sat Jul 23, 2011 5:16 am
Location: Montauban (82)
Has thanked: 2 times
Been thanked: 9 times

Re: Plugin pour Papyrus (Waze Papyrus Extended Tools) update

Postby bmitch3020 » Wed May 16, 2012 5:39 pm

I'm getting an error where the segment list will stop displaying in various locations. The offending code is on waze.user.js line 683. Apparently seg.getCountry() is now returning undefined for some segments (maybe for the unconfigured segments) so seg.getCountry().name is throwing an exception.
Brandon
Northern Virginia Area Manager
bmitch3020
 
Posts: 85
Joined: Mon Jan 16, 2012 1:22 am
Location: Fairfax, VA
Has thanked: 0 time
Been thanked: 0 time

Re: Plugin pour Papyrus (Waze Papyrus Extended Tools) update

Postby alcolo47 » Mon May 21, 2012 7:37 pm

ok, I'll add a test for the next release.
CM: France
AM: France - Montauban (82)
Samsung GT-I9003 - Android 4.1.2 Cyanogenmod - Latest official Waze

Contact: G+
alcolo47
 
Posts: 445
Joined: Sat Jul 23, 2011 5:16 am
Location: Montauban (82)
Has thanked: 2 times
Been thanked: 9 times

Re: Plugin pour Papyrus (Waze Papyrus Extended Tools) update

Postby ispyisail » Mon May 28, 2012 6:35 am

Hi all

Im using WME Ext. tools V1.3.7

I'm having problems editing selected editing segments.

I first create a land mark and select many segments.

wme.jpg
wme.jpg (74.22 KiB) Viewed 609 times


In the above example I will need to click apply 4 times to change 4 segments

If I only click apply once it will only change one segments

I the expected behavoiur of the WME tools editor?
New Zealand & Australia Country Manager
Telecom XT Motorola Defy
ispyisail
Australia Waze Champs
 
Posts: 475
Joined: Tue Feb 21, 2012 11:59 pm
Location: New Zealand
Has thanked: 14 times
Been thanked: 11 times

PreviousNext

Return to Waze Map Editor

Who is online

Users browsing this forum: beeteepee