Code: Select all
map.coordinates.openwith_provider.bing=
I also have a request for additional functionality with regard to redefining the open with URLs. I personally don't find any of the predefined URLs useful, so I have them all redefined. The problem is that except for the one that I use all the time, the weather forecast, it is sometimes hard to remember which item points to the URL that I want. It would be great if you could add items to user_settings.conf to redefine the label for each URL as well. So one could add something like the following to user_settings.conf
Code: Select all
map.coordinates.openwith_provider.osm=https://www.trailforks.com/trails/map/?activitytype=1&z={$zoom}.0&lat={$latitude}&lon={$longitude}
map.coordinates.openwith_provider.osm.label=TrailForks
map.coordinates.openwith_provider.yandex=https://forecast.weather.gov/MapClick.php?lon={$longitude}&lat={$latitude}
map.coordinates.openwith_provider.yandex.label=NWS Weather
map.coordinates.openwith_provider.google=http://myserver.redacted.com/cgi-bin/recordlocation?lat={$latitude}&lng={$longitude}&type=mark
map.coordinates.openwith_provider.google.label=Leave Mark