.. ================================================== .. FOR YOUR INFORMATION .. -------------------------------------------------- .. -*- coding: utf-8 -*- with BOM. .. include:: ../../Includes.txt .. _introduction-privacy: Privacy ======= Leaflet takes care of the privacy of the visitors of your website. If you are using leaflet, only the minimum of data will send to the map provider. GoogleApi (not recommended) --------------------------- .. figure:: image-9.jpg :width: 400px Workflow ^^^^^^^^ * The webiste provider must send the coordinates for the map cutout **and** all data, which should displayed on the map. * The map server renders a map object, that includes all data. * The map server serves the map object back to your website. Leaflet/OpenStreetMap (recommended) ----------------------------------- .. figure:: image-10.jpg :width: 400px Workflow ^^^^^^^^ * The webiste provider has to send only the coordinates for the map cutout. * The map server renders a map object, that doens't include any data (1). * The map server serves the map object back to you website. Your server (here: Leaflet, Browser and TYPO3) renders overlays (2-4) with the data to display supported by the API of OpenStreetMap.