Commit graph

112 commits

Author SHA1 Message Date
1d6c9ec1ef LayerServer: make all layer ids unique 2024-01-23 22:03:02 +01:00
35e1a015a3 Chore: prepare-deploy 2023-11-13 14:22:35 +01:00
edf7dba9e3 Fix themes, fix tests 2023-11-13 13:45:22 +01:00
370b200bb3 Fix: fix UK-Addresses themes again 2023-11-12 15:26:08 +01:00
fab6835bc5 Lint: reorder all attributes 2023-10-30 18:03:18 +01:00
6e7eccf9de Refactoring: move credits into a list 2023-10-26 17:14:08 +02:00
dc82ebbd58 Studio: WIP 2023-09-19 14:04:13 +02:00
c7d4007f93 Add licenses on the last files 2023-07-27 14:10:08 +02:00
0d598ad094 More steps toward REUSE-compliance 2023-07-27 03:32:49 +02:00
d3aa5562a5 Unify some license expressions 2023-07-27 02:51:59 +02:00
c260d16159 Refactoring: move more anchor specifications out of iconsize 2023-06-20 03:49:16 +02:00
e86f7d863e Refactoring: further cleanup of the themes 2023-06-20 03:49:16 +02:00
140c813151 Refactoring: move anchor out of iconSize 2023-06-20 02:48:42 +02:00
a6f7b1300a Refactoring: move 'snapToLayer' from 'preciseInput' into the preset, remove 'preferredBackground'. The addNewPointFlow _always_ shows the precise input flow with the basic map; so the preferredBackground became irrelevant 2023-06-20 01:52:15 +02:00
1c99173f32 Fix: layers now compile again 2023-05-30 03:22:21 +02:00
8fd3fbc0b7 Refactoring: fix metatagging 2023-05-16 03:27:49 +02:00
d8e14927c8 Refactoring: port wikipedia panel to Svelte 2023-04-21 16:02:36 +02:00
24f7610d0a Fix overlay layers 2023-04-21 01:53:24 +02:00
54729b3c33 chore: automated housekeeping... 2023-03-08 18:16:05 +01:00
ebdc8be7d8 Fix typo 2023-03-08 03:39:03 +01:00
35d12a653d chore: use questionhints 2023-03-08 03:37:32 +01:00
56d3ddfedc chore: extract question hint for uk_addresses 2023-03-08 03:21:14 +01:00
329e160bf8 Housekeeping... 2023-02-10 01:49:06 +01:00
162ab325f9 Remove 'target=blank' from link so that clicking the address doesn't open e new tab 2023-02-09 15:52:37 +01:00
7be371f24a Remove versions (as they are unused), move 'maintainer' to optional 'credits'-field 2022-08-22 19:17:24 +02:00
e67c3ffa52 Add error if hideInAnswer:true and addExtraTags are used in the same mapping, fix #906 2022-06-28 01:38:57 +02:00
3a3e2750f2 Allow different renderings in question mode, but emit a warning for this intead 2022-06-28 01:04:45 +02:00
RobJN
07ee80a675 Update uk_addresses.json 2022-06-27 23:57:36 +02:00
43a214a5d1 Housekeeping... 2022-06-19 22:13:38 +02:00
0d1f9ad48c Remove 'not:addr:<part>' tags if the freeform key is chosen 2022-06-14 18:07:30 +02:00
4bb8526a32 Translation sync 2022-06-03 01:42:59 +02:00
839513b9b4 Merge branch 'master' into develop 2022-05-23 01:24:18 +02:00
aba3f84e72 Fix #832 2022-05-21 02:44:16 +02:00
RobJN
08c6c22aba
Update uk_addresses.json
Fix inverted Lat Lon coordinates, start more zoomed out
2022-05-15 22:13:25 +01:00
2c7fb556dc Add translation buttons 2022-04-01 12:51:55 +02:00
c47a6d5ea7 Add rewrite of 'special' clauses, various QOLimprovements on import viewer 2022-03-29 00:20:10 +02:00
308ab74a08 Add download-as-svg options 2022-03-18 01:21:00 +01:00
fe8c63d762 Fixed all shadowed mappings, make those an error 2022-03-17 23:04:00 +01:00
4580ba0ce0 Add error suppression 2022-02-19 17:57:34 +01:00
2e586cedc4 Remove empty social images 2022-02-19 17:40:51 +01:00
c874afc745 Add check: a preset for a newly created point should match the layer + fix bugs in themes 2022-02-14 15:40:38 +01:00
60c4b0d00d Fix geojson source: remove 'null' properties; UK-addresses: filter matched addresses by default 2022-02-14 13:52:18 +01:00
367ac1b2cb Revert "Remove ref:GB:uprn from import button"
This reverts commit 338e16bf8a.
2022-02-14 13:19:42 +01:00
338e16bf8a Remove ref:GB:uprn from import button 2022-02-14 05:00:27 +01:00
d9ba07e8ba Formatting 2022-02-09 00:33:12 +01:00
0f95891a47 Add option to force loading of a layer, even if it is hidden + automatically set this flag is another layer depends on this layer 2022-02-07 01:59:07 +01:00
RobJN
9f2351da5f
Update uk_addresses.json based on intial user feedback
A range of changes based on initial user feedback. Includes, but not limited to:

- Changes to many text (the result is that I have had to remove some old translations - best to wait for another month before adding translations as I cannot say that we won't change the English text again based on the wider sharing in February).
- Switch from "ref:GB:inspire" tag to "urpn_count" (the inspire ref is a random number and mappers prefer not to add this to OSM if possible).
- Get data from OSM based on a much wider range of addr:* tags, plus fixme:addr tag,
- Switch fixme tag to fixme:addr
- Update envelope style to remove border, add drop shadow and switch the stamp image.
- Reorder tagRenderings to put the questions at top, then envelope, then editable table rows.
- Add some hideinanswers so that the table rows show subtle style examples when a tag is not present (instead of "There is no X in the address" as this was deemed to be confusing -> it could be seem as a problem that needed fixing rather than a reflection of the reality).
- Change addr:place to addr:substreet as per the Jan 8th conclusion on talk-gb mailing list.
- Change text on image upload to try to make it a bit clearer that we don't want / need images for all addresses.
- Add in logic for the addr:parentstreet tag and add it to the envelope.
- Set it so that when addr:substreet (Place) is populated it moves the value in addr:street to addr:parentstreet. Note that this logic should not happen if addr:parentstreet is not null. I could not find a way to put IF style condition on the AddExtraTags so ended up having to duplicate the block (ids: "uk_addresses_placename" & "uk_addresses_placename_with_parent")
- Set some conditions so certain tagrendering ids are hidden if certain OSM tags exist.
2022-02-06 18:04:40 +00:00
RobJN
b2906ea0ad
Update license_info.json
Remove reference to unused assets, add new stamp-outline.png file.
2022-02-06 17:42:04 +00:00
RobJN
a2ef369f1d
Add new stamp outline image
To replace British Virgin Islands stamp (using this instead of a real stamp image as I am not sure if there is any ownership rights in the official stamp image)
2022-02-06 17:40:29 +00:00
RobJN
04962440c2
Delete stamp.jpg
Replacing with a stamp outline.
2022-02-06 17:36:08 +00:00