14b8beacdc
Finalize weblate flow
2021-05-19 16:15:12 +02:00
2b1c53dc23
Add mapcomplete workflow
2021-05-19 15:22:17 +02:00
c5a2751412
Merge branch 'master' of github.com:pietervdvn/MapComplete
2021-05-18 20:15:48 +02:00
85fa3886aa
Small tweaks
2021-05-18 19:48:20 +02:00
0c999ed11d
Fix typo
2021-05-18 13:21:01 +02:00
Sebastian Kürten
70f7a8781e
Some translation fixes
2021-05-18 10:26:54 +02:00
3ddf7c660e
Merge branch 'master' of github.com:pietervdvn/MapComplete
2021-05-18 00:45:32 +02:00
041c6eab35
Add ground floor and first floor as options in defibrillator theme
2021-05-18 00:45:28 +02:00
Léo Villeveygoux
4fe86575ae
Add french translation for main page and more
2021-05-18 00:06:21 +02:00
4fb70c49fc
Add layer icons
2021-05-17 17:27:28 +02:00
554fefd708
Add various small assets and improvements
2021-05-17 17:10:24 +02:00
Sebastian Kürten
b58d6c6c3c
Delete accidentally added Vim swap file for Waldbrand theme
2021-05-17 08:42:07 +02:00
ebc89385ea
Attempt to update icon based on survey date, small translation update
2021-05-17 00:16:54 +02:00
Joost
beeea810d4
simplified way to answer "24/7" open
2021-05-16 21:16:40 +02:00
a8463ac0ce
Documentation updates, use HOT layers for aed_brugge
2021-05-16 15:50:09 +02:00
36a6dfb6cd
Add checked icon
2021-05-16 15:41:12 +02:00
122bc7ba48
Update defibrillator layer with changes by @JoostSchouppe
2021-05-16 15:40:55 +02:00
d547b9f968
Fix metatagging and calculated tags in heterogenous data settings
2021-05-16 15:34:44 +02:00
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