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
Win Olario
986eeac658
Update hailhydrant.json
...
Update layer icons, using more consistent themes.
2021-04-11 21:52:42 +08:00
pelderson
1585a39fc4
Update translations.json
2021-04-11 15:10:31 +02:00
b0f96be4aa
Merge pull request #241 from pelderson/master
...
Update translations.json
2021-04-11 14:29:59 +02:00
1c902ca9c5
Wrote a script to autofix issues with themes, applied this on the hailhydrant theme
2021-04-11 14:11:02 +02:00
pelderson
bfbe605271
Update translations.json
2021-04-11 13:59:48 +02:00
Win Olario
3a2dcde4ec
update license_info.json, add hydrant.svg
2021-04-11 19:48:46 +08:00
Win Olario
de1fcd169b
Delete yellowfirehydrant.svg
2021-04-11 19:48:12 +08:00
dec565fc12
Merge branch 'master' into HEAD
2021-04-11 13:31:33 +02:00
pelderson
dd09195e11
Update translations.json
2021-04-11 11:36:35 +02:00
Win Olario
33d147413a
update license_info.json, add new icons
2021-04-11 16:30:51 +08:00
Win Olario
0dbd0b2333
replace fire_brigade.svg without clouds
2021-04-11 16:20:20 +08:00
Win Olario
36a0bfff2d
replace fire_brigade.svg with simpler version
2021-04-11 16:18:47 +08:00
Win Olario
5ace16d2bc
adding new cc0-licensed icons
2021-04-11 16:12:56 +08:00
Win Olario
85edcea1fd
Update hailhydrant.json
...
Keeping things simple. Removed the Mapillary id, coupling question for the hydrant layer. Improved the text of some question/answers.
Added icons from https://mapcomplete.braindeaddev.com/fire , but I'm not sure what their licenses are.
2021-04-11 11:10:09 +08:00
b6b22526dd
Automatically place the label below the icon
2021-04-11 00:09:19 +02:00
12b92d286b
Refactoring of labels, better exposure
2021-04-10 23:53:13 +02:00
pelderson
2b10571840
Update translations.json
2021-04-10 23:36:16 +02:00
f91db761e2
Merge pull request #240 from pelderson/master
...
Trying to do a pull request
2021-04-10 22:48:50 +02:00
2ad72ae346
Merge develop
2021-04-10 16:12:40 +02:00
1bcb9c73b3
Add missing license info
2021-04-10 15:47:01 +02:00
4e1fc46ff2
Add GH actions
2021-04-10 14:25:06 +02:00
244bbebb0b
Merge license info files together
2021-04-10 13:57:16 +02:00
c5f0a240c7
Update documentation
2021-04-10 13:41:45 +02:00
febc455216
Small rewriting of some licenses
2021-04-10 03:58:54 +02:00
4766f8bbde
More validation and fixes
2021-04-10 03:50:44 +02:00
f10e7f008f
Add more licenses, fix themes as per validation rules
2021-04-10 03:19:26 +02:00
954a948cf3
More license info
2021-04-10 01:18:17 +02:00
d072552043
Small tweaks to attribution panel
2021-04-09 17:56:13 +02:00
c78f8f6cdc
More license info
2021-04-09 17:56:00 +02:00
pelderson
1c9e264a52
Update translations.json
2021-04-09 14:15:34 +02:00
eb1dfe84da
More license information
2021-04-09 13:59:16 +02:00
5df2bedcaf
Removed todo's
2021-04-09 03:03:23 +02:00
201778d200
Changed attribution text
2021-04-09 03:01:14 +02:00
a16745d0d1
Add more license information
2021-04-09 02:56:48 +02:00
f11930892e
More attribution information
2021-04-09 00:19:32 +02:00
aae0a805f4
Add license info for campersite theme, fixes #237
2021-04-08 23:47:40 +02:00
39711373cd
Small improvement in preset layout
2021-04-08 13:34:35 +02:00
2aad1e1577
Got usage confirmation in email
2021-04-08 13:34:11 +02:00
d5d519abd9
Fix trailing comma
2021-04-07 22:03:38 +02:00
e3d6798db9
Merge branch 'master' of github.com:pietervdvn/MapComplete
2021-04-07 22:00:31 +02:00
d907ab5974
More license info
2021-04-07 22:00:14 +02:00
f8ccccc759
Fix rendering of camera:mount
2021-04-07 21:59:55 +02:00
65862e5ba7
Add license info
2021-04-07 20:29:23 +02:00
1a2714c6ff
Small fixes to the title of a bike shop
2021-04-07 20:27:36 +02:00
Joost
97fc6b1046
fixed spelling
2021-04-07 10:29:06 +02:00
0fea2c87cd
Add attribution script and some attributions
2021-04-07 01:32:39 +02:00
f91cb0a22a
Add social image
2021-04-06 23:55:18 +02:00
b6401e4ca1
Fix issue in nature reserves title
2021-04-06 19:59:49 +02:00
4d5c250f8f
Add HTML rendering options to icons
2021-04-06 18:17:07 +02:00
a109b09681
Small tweak to the AED theme: show acces if defined
2021-04-05 20:40:20 +02:00
Win Olario
c737eaa623
add yellow colour option for hydrant
2021-04-05 11:17:18 +08:00
Win Olario
1a5faad247
update reference to logo from repo
2021-04-05 11:09:15 +08:00
Win Olario
92dcce5f1e
Rename hailhydrant_logo.svg to logo.svg
2021-04-05 11:07:53 +08:00
e96e46c743
Add reviews to fritures
2021-04-04 19:23:37 +02:00
Win Olario
2640010a72
Update hailhydrant.json
...
Improve some text, and fix typos.
2021-04-04 10:38:29 +08:00
Win Olario
0ca71d40fb
Rename hailhydrant-_logo.svg to hailhydrant_logo.svg
...
remove the extra dash from the filename
2021-04-04 10:31:24 +08:00
Win Olario
c203285203
Update hailhydrant.json
...
Update the the description section.
2021-04-04 10:30:42 +08:00
Win Olario
f7954a05b0
add HailHydrant logo
2021-04-04 09:15:41 +08:00
Win Olario
6b840d9ef0
Initial version of hailhydrant theme
2021-04-04 09:14:37 +08:00
82fce1606d
Change conditions for cyclestreets so that traffic sign hiding works differently
2021-04-01 17:54:12 +02:00
e47accbab1
Fix small issue: wrong format for addExtraTags in some layers
2021-03-31 15:50:29 +02:00
a875e2f767
Bump version number
2021-03-31 11:39:56 +02:00
fc43447622
Fix email question
2021-03-30 16:31:51 +02:00
13d64f1c89
Bump latlon2country due to fixed bug; fix typo
2021-03-30 16:04:36 +02:00
89033eedfe
Add dutch translation
2021-03-29 18:07:22 +02:00
8c0cae7a8c
Merge master
2021-03-29 17:37:58 +02:00
86ecbbfc8f
Small rewording
2021-03-29 13:59:49 +02:00
1eca0a0f42
Make background colour white of the climbing icon
2021-03-29 13:11:32 +02:00
383725a5c2
Add a link to the closest drinking water point
2021-03-29 13:00:27 +02:00
4342b38e9d
Formatting and small cleanups
2021-03-29 02:53:06 +02:00
15a6794e59
Move 'asChanges' into tagsFilter; add 'survey:date' option with automatic date to benches
2021-03-29 02:31:08 +02:00
fa5b92e6e1
Add link to nearby drinking water points with some fancy calculated tag magic
2021-03-29 02:05:11 +02:00
3b08e7324b
Add climbing icon with white background
2021-03-29 00:34:53 +02:00
447f1c7629
Add white background to climbing theme
2021-03-29 00:25:08 +02:00
47a25073cf
Add white background to geveltuinen for install
2021-03-29 00:22:24 +02:00
ad406b5550
Remove legacy: the minOverlapPercentage can now be built with a calculated tag and isShown
2021-03-26 03:24:58 +01:00
541b6fd2d4
Merge master
2021-03-26 00:52:24 +01:00
504dc54ec7
Fix facade gardens build
2021-03-26 00:47:14 +01:00
fa238092bc
Add opening hours to playgrounds and pitches
2021-03-26 00:14:17 +01:00
Joost
38a1ea6c41
add facade gardens
2021-03-25 19:17:28 +01:00
1b1ec9f15d
Add switch to hide certain features, cleanup of code
2021-03-25 15:19:44 +01:00
f124d9ded7
Add custom javascript snippets to calculate tags
2021-03-24 01:25:57 +01:00
d8c1f72857
Split TagsFilter into multiple files
2021-03-22 03:05:08 +01:00
1ffad21c62
Refactoring of tagsFilters, fix conditional 'hideInAnswer'
2021-03-22 02:17:00 +01:00
f176b92a9c
Merge branch 'master' into develop
2021-03-22 01:32:47 +01:00
a3e170e157
Disable alidade as it is broken
2021-03-22 01:24:30 +01:00
d24b421e46
Add GRB theme
2021-03-21 15:12:53 +01:00
75deed8097
Use new layerConfig in themes
2021-03-21 01:49:08 +01:00
878cb6d47d
Add maxzoom capability to layers
2021-03-21 01:36:34 +01:00
f0765df5ed
Add possibility to add external geojson
2021-03-21 01:32:21 +01:00
4da98ff86c
Softer rendering of speelplekken
2021-03-21 00:44:04 +01:00
f659bc1141
Add possibility to use a cutom overpass script, add 'grassfields in parks'-layer
2021-03-20 23:45:52 +01:00
747adfda85
Fix wordbreak of simpleAddUI on chrome
2021-03-18 13:45:57 +01:00
a030e55432
Merge pull request #228 from joostschouppe/master
...
added feature to remove charge if fee=no
2021-03-17 14:53:03 +01:00
Schouppe Joost
a8be0551af
added feature to remove charge if fee=no
...
If you have an object with fee=yes and charge=*, you want to remove charge=* in case the user changes fee to no
2021-03-17 14:46:00 +01:00
a71324154d
English translation of playground theme
2021-03-17 14:36:07 +01:00
85b3612bf6
Add more playground translations in english
2021-03-16 19:31:50 +01:00
1f8e56259e
Make links clickable in campersite theme
2021-03-16 12:17:10 +01:00
2f9f1aefd1
Hide themes
2021-03-15 16:35:00 +01:00
2177f7ac3b
More tweaks to the camper theme
2021-03-15 16:22:38 +01:00
7e61b08d7d
Small tweaks to the camper theme
2021-03-15 16:14:00 +01:00
3bfa3dbfc6
Merge branch 'master' into master
2021-03-15 15:57:45 +01:00
e2f5966e50
Use positron as background for speelplekken
2021-03-15 15:54:06 +01:00
f4a59d3a9e
Various small fixes to presets, add slow roads to speelplekken-theme
2021-03-14 20:40:54 +01:00
a6c004d363
Fix typo
2021-03-14 20:15:33 +01:00
Joost
e59881eb3d
reworked theme after feedback
...
at https://github.com/pietervdvn/MapComplete/pull/213
2021-03-14 17:45:57 +01:00
94c0b8667a
Add draft of sport pitches
2021-03-14 03:15:06 +01:00
5af94b012c
More questions for the playgrounds-theme
2021-03-14 01:54:02 +01:00
a50b9fba59
Cleanup of old themes, add playground-layer, add play forests, add speelplekken stub
2021-03-14 01:40:17 +01:00
1c2646ae19
Add better error messages when a translation is missing; add play forests
2021-03-13 19:08:31 +01:00
8c5d4ed78f
Customizations/AllKnownLayers.ts
2021-03-10 20:18:05 +01:00
Joost
96bd66ad91
added asset
...
as requested https://github.com/pietervdvn/MapComplete/pull/213#issuecomment-791454063
2021-03-05 15:32:29 +01:00
Joost
2ce4a42413
added campersites theme
...
* campersite theme
* minor corrections to documentation
Note: I did not manage to test (no npm etc on this pc)
2021-03-04 21:58:00 +01:00
c2d520c2e9
Small fixes
2021-03-04 13:35:03 +01:00
f0742ab812
Less options for picnic tables, add dutch translation
2021-03-01 21:14:22 +01:00
dc34cb86e4
Fix manifests
2021-02-28 23:46:47 +01:00
fa7adb492c
Add Mapcomplete logo
2021-02-28 00:49:52 +01:00
8d99d64e87
Add asset, version bump
2021-02-26 17:22:47 +01:00
3a944889b5
Add picnic tables
2021-02-26 17:22:24 +01:00
0e5b69f6cf
Hide controls when needed
2021-02-21 03:51:29 +01:00
604d7863fe
Add bigger zoom-in and zoom-out button, move attribution to button on small screens
2021-02-21 03:38:12 +01:00
ae9d93138b
Add ifnot-tags for multianswers, in order to indicate something is _not_ possible (e.g.: playment:coins=no)
2021-02-20 16:48:42 +01:00
972128516b
Version number bump
2021-02-20 15:04:23 +01:00
dcdb5b9a22
Small tweaks to translation label
2021-02-20 03:29:55 +01:00
Tobias
2342d369d0
Shorten the "skip question" button text in GER
...
Same meaning, shorter size.
2021-01-24 22:17:12 +01:00
6c4b15e33d
Add various bug fixes and improvements
2021-01-21 23:39:31 +01:00
Tobias
dc9b2d382b
Clarify link styles for Streetcomplete and "here".
...
- Add dot at the end of the sentence.
- Add regular and hover link style.
2021-01-20 20:39:35 +01:00
db91c5ead4
Fixing css styling bugs, most works correctly now
2021-01-18 19:36:19 +01:00
Christian Neumann
f95c119bb3
Add missing translations for climbing layer.
2021-01-18 11:51:18 +01:00
16458d4fec
Fixes creating images with sharp instead of svg2img, add playground icon as svg
2021-01-18 03:25:15 +01:00
923b86b507
Experimenting with tailwind: splitting the index intro into a separate class; adding the logo
2021-01-18 02:51:42 +01:00
6864ba4fd6
Merge branch 'master' into add-tailwind-for-homepage
2021-01-18 01:52:37 +01:00
ccc1f8eff5
Small fixes
2021-01-17 23:06:05 +01:00
Tobias
c2ee058682
Remove a few empty spaces and line breaks
...
Most it is done by my editor automatically.
2021-01-17 21:04:37 +01:00
Tobias
4aebf05918
Tailwind for H1 + Subline
2021-01-17 21:02:56 +01:00
092c12a449
Add overview of all themes if none are defined
2021-01-14 22:25:11 +01:00
137e25037c
Fix various small typos
2021-01-12 20:46:01 +01:00
6a254e10e5
Add operator to vending machine
2021-01-09 02:32:05 +01:00
73f991ae0f
Add fietsambassade icon if needed
2021-01-09 02:28:29 +01:00
c58655d2d5
Actually add assets
2021-01-09 02:12:31 +01:00
303485df7e
Add bicycle tube vending machines
2021-01-09 02:11:43 +01:00
6e77504854
Add back button on simpleAddUI
2021-01-08 16:49:42 +01:00
2a31badd3d
New roaming rendering system which allows layers to push questions, badges and title-icons to all the other layers, improve bike-clean-services
2021-01-08 03:57:18 +01:00
77ffdc093a
More styling tweaks
2021-01-08 02:13:44 +01:00
701ce3e89a
Css tweaks
2021-01-07 04:50:12 +01:00
93a16944a3
Add overrie capabilities
2021-01-06 02:52:38 +01:00
66018cb421
Move runningFromConsole to utils
2021-01-06 02:21:50 +01:00
c359d43b15
Add standalone bicycle library theme, search now opens the popup of the found object
2021-01-06 02:09:04 +01:00
6557c51493
Better OH viz
2021-01-05 03:33:41 +01:00
7e5e84b2f1
Version bump, fix typo
2021-01-05 03:12:09 +01:00
a782266a2f
Add bicycle libraries
2021-01-05 02:59:29 +01:00
85a6894c92
Use proper description in layerconfig
2021-01-05 01:30:59 +01:00
c548c26158
Expose clustering in layoutConfig
2021-01-04 20:09:07 +01:00
27f2206cae
Merge branch 'master' into refactor/clean-layer-rendering
2021-01-04 19:08:38 +01:00
adce2732b7
Merge trees theme
2021-01-04 19:08:22 +01:00
da7d1287f0
Merge master
2021-01-04 16:09:12 +01:00
cc48d34804
Fix associations
2021-01-04 16:02:54 +01:00
c2a2306d18
Add club=cycling to cyclofix
2021-01-04 15:30:02 +01:00
ca15688a39
Add bicycle associations to cycling themed layer
2021-01-04 15:21:43 +01:00
778044d0fb
More refactoring, stabilizing rotation and direction_gradient
2021-01-04 04:06:21 +01:00
e42a668c4a
More refactoring: using a decent, configurable datapipeline now
2021-01-03 03:09:52 +01:00
287470acff
Fixed reviews for named elements
2020-12-31 22:41:52 +01:00
e7dcd350fe
Add proper rendering for single review title
2020-12-31 21:18:44 +01:00
982ba2f6d6
Add playgrounds
2020-12-31 21:09:22 +01:00
8f7ab7f25f
Fix typo
2020-12-31 18:33:17 +01:00
85ed665f20
Fix condition
2020-12-27 22:24:27 +01:00
Midgard
b8075a6a55
Extract tree_nodes layer, add heritage tags & img
2020-12-27 14:23:45 +01:00
0b28c5d319
Fix typo
2020-12-25 21:16:42 +01:00
Midgard
e333119a17
[trees] Fix some text display quirks
2020-12-24 18:19:18 +01:00
Midgard
4be2db305b
[trees] Add leafless and denotation
2020-12-24 17:56:43 +01:00
Midgard
9b27175553
Add tree theme
2020-12-24 17:17:24 +01:00
Pieter Vander Vennet
d7664bdda9
Version bump, small translation tweak
2020-12-18 12:13:40 +01:00
Pieter Vander Vennet
70fb6f5303
Small fixes to climbing theme, wiki generation, version bump
2020-12-18 02:10:26 +01:00
Pieter Vander Vennet
a641d976fc
Improvements on the climbing-theme, small tweaks in the review form
2020-12-18 01:36:45 +01:00
Pieter Vander Vennet
7ad601f2eb
Remove kletterspots.de specific stuff
2020-12-14 01:14:22 +01:00
Pieter Vander Vennet
c693faea95
Merge latest master
2020-12-14 00:56:07 +01:00
Pieter Vander Vennet
77b708dc2d
Merge branches
2020-12-14 00:54:13 +01:00
Pieter Vander Vennet
27060ef6dc
Manually copy translations from e76885d634
2020-12-14 00:35:48 +01:00