pietervdvn / MapComplete

An easy-to-use webapp to edit OpenStreetMap
https://mapcomplete.org
228 stars 92 forks source link

scouting map as official theme #2252

Open tiptoptom opened 3 days ago

tiptoptom commented 3 days ago

Would this scouting map be accepted as official theme? https://mapcomplete.org/theme.html?userlayout=https://studio.mapcomplete.org/8770388/themes/scouting/scouting.json&

pietervdvn commented 3 days ago

The idea itself could be made an official theme. There are some technical issues though (e.g. the "english"-translation is actually german) and some other work that has to be done (writing down the license info), but nothing we cannot handle.

pietervdvn commented 3 days ago

So, it would be nice to get a pull request. However, I'd rather have one pull request per layer (thus: one for the scouts and then maybe one for every layer that will be changed)

tiptoptom commented 3 days ago

https://github.com/pietervdvn/MapComplete/blob/develop/Docs/Making_Your_Own_Theme.md#make-it-official

layer_scouting_groups

tiptoptom commented 3 days ago
  • Add your theme to the code base: add it into assets/themes and make sure all the images are there too. Running ts-node scripts/fixTheme <path to your theme> will help downloading the images and attempts to get the licenses if on Wikimedia.

I can't get this script to work for me. What exactly does it do? And can you run it for me maybe?