This repository is obsolete. StreetComplete changed its map renderer from tangram-es to MapLibre-native. Development continues in the repository of the MapLibre map style definition
This is the map style used in the the android application StreetComplete, an easy OpenStreetMap editor.
There are three variations on the style available: light, dark and satellite-style.
This map style's design goal is to serve as a background map, used solely for visual orientation and navigating as a pedestrian while using the StreetComplete app during an (on-foot) survey. It is designed to not visually distract the user from the quests that are displayed on the map. Elements that are neither relevant for orientation nor for quests asked in the app itself, are not displayed at all.
Every vector map tiles hoster has his own schema, so every map style is per se only compatible with the schema it was created for. The style was originally created for are for the mapzen/nextzen schema. However, it has been adapted to work (with some reservations) with other vector tile schemes as well. It is available for:
- jawg.io on branch
jawg
which is used in StreetComplete and is maintained - nextzen on the
nextzen
branch - not maintained, was used by StreetComplete in past - openmaptiles on branch
openmaptiles
- was created to test various tile providers for StreetComplete and is not maintained - thunderforest outdoors on branch
thunderforest
- was created to test various tile providers for StreetComplete and is not maintained
While improving map style it is fine to edit just jawg
branch. Fixes to other branches are also welcome, but code there is not guaranteed to work.
- Open the code in an editor
- StreetComplete Map Style Editor (recommended; Normal map, Satellite map, Dark map)
- Already includes a jawg.io API key
- Tangram Play (Normal map, Satellite map, Dark map)
- You have to add your jawg.io API key to the field
api_key
in theglobal
section
- You have to add your jawg.io API key to the field
- StreetComplete Map Style Editor (recommended; Normal map, Satellite map, Dark map)
- Change or add something to the style
- Download the file after you did your work
- Make a pull request to this repository
- View map & edit map style
- Tangram documentation
- Tangram Play
- Issue #183 of StreetComplete (The reason why this repository was created)