Skip to content

Commit

Permalink
Extend docu a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Bigga committed Feb 11, 2021
1 parent d7d1d2e commit 12bc039
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
Binary file modified Documentation/Images/FrontendExample.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions Documentation/Introduction/Index.rst
Expand Up @@ -12,6 +12,12 @@ Screenshots
-----------
Frontend plugin

The example shows the output of the frontend plugin with the following settings:

* Leaflet JavaScript
* address of "Max Mustermann" as tt_address record with default marker, clickt on the marker
* GPX track with start and stop marker

.. image:: ../Images/FrontendExample.png

Donation
Expand Down
16 changes: 16 additions & 0 deletions Documentation/Tutorial/Index.rst
@@ -1,6 +1,22 @@
Tutorial
========

Install Extensions via Composer
-------------------------------
The following steps are tested with TYPO3 10.4 LTS.

1. Install ods_osm

``composer require bobosch/ods-osm:^3.1``

2. Install tt_address

``composer req friendsoftypo3/tt-address``


Configure Extensions
--------------------

1. Include static template "OpenStreetMap" into your root-Template
2. Open or create an fe_users or tt_address record.
3. Enter zipcode or city and save the record (without closing it).
Expand Down

0 comments on commit 12bc039

Please sign in to comment.