-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathabout.html
More file actions
33 lines (27 loc) · 1.87 KB
/
Copy pathabout.html
File metadata and controls
33 lines (27 loc) · 1.87 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<html>
<head>
<meta charset="utf-8" />
<meta content="width=device-width,initial-scale=1.0" name="viewport" />
<link rel="shortcut icon" type="image/x-icon" href="../static/img/favicon.ico" />
<link rel="stylesheet" href="../static/css/gaymap.css" />
<title>GayMap · About</title>
</head>
<body class="about">
<h2 id="The_project">The project</h2>
<p>This project was created in October 2018. Before that, there was a project named [OpenQueerMap](https://wiki.openstreetmap.org/wiki/OpenQueerMap) but the project is down, as of early 2018. This work is partly based but highly inspired to <a href="https://openlovemap.de">OpenLoveMap</a>, whose aim is to display sex-related content from OpenStreetMap.</p>
<h3 id="How_it_works">How it works</h3>
<p>The map is built upon <a href="https://leafletjs.org">Leaflet</a> and rendered with <a href="https://mapbox.com">Mapbox</a> tiles.</p>
<p>The shown data are taken from <a href="https://openstreetmap.org">OpenStreetMap</a> project. In particular, search data are taken with <a href="http://nominatim.openstreetmap.org">OpenStreetMap's Nominatim</a> and POI data are taken with <a href="https://overpass-api.de">Overpass</a>.</p>
<p>As of October 2018, the following data are displayed:
<ul>
<li><tt>gay=yes</tt></li>
<li><tt>vending=condom</tt></li>
</ul>
</p>
<h3 id="Contribute">Contribute</h3>
The <a href="https://github.com/airon90/GayMap">source code</a> is hosted on GitHub. Feel free to create bug reports, to fork the project or to improve it with pull requests.
If you don't find a place on the map I encourage you to add it on OpenStreetMap, which GayMaps takes data from. You can just leave a note with information, so that other users could improve the map.
<h2 id="Licenses">Licenses</h2>
GayMaps is released under MIT license. OpenLoveMap is released under MIT license. Data from OpenStreetMap are released under OBdL license.
</body>
</html>