Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
en:help:v2:settings:user-settings [2020/06/16 16:44] alpinequesten:help:v2:settings:user-settings [2020/06/16 16:51] alpinequest
Line 75: Line 75:
 | EPSG code of the coordinate reference system (CRS) to use when sharing a coordinate using the "''Share''" action. By default, the application uses the GPS coordinate system (code "''EPSG:4326''" ||| ::: | | EPSG code of the coordinate reference system (CRS) to use when sharing a coordinate using the "''Share''" action. By default, the application uses the GPS coordinate system (code "''EPSG:4326''" ||| ::: |
 | **''map.coordinates.share.provider''**  | String  | ''empty''  |  | | **''map.coordinates.share.provider''**  | String  | ''empty''  |  |
-| URL of a mapping website to use in the "''Share''" action text message. The following variables are available: "''{$longitude}''""''{$latitude}''""''{$zoom}''(current zoom level of the map), "''{$name}''(name of the shared point if any), "''{$date}''(formatted record date of the point if any), "''{$date_time}''(formatted record date and time of the point if any), "''{$time_ms}''(record unix timestamp in milliseconds of the point if any), "''{$time_s}''(record unix timestamp in seconds of the point if any), "''{$olc}''(coordinates encoded in the [[https://github.com/google/open-location-code/blob/master/docs/olc_definition.adoc|Open Location Code]] format), "''{$geohash}''(coordinates encoded in the [[https://en.wikipedia.org/wiki/Geohash|Geohash]] format), "''{$maidenhead}''(coordinates encoded in the [[https://en.wikipedia.org/wiki/Maidenhead_Locator_System|Maidenhead Locator System]] format). The default URL is "''https://google.com/maps/place/{$latitude},{$longitude}''". To display an OpenStreetMap URL, use "''https://www.openstreetmap.org/#map={$zoom}/{$latitude}/{$longitude}''", for Yandex Maps (less details) use "''https://yandex.ru/maps/?ll={$longitude},{$latitude}&z={$zoom}&pt={$longitude},{$latitude}''", for Yandex Maps (more details) use "''https://yandex.ru/maps/?ll={$longitude}%2C{$latitude}&z=15&mode=whatshere&whatshere%5Bpoint%5D={$longitude}%2C{$latitude}&whatshere%5Bzoom%5D=15''", for Here Maps use "''https://wego.here.com/?map={$latitude},{$longitude},{$zoom}''" ||| ::: |+| URL of a mapping website to use in the "''Share''" action text message. The following variables are available: ''{$longitude}'', ''{$latitude}'', ''{$zoom}'' (current zoom level of the map), ''{$name}'' (name of the shared point if any), ''{$date}'' (formatted record date of the point if any), ''{$date_time}'' (formatted record date and time of the point if any), ''{$time_ms}'' (record unix timestamp in milliseconds of the point if any), ''{$time_s}'' (record unix timestamp in seconds of the point if any), ''{$olc}'' (coordinates encoded in the [[https://github.com/google/open-location-code/blob/master/docs/olc_definition.adoc|Open Location Code]] format), ''{$geohash}'' (coordinates encoded in the [[https://en.wikipedia.org/wiki/Geohash|Geohash]] format), ''{$maidenhead}'' (coordinates encoded in the [[https://en.wikipedia.org/wiki/Maidenhead_Locator_System|Maidenhead Locator System]] format). The default URL is "''https://google.com/maps/place/{$latitude},{$longitude}''". To display an OpenStreetMap URL, use "''https://www.openstreetmap.org/#map={$zoom}/{$latitude}/{$longitude}''", for Yandex Maps (less details) use "''https://yandex.ru/maps/?ll={$longitude},{$latitude}&z={$zoom}&pt={$longitude},{$latitude}''", for Yandex Maps (more details) use "''https://yandex.ru/maps/?ll={$longitude}%2C{$latitude}&z=15&mode=whatshere&whatshere%5Bpoint%5D={$longitude}%2C{$latitude}&whatshere%5Bzoom%5D=15''", for Here Maps use "''https://wego.here.com/?map={$latitude},{$longitude},{$zoom}''" ||| ::: |
 | **''map.coordinates.openwith_provider.osm''**  | String  | ''empty''  |  | | **''map.coordinates.openwith_provider.osm''**  | String  | ''empty''  |  |
 | URL of the website to use when selecting the "''Open with... OpenStreetMap Maps''" action. The default URL is "''https://www.openstreetmap.org/#map={$zoom}/{$latitude}/{$longitude}''" ||| ::: | | URL of the website to use when selecting the "''Open with... OpenStreetMap Maps''" action. The default URL is "''https://www.openstreetmap.org/#map={$zoom}/{$latitude}/{$longitude}''" ||| ::: |
Line 461: Line 461:
 map.coordinates.share.provider= map.coordinates.share.provider=
 #    String    empty #    String    empty
-#    URL of a mapping website to use in the "Share" action text message. The following variables are available: "''{$longitude}''""''{$latitude}''""''{$zoom}''" (current zoom level of the map), "''{$name}''" (name of the shared point if any), "''{$date}''" (formatted record date of the point if any), "''{$date_time}''" (formatted record date and time of the point if any), "''{$time_ms}''" (record unix timestamp in milliseconds of the point if any), "''{$time_s}''" (record unix timestamp in seconds of the point if any), "''{$olc}''" (coordinates encoded in the Open Location Code format), "''{$geohash}''" (coordinates encoded in the Geohash format), "''{$maidenhead}''" (coordinates encoded in the Maidenhead Locator System format). The default URL is "https://google.com/maps/place/{$latitude},{$longitude}". To display an OpenStreetMap URL, use "https://www.openstreetmap.org/#map={$zoom}/{$latitude}/{$longitude}", for Yandex Maps (less details) use "https://yandex.ru/maps/?ll={$longitude},{$latitude}&z={$zoom}&pt={$longitude},{$latitude}", for Yandex Maps (more details) use "https://yandex.ru/maps/?ll={$longitude}%2C{$latitude}&z=15&mode=whatshere&whatshere%5Bpoint%5D={$longitude}%2C{$latitude}&whatshere%5Bzoom%5D=15", for Here Maps use "https://wego.here.com/?map={$latitude},{$longitude},{$zoom}".+#    URL of a mapping website to use in the "Share" action text message. The following variables are available: {$longitude}, {$latitude}, {$zoom} (current zoom level of the map), {$name} (name of the shared point if any), {$date} (formatted record date of the point if any), {$date_time} (formatted record date and time of the point if any), {$time_ms} (record unix timestamp in milliseconds of the point if any), {$time_s} (record unix timestamp in seconds of the point if any), {$olc} (coordinates encoded in the Open Location Code format), {$geohash} (coordinates encoded in the Geohash format), {$maidenhead} (coordinates encoded in the Maidenhead Locator System format). The default URL is "https://google.com/maps/place/{$latitude},{$longitude}". To display an OpenStreetMap URL, use "https://www.openstreetmap.org/#map={$zoom}/{$latitude}/{$longitude}", for Yandex Maps (less details) use "https://yandex.ru/maps/?ll={$longitude},{$latitude}&z={$zoom}&pt={$longitude},{$latitude}", for Yandex Maps (more details) use "https://yandex.ru/maps/?ll={$longitude}%2C{$latitude}&z=15&mode=whatshere&whatshere%5Bpoint%5D={$longitude}%2C{$latitude}&whatshere%5Bzoom%5D=15", for Here Maps use "https://wego.here.com/?map={$latitude},{$longitude},{$zoom}".
 # #
 map.coordinates.openwith_provider.osm= map.coordinates.openwith_provider.osm=