Go to file
Pieter Vander Vennet 58bcdbe17a Adding documentation
2020-07-15 11:23:35 +02:00
assets Fix preference loading 2020-07-15 10:53:00 +02:00
Customizations Adding documentation 2020-07-15 11:23:35 +02:00
Logic Fix preference loading 2020-07-15 10:53:00 +02:00
UI Small fixes (in loading the settings) 2020-07-15 10:47:01 +02:00
vendor Fix multiple bugs after user testing 2020-06-28 23:33:48 +02:00
.gitignore Further work on infobox, styling everything, removing clutter 2020-06-27 03:06:51 +02:00
Helpers.ts Lot's of small improvements 2020-06-29 03:12:44 +02:00
index.css Hide edit buttons when not logged in, css tweaks 2020-07-13 16:18:04 +02:00
index.html Hide edit buttons when not logged in, css tweaks 2020-07-13 16:18:04 +02:00
index.ts Make imageCarousel fit in with other elements (to make images optional or lower in the popup), add ghost bike popup 2020-07-14 20:18:44 +02:00
land.html Add MapComplete 2020-06-24 00:35:19 +02:00
package-lock.json New question system 2020-07-05 18:59:47 +02:00
package.json Bike pumps added layer & layout 2020-07-07 16:00:27 +02:00
Quests.ts Lots of styling, mobile friendliness, better UI flows 2020-06-28 00:06:23 +02:00
README.md Make imageCarousel fit in with other elements (to make images optional or lower in the popup), add ghost bike popup 2020-07-14 20:18:44 +02:00
test.html Add image delete button 2020-07-08 11:23:36 +02:00
test.ts Merge and bugfixes 2020-07-08 16:11:40 +02:00

MapComplete

Let a thousand flowers bloom

MapComplete attempts to be a webversion of StreetComplete. However, we focus on 'themes', a bit similar as mapcontrib.

The design goals of MapComplete are to be:

  • Easy to use
  • Easy to deploy
  • Easy to modify

The basic functionality is to download some map features with overpass and then ask certain questions. An answer is sent back to OpenStreetMap.

Furthermore, it shows images present in the image tag or, if a wikidata or wikimedia_commons-tag is present, it follows those to get these images too

Examples

Have a theme idea? Drop it in the issues

License

GPL + pingback.

I love it to see where the project ends up. You are free to reuse the software (under GPL) but, when you have made your own change and are using it, I would like to know about it. Drop me a line, give a pingback in the issues, ...

Dev

To develop:

  1. Install npm.
  2. Run npm install to install the dependencies
  3. Run npm run start to build and host a local testversion

To deploy:

  1. rm -rf dist/ to remove the local build
  2. npm run build
  3. copy the entire dist folder to where you host your website. Visiting index.html gives you the website

Architecture

High-level overview

The website is purely static. This means that there is no database here, nor one is needed as all the data is kept in OpenStreetMap or Wikimedia (for images).

When viewing, the data is loaded from overpass. The data is then converted (in the browser) to geojson, which is rendered by Leaflet.

When a map feature is clicked, a popup shows the information, images and questions that are relevant for that object. The answers given by the user are sent (after a few seconds) to OpenStreetMap directly - if the user is logged in. If not logged in, the user is prompted to do so.

Searching images

Images are fetched from:

  • The OSM image, image:0, image:1, ... tags
  • The OSM wikimedia_commons tags
  • If wikidata is present, the wikidata P18 (image) claim and, if a commons link is present, the commons images

Uploading images

Images are uplaoded to imgur, as their API was way easier to handle. The URL is written into the changes

The idea is that one in a while, the images are transfered to wikipedia

Privacy

Privacy is important, we try to leak as little information as possible. All major personal information is handled by OSM. Geolocation is available on mobile only throught hte device's GPS location (so no geolocation is sent of to google)

TODO: erase cookies of third party websites and API's

Attributions:

Data from OpenStreetMap Images from Wikipedia/Wikimedia

https://commons.wikimedia.org/wiki/File:Camera_font_awesome.svg Camera Icon, Dave Gandy, CC-BY-SA 3.0

https://commons.wikimedia.org/wiki/File:OOjs_UI_indicator_search-rtl.svg Search Icon, MIT

https://commons.wikimedia.org/wiki/File:Trash_font_awesome.svg Trash icon by Dave Gandy, CC-BY-SA

https://commons.wikimedia.org/wiki/File:Home-icon.svg Home icon by Timothy Miller, CC-BY-SA 3.0

https://commons.wikimedia.org/wiki/File:Map_icons_by_Scott_de_Jonge_-_bicycle-store.svg Bicycle logo, Scott de Jonge