Tutorial
Install Extensions via Composer
The following steps are tested with TYPO3 11.5 LTS.
-
Install ods_osm
composer require bobosch/ods-osm:^4.2
-
Install tt_address (optional)
composer req friendsoftypo3/tt-address
Configure Extensions
- Include static template "OpenStreetMap" into your root-template
- (optional) Check settings with the TypoScript constant editor. See TypoScript Configuration.
- (optional) Check the extension configuration. See Extension Configuration.
Create Record
- Open or create an
fe_users
ortt_address
record. - Enter zipcode or city and save the record (without closing it).

Example with only ZIP is inserted into tt_address form.
- Scroll to the “Longitude” section and use the marker icon to open the map wizard.

Change latitude and longigute with the map wizard.
- Click on the correct position or move the marker and select "Import marker-coordinates".
- Save the record again.
Place OSM Plugin
- Insert a content element plugin "OpenStreetMap" on your page.
- Add your address record in "Records to show”.

Add tt_address record to OSM plugin field "Records to show".