- Notifications
You must be signed in to change notification settings - Fork1
Find your LGBT place easily
airon90/GayMaps
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
GayMaps lets you find your LGBT places easily wherever you are!
The purpose of the map is to show some items from OpenStreetMap database about LGBT community in order to help people in finding them.
As of now, the following tags are detected:
- Gay friendly places (
gay=welcome
) - Gay places (
gay=yes
) - Gay-only places (
gay=only
)
Support to gay male (gay:male=*
) and gay female (gay:female=*
) places will come soon.
Moreover, the following tags are detected:
- Condom vending machines (
amenity=vending_machine
+vending=condoms
)
The code is partly based onOpenLoveMap source code. Feel free to helo thomersch's project too. The data are based onOpenStreetMap.org, so I encourage users to freely edit the map in order to improve data.
Feel free toopen bug reports and to contribute withpull requests!
A translation of the website is to come. Followthis bug report in order to know more about that.
- Create a new token fromMapbox.
- Download the entire repo.
- Edit
static/js/gaymap.js
and replaceYOURTOKENHERE
with the token from Mapbox. - Run
index.html
in a updated browser.
As the code is partly based onOpenLoveMap source code, I must respect its license but as of 2018-09-30,there is no official license.
The data are based onOpenStreetMap.org, which are published underODbL license.