{% extends "maposmatic/base.html" %} {% comment %} coding: utf-8 maposmatic, the web front-end of the MapOSMatic city map generation system Copyright (C) 2012 David Decotigny Copyright (C) 2012 Frédéric Lehobey Copyright (C) 2012 Pierre Mauduit Copyright (C) 2012 David Mentré Copyright (C) 2012 Maxime Petazzoni Copyright (C) 2012 Thomas Petazzoni Copyright (C) 2012 Gaël Utard Copyright (C) 2018 Hartmut Holzgraefe This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details. You should have received a copy of the GNU Affero General Public License along with this program. If not, see . {% endcomment %} {% load i18n %} {% load l10n %} {% load extratags %} {% block title %}{% trans "Privacy Statement" %}{% endblock %} {% block page %}

{% trans "Privacy Statement" %}

{% trans "Encryption" %}

{% blocktrans %} All web traffic is encrypted using TLS/SSL, using certificates provided by LetsEncrypt. {% endblocktrans %}

{% blocktrans %} When trying to access the site via unencrypted http: URLs you'll automatically be redirected to the encrypted https: URL counterparts. {% endblocktrans %}

Logging

{% blocktrans %} The web server only logs date and time, requested URL and HTTP status, it does normally not log IP addresses, user agent strings or referer URLs. These additional fields may temporary be added to log entries when necessary to analyze problems (although so far that has never been needed), but such additional access logs will be removed again within 24 hours. {% endblocktrans %}

{% blocktrans %} When submitting an actual map rendering job, your IP address will {% endblocktrans %} {% if SUBMITTER_IP_LIFETIME < 0 %} {% blocktrans %} be stored until removed manually {% endblocktrans %} {% elif SUBMITTER_IP_LIFETIME == 0 %} {% blocktrans %} not be stored {% endblocktrans %} {% else %} {% blocktrans %} stored for {{SUBMITTER_IP_LIFETIME}} hours {% endblocktrans %} {% endif %} {% blocktrans %} along with the actual map request. {% endblocktrans %}

{% blocktrans %} If you chose to also provide an email address for notification when your request has been processed completely, this mail address will be stored {% endblocktrans %} {% if SUBMITTER_MAIL_LIFETIME > 0 %} {% blocktrans %} for {{ SUBMITTER_MAIL_LIFETIME }} hours. {% endblocktrans %} {% else %} {% blocktrans %} until removed manually. {% endblocktrans %} {% endif %}

Tracking / Analytics

{% if PIWIK__BASE_URL %}

{% blocktrans %} This site uses Matomo (formerly known as Piwik) for analytics. {% endblocktrans %}

{% else %}

{% blocktrans %} The site does not track users in any way, neither by itself nor by use of any external tracking services. {% endblocktrans %}

{% endif %}

Cookies

{% blocktrans %} This site may use up to three cookies to store information about you: {% endblocktrans %}

cookielaw_accepted

{% blocktrans %} This cooke gets created as soon as you click Accept on the cookie warning. After this you will not see that warning again on this browser until the cookie gets deleted by you, or expires after ten years. {% endblocktrans %}

{% blocktrans %} The cookie only stores a fixed valie of "1" to remember your acceptance. {% endblocktrans %}

{% blocktrans %} If you do not accept this cookie the cookie warning block will appear every time you load a new page from the site, but it will not otherwise affect functionality of the site apart from the screen space taken. {% endblocktrans %}

sessionid

{% blocktrans %} This cookie is used to tie your browser session to some session specific information stored on the server side. {% endblocktrans %}

{% blocktrans %} So far we use a session only to store and remember certain choices you made in the Create Map form, so that we can pre-select or pre-fill form elements accordingly the next time you create a map. {% endblocktrans %}

{% blocktrans %} So the information stored in the session is just for your own convenience, it is not tracked in any way, it does not include any personal information about you, and the information will be removed completely two weeks after your last access of the Create Map form. {% endblocktrans %}

{% blocktrans %} If you decide to not accept this cookie the functionality of the site will not be affected, you will just loose the form prefill convenice. {% endblocktrans %}

_osm_topt_token

{% blocktrans %} This cookie may get set by the OpenStreetMap tile servers providing the map tiles used in the interactive map in the Create Map form. {% endblocktrans %}

{% blocktrans %} This cookie stores a time-based one-time password token which can be verified by the OpenStreetMap tile cache servers and so can improve tile access performance. {% endblocktrans %}

{% blocktrans %} To the best of our knowledge this cookie is not used by OpenStreetMap to perform tracking of any kind. {% endblocktrans %}

{% blocktrans %} If you decide to not accept this cookie the map tiles in the interactive map may load slower, but otherwise the functionality of our site will not be reduced in any way. {% endblocktrans %}

Data from other sites

{% blocktrans %} All images, style sheets, fonts and all javascript code are stored locally on this server. There will be no cross site requests to other sites when accessing this service, with one exception: {% endblocktrans %}

{% blocktrans %} The site uses map tiles provided by OpenStreetMap in the interactive map shown on the Create Map form. These are loaded from the OpenStreetMap tile servers under the tiles.openstreetmap.org subdomain by your browser directly. {% endblocktrans %}

{% blocktrans %} Please refer to the OpenStreetMap Foundations Privacy Policy regarding the access to those map tile images. {% endblocktrans %}

Data uploaded by you

{% blocktrans %} The site allows you to upload GPX tracks, GeoJson files and Umap map exports to incorporate information stored in them into generated maps. {% endblocktrans %}

{% blocktrans %} Note that all maps generated by this service are publicly visible, so do not upload any such files which contain information that should become visible to a global audience, no matter whether this is a problem for privacy, security, copyright, or other legal reasons. {% endblocktrans %}

{% blocktrans %} If you have uploaded such a file by accident, please inform {{ CONTACT_EMAIL }} via email and request a removal of the uploaded file and the generated map. Provide either the URL of the generated map page, or the file name of the uploaded file and the date it was uploaded to this site. {% endblocktrans %}

Generated maps

{% blocktrans %} Generated maps are stored on the server for some time until they are finally removed again for storage space reasons. The actual rendering job data remains available though, and so the deleted map files can be regenerated at any time. {% endblocktrans %}

{% blocktrans %} If you think a map rendering job should be removed completely for whatever reason, please inform {{ CONTACT_EMAIL }} via email and provide the URL of the rendering job you want to have removed. {% endblocktrans %}

{% endblock %}