Commit graph

538 commits

Author SHA1 Message Date
Léo Villeveygoux
cb6d9095de Add french translation for sport_pitches 2021-05-16 04:54:07 +02:00
Joost
2f1276c4e9
fixed typo 2021-05-15 12:38:38 +02:00
19f900deab Do not include extra items, fix link to walking routes 2021-05-14 02:58:57 +02:00
6f457a6f0d Do not show out-of-range features on speelplekken layer, fix handling of mutlipolygons in 'inside', better tests 2021-05-14 02:25:30 +02:00
Sebastian Kürten
ae10a6a9a8 Fix two wordings in the German translations; fix a few full-stops 2021-05-13 08:03:45 +02:00
8ca24f4a05 Merge develop branch 2021-05-12 19:13:21 +02:00
b27bc2815f
Merge pull request #269 from waldbrand/add-german-translations
german translations added
2021-05-11 11:36:16 +02:00
mozita
16e5d47976 german translations added 2021-05-11 10:47:35 +02:00
8774b887d8 Add colour input, add inputmode-hints to have specialized keyboards on mobile 2021-05-11 02:39:51 +02:00
d336eafaa3 Add some failsafes: don't let those special renderings render if they are not defined 2021-05-10 23:46:50 +02:00
cece4bffb0 Add a few extra strings 2021-05-10 23:44:53 +02:00
e26999b31b Cleanup script again, webmanifest already uses the relative manifest + add small script to create a contributors JSON file 2021-05-10 23:43:30 +02:00
11c9bd34af Remove obsolete translation 2021-05-10 16:02:42 +02:00
Sebastian Kürten
468aa989d1 Fix typo 'picure' 2021-05-10 08:53:50 +02:00
fbd984f6f9 Add badge status to lock 2021-05-04 17:31:41 +02:00
1c42f7881e Add shadow 2021-05-03 22:57:30 +02:00
ca60f36acf Add shadow geojson 2021-05-03 22:36:22 +02:00
f2281b2cd3 Color and icon updates 2021-05-03 22:22:01 +02:00
3dcd53f751 Automated documentation updates 2021-05-03 17:48:15 +02:00
Midgard
4a3537f925 Improve camera direction description
Also show the direction=* tag in camera popup (it was already used for
the icon orientation).
2021-04-28 21:53:59 +02:00
Midgard
122acf8674 Fix issues with camera rotation
This commit fixes at least these issues that I was aware of:
* Cardinal directions (e.g. NE) were not recognized.
* The camera icon did not rotatie when direction=* was used instead of
  camera:direction, but the blue direction visualizer did.

Pietervdvn said he would have liked to convert the code for direction
normalizing to calculatedTags in a JSON file (as documented in
Docs/CalculatedTags.md), but when he saw the oneliners I had to produce
in response, I was allowed to keep it in SimpleMetaTagger.ts for now.
For your amusement, the oneliners are included below.

    "calculatedTags": [
      "_direction:numerical=(dir => dir === undefined ? undefined : ({N: 0, NNE: 22.5, NE: 45, ENE: 67.5, E: 90, ESE: 112.5, SE: 135, SSE: 157.5, S: 180, SSW: 202.5, SW: 225, WSW: 247.5, W: 270, WNW: 292.5, NW: 315, NNW: 337.5}[dir] ?? (isNaN(parseFloat(dir)) ? undefined : ((parseFloat(dir) % 360 + 360) % 360)))))(feat.properties['camera:direction'] ?? feat.properties.direction)",
      "_direction:leftright=feat.properties['_direction:numerical'] === undefined ? undefined : (feat.properties['_direction:numerical'] <= 180 ? 'right' : 'left')"
    ]
2021-04-28 17:21:06 +02:00
Midgard
a6a897b7a0 Fix and update hailhydrant source URLs 2021-04-28 17:21:06 +02:00
2bf6bac994 Only show woonerf-explantion on living-streets 2021-04-25 22:16:11 +02:00
6b9d0162eb Speelplekken style tweaks 2021-04-25 16:01:33 +02:00
7fa8d5efd0 Add release notes and theme creator name 2021-04-25 14:24:14 +02:00
0aad17e63c Add living_street explanation, tweaked zoom levels 2021-04-25 13:22:50 +02:00
7a91ae3c72 Merge branch 'master' of github.com:pietervdvn/MapComplete 2021-04-25 11:43:29 +02:00
d2fa20ee91 Remove console.log, tweaks to zoomlevels 2021-04-23 20:27:01 +02:00
f4dacab9ef Fix multilayer geojson source 2021-04-23 20:09:27 +02:00
a6e3b41b1d Tweaks to the speelplekken-theme 2021-04-23 18:17:01 +02:00
8a4e4a8ee6 Small asset tweaks 2021-04-23 17:28:23 +02:00
3e3da25edb Small fixes 2021-04-23 17:22:01 +02:00
4d5a786e10 Add more artwork 2021-04-23 16:50:57 +02:00
b2213751c3 Add some more missing translations, small tweaks to scripts 2021-04-23 13:56:16 +02:00
9fc8a7136f Add license info, add some missing translations 2021-04-23 13:07:50 +02:00
01608b8b65 Add logo 2021-04-23 12:59:38 +02:00
20386b7c0b Styling tweaks for speelplekken theme 2021-04-23 12:59:09 +02:00
381705d87e Add margins to last changed rendering 2021-04-23 12:58:25 +02:00
86dd93c593 Add mapillary button in the attribution 2021-04-23 12:56:33 +02:00
6234d26bac Remove ornaments 2021-04-23 12:54:26 +02:00
Mateusz Konieczny
6e17a42a40
fix double dot 2021-04-23 10:29:08 +02:00
0dec1d0f75 Refactoring of metatagging and extrafunctions to splice out the relation memberships, add calculatedTags and metatags into cache 2021-04-22 13:30:00 +02:00
362abbf079 Fix double questionmarks 2021-04-22 03:55:28 +02:00
0153d4d262 Merge master 2021-04-22 03:54:14 +02:00
0b6b95754d Version bump 2021-04-22 03:43:48 +02:00
2da52501a3 Add capability to load tiled geojsons, eventually as overpass-cache 2021-04-22 03:30:46 +02:00
8cc061c68f Small tweaks to themes 2021-04-21 17:42:28 +02:00
Win Olario
555fdb360a
Fix typo: drinkging to drinking 2021-04-21 21:16:19 +08:00
Win Olario
8de1662be1
Update bike_repair_station.json
Minor corrections to improve English sentence phrasings.
2021-04-21 14:20:46 +08:00
Win Olario
7f932aa97c
restore hailhydrant files from backup 2021-04-21 14:05:19 +08:00