Route Planner

The Browser adds route-planner-icons at the bottom of interactive maps automatically,

  • if you are using the map provider Open Street Map

  • and if the needed registers are loaded

Registers

Needed registers are:

  • addressForMap: for big size of the map on external website, for route planner for foot, bicycle and car

  • addressForDB: for German Rail (Deutsche Bahn)

  • latitude: for big size of the map on external website, for route planner for foot, bicycle and car

  • longitude: for big size of the map on external website, for route planner for foot, bicycle and car

Map provider

Open Street Map is used.

Further Information

Look for #i0432 in the ChangeLog at https://gitlab.die-netzmacher.de/typo3/browser/blob/master/ChangeLog

Sample

The extension Organiser (org) is using the property from above in the single views of the templates:

  • Calendar

  • Location

  • Organiser

TypoScript path: plugin.tx_browser_pi1.views.single.201.tx_org_cal.title.9.20

Snippet: https://gitlab.die-netzmacher.de/typo3/org/blob/master/Configuration/TypoScript/calendar/201/plugin/tx_browser_pi1/single/drafts/load_register/tx_org_location.ts

Details at ChangeLog (look for #i0307): https://gitlab.die-netzmacher.de/typo3/org/blob/master/ChangeLog