Talk:JOSM/Plugins/Tag2Link
Jump to navigation
Jump to search
Adding a key
Need a new link ? Put your suggestions in the table.
contact:website=* ?
can you add support for contact:website=* like website=*? Yod4z 21 December 2011
- Done in version 27306 :) --Don-vip 01:12, 22 December 2011 (UTC)
Adding support for OSM object metadata
Hi Vincent,
Could be very useful to get object type, id, lat, lon... to display osm objects on external maps.
For ways or relations, return lat/lon of object centroid.
Examples:
- lat/lon
- http://map.openseamap.org/?zoom=18&lat=48.0987001&lon=-4.4656652
- https://maps.grade.de/mobile.htm?zoom=15&lat=47.07031&lon=5.19755&layers=B0FFFFFFFFFFFFFT
- https://www.cartoradio.fr/index.html#/cartographie/all/lonlat/-4.4656652/48.0987001
- https://aprs.fi/#!lat=46.7868035&lng=4.8675378
- https://www.openrailwaymap.org/?lang=fr&lat=49.04638&lon=3.28827&zoom=15
- https://www.wanderreitkarte.de/index.php?lon=5.7748&lat=46.6529&zoom=18&lang=en
- https://www.osmhydrant.org/beta/46.6529558751715/5.776736905981979
- https://openinframap.org/#15.6/43.827115/4.645819
- http://maps.openaip.net/?lat=46.59652&lon=1.59696
- https://www.openflightmaps.org/wp-content/plugins/ofmTileMap/ofmTileMap_full.php?airac=1910&language=english&lon=10.6936&lat=47.275&format=landscape&scale=** 200&render=false
- https://gk.historic.place/historische_objekte/l/en/index.html?zoom=17&lat=48.43685&lon=-5.02467
- object type / id
--Pyrog (talk) 16:32, 15 September 2019 (UTC)
- Hi.
- It looks like it should be an other plugin, taking information from the geometry ot the object, not from the tags of it (what aims to to tag2link). I'm not the writer of the plugin : i'm unable to write code in Java. I only had the idea of it, and Don-vip (an other Vincent) wrote it. If someone can write an other plugin...
- I wrote a bookmarklet in javascript: MapJumper If it can help... The name can be reused: I don't own it ;-)
- Salut Vincent P.
- It's the same plugin ;-) displaying a web page from a tag.
- Sometime the url of the web page don't have parameter, so we must use the coordinates of the object to display it on the map.
- Example: create link from tag seamark:*=* to display openseamap
- --Pyrog (talk) 18:31, 16 September 2019 (UTC)
Tools using tag2link ?
Which tools are using directly this plugin or his rules file ?
I know :
- JOSM (of course)
- Osmose
Others ?