Commit graph

605 commits

Author SHA1 Message Date
Léo Villeveygoux
12854c6e5b Add french translation for personalLayout 2021-05-18 23:21:18 +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
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
Win Olario
fe438c534a
Create readme.md
A readme for the theme.
2021-04-21 14:02:26 +08:00
95f1bdd797 Small refactoring, add 'last edit by'-rendering 2021-04-21 01:26:36 +02:00
f1443e2f49 Merge master 2021-04-20 12:20:46 +02:00
0d637131fb Unpacking some regexes for more accurate taginfo data 2021-04-20 11:04:22 +02:00
ce9b0eabb1 Move layers to canonical paths, rewrite some regexes as 'or' as to make the taginfo-information more accurate 2021-04-20 10:49:45 +02:00
05b05a958c Add taginfo project file descriptions 2021-04-19 18:17:26 +02:00
12afdcab75 Add better relation support 2021-04-18 14:24:30 +02:00
7b47af8978 Add license info, fix non-updating values after reopening popups 2021-04-17 23:36:46 +02:00
576fd8ff40 Add cache timeout 2021-04-17 15:42:22 +02:00
807628c8d2 Add zero waste question in the fritures theme 2021-04-17 12:46:18 +02:00
349230ce75 Add license information, see #239 2021-04-17 12:16:09 +02:00
0abaf5c139 Merge branch 'pr/hailhydrant' into develop 2021-04-12 16:55:01 +02:00
765f3d5e80 Last small fixes to hailhydrant theme 2021-04-12 16:54:53 +02:00
7872282816 Merge branches 2021-04-12 13:40:33 +02:00
f177a3bad3 Various styling tweaks, fix #243 2021-04-12 13:05:30 +02:00
7d36d151e3 The facade gardens are CC0 2021-04-12 12:26:09 +02:00
Win Olario
70f2f0aa74
Update license_info.json entries 2021-04-12 15:05:43 +08:00
Win Olario
8ee292d24f
Add image to all layers 2021-04-12 14:57:22 +08:00
Win Olario
6798fda712
Add icon for extinguisher layer 2021-04-12 14:33:16 +08:00
Win Olario
0d15d8b904
Twemoji12_1f692.svg
add icon for the fire station layer
2021-04-12 14:29:07 +08:00
Win Olario
3930e73e2c
wemoji12_26d1.svg
Add icon for rescue_station
2021-04-12 13:23:34 +08:00
Win Olario
564a7f3122
Delete fire_brigade.svg
Remove unused file.
2021-04-12 13:17:10 +08:00
Win Olario
f9c2373edf
Delete blue-signal-light.svg
delete unused file
2021-04-12 13:16:28 +08:00
Win Olario
9cf8aa2c3a
Delete Fire-truck.svg 2021-04-12 13:15:54 +08:00
Win Olario
acc09db587
Update hailhydrant.json
Improve question text. Improve icon sizes. Add some questions for the rescue_station layer.
2021-04-12 13:15:05 +08:00
a2ba0e9fd0 Remove obsolete artwork, fix licenses, fix script 2021-04-11 21:07:04 +02:00
6dba4ea81c Add icons, add correct paths 2021-04-11 20:42:18 +02:00
bda4c41364 Autofixed theme 2021-04-11 20:12:43 +02:00
5743556bd9 Merge branches 2021-04-11 20:09:35 +02:00
7170e5bb80 Merge branch 'master' into pr/hailhydrant 2021-04-11 20:05:18 +02:00
eca201e136
Merge pull request #242 from pelderson/master
Update translations.json again
2021-04-11 19:24:49 +02:00
666a3039fe Improvements to GRB theme 2021-04-11 19:21:41 +02:00
Win Olario
620376446d
Merge pull request #1 from pietervdvn/master
Merge master branch to get up to date with the latest changes
2021-04-11 21:53:59 +08:00