Modify

Opened 9 years ago

Closed 9 years ago

Last modified 9 years ago

#11536 closed enhancement (duplicate)

Add a link to mapillary key

Reported by: pyrog Owned by: Don-vip
Priority: normal Milestone:
Component: Core tag2link Version:
Keywords: mapillary key Cc:

Description

Attachments (0)

Change History (5)

comment:1 by Don-vip, 9 years ago

Resolution: duplicate
Status: newclosed

Closed as duplicate of #10970.
Already implemented 2 months ago. Please test before creating tickets.

comment:2 by pyrog, 9 years ago

Sorry, I searched only in the tickets, but I missed it

comment:3 by pyrog, 9 years ago

In fact, tag2link regex miss values containing hyphen or underscore:

mapillary=mbdunN-dWSZD672qZLyagg
mapillary=QX5R_ZMxC8Qp-dVhwE5RXg

The Mapillary API don't tell which characters are used: https://a.mapillary.com/

So, the condition could be :

<condition k="((ref|source):)?mapillary" v=".+" />

or for "bad" values containing the full URL ;-)

<condition k="((ref|source):)?mapillary" v="(?:http:\/\/www.mapillary.com\/map\/im\/)?(.+)" />

tag2link Version: 31066
JOSM Version 8339

comment:4 by Don-vip, 9 years ago

ok, fixing it :)

comment:5 by Don-vip, 9 years ago

fixed in [o31227:31228].

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Don-vip.
as The resolution will be set.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.