d8a5f3c2be
Fix: correctly optimize 'key=A&key!=B' into 'key=A'
2023-05-16 01:33:58 +02:00
ef93ad126f
Fix: gps-icon should turn into an arrow again
2023-03-22 16:25:24 +01:00
b99588b4ba
performance: Make _referencing_ways actually lazy
2023-03-21 20:59:31 +01:00
3eee9bd9f8
docs: improve typing
2023-03-21 20:59:09 +01:00
0dcc20f20b
docs: improve typing
2023-03-21 20:35:34 +01:00
96c819ea40
Fix bug in presets which generated incorrect 'referencingWays'
2023-03-15 15:21:09 +01:00
08565dd20e
feature: expose _referencing_ways/snap_to_layer in preset icon
2023-03-15 14:25:24 +01:00
74dd9974ca
Refactoring: mark UIEventSource as a svelte-writable
2023-03-11 02:35:45 +01:00
e9797fbd39
docs: improve typing
2023-03-11 02:35:11 +01:00
750a0620e9
docs: improve typing
2023-03-11 02:34:47 +01:00
868d476891
Merge feature/svelte into develop
2023-03-08 19:02:41 +01:00
60f3499eb0
feature(usersettings): Add option to show all questions at once
2023-03-08 01:36:27 +01:00
6ee85b12f8
Split up allKnownLayouts, make parsing it lazy for faster loading
2023-03-02 05:20:53 +01:00
2e5aef35b8
Improve maproulette documentation, add possibility to change the maproulette state with a special rendering
2023-02-14 00:09:04 +01:00
509b237d02
Add clipping to generateCache
2023-02-14 00:08:21 +01:00
7cc184fdd8
Fix unit tests (no doctests yet)
2023-02-10 01:55:29 +01:00
a3f704a57d
Only jump to the start location if no coordinates are given in the URL
2023-02-10 01:35:49 +01:00
df92bda151
Fix dynamically selecting the popup when changing the hash
2023-02-09 16:05:37 +01:00
d077db1ed5
Merge pull request #1294 from RobJN/patch-4
...
Update MetaTagging.ts
2023-02-09 15:51:34 +01:00
029f1fd7fc
Improve autozoom of geolocationHandler
2023-02-09 03:12:21 +01:00
79a88401dc
Move 'translators'-logic into UserSettings
2023-02-09 02:45:19 +01:00
36aed99843
Fix generateLayerOverview, drop priviliged 'icons.json' from code
2023-02-08 01:21:19 +01:00
92887e6e01
Remove obsolete import
2023-02-08 01:18:57 +01:00
02da80c311
Experimenting with Svelte: build a wrapper to convert 'old' components into Svelte, add a community index overview
2023-02-08 01:18:56 +01:00
112162e6c8
More svelte work
2023-02-08 01:18:56 +01:00
d30ed22673
Adding a community index view with Svelte (WIP)
2023-02-08 01:18:56 +01:00
ce44f34bf3
Add wrong default import from json files to code quality checks, fix those imports
2023-02-08 01:14:21 +01:00
70657161dc
Remove _referencing_ways from cache
2023-02-06 22:23:56 +01:00
f8f30f8d7a
Fix reviews for way objects, fix #1296
2023-02-06 00:37:44 +01:00
RobJN
4b1fdc0e2f
Update SimpleMetaTagger.ts
...
objectMetaInfo should return false if it does not change anything (e.g. if run on a non-OSM layer). Returning true causes MetaTagging to execute state?.allElements?.getEventSourceById(feature.properties.id)?.ping() with is slow and makes MapComplete unresponsive in some themes.
Helps with #1094
2023-02-04 20:52:41 +00:00
RobJN
14b4fedc26
Update MetaTagging.ts
...
Remove second .ping(). Fixes #1288 and helps with #1094 .
2023-02-04 20:42:07 +00:00
aef573d37c
Fix cache build
2023-01-31 18:21:27 +01:00
19b381e8b0
Remove check on no '&' in value, fixes #1281
2023-01-29 13:40:01 +01:00
3c7d632739
Fix #1280
2023-01-29 13:31:49 +01:00
8cf3b88172
Slice script now clips to tile box if flag is set
2023-01-26 01:41:21 +01:00
b88bb5b6d0
Fix default import
2023-01-25 11:48:39 +01:00
562dfbc5ff
Merge branch 'develop' into feature/vite
2023-01-22 01:20:21 +01:00
321568abe6
Fix tests
2023-01-22 01:09:16 +01:00
888d4e95a3
Use mangrove-reviews-typescript, rework reviews modules
2023-01-21 23:58:14 +01:00
74185b852a
Add _referencing_way property for @thibaultmol
2023-01-17 18:24:17 +01:00
311abbf806
Fix overpass.ts
2023-01-17 02:56:34 +01:00
6ca5c31e3a
Neuter mangrove.reviews, it doesn't build
2023-01-17 01:09:11 +01:00
e9004a2190
Undo some changes to fix the build, move svg-check into generateLayerOverview as to move fs out of the dependency tree for the webpage
2023-01-17 01:00:43 +01:00
wjtje
39cc043f8b
🚧 Working on vite build
2023-01-17 00:50:42 +01:00
wjtje
cc0c925b81
"working"
2023-01-17 00:50:42 +01:00
a81dbb170e
Merge master
2023-01-13 04:02:50 +01:00
6392585664
Improve documentation
2023-01-13 03:45:02 +01:00
ec84cd11aa
Remove unused imports
2023-01-13 02:43:51 +01:00
a85fe85358
Improvements to the user information panel
2023-01-11 04:27:42 +01:00
a995f0e2aa
Move image license picker into user panel, fix #1236
2023-01-11 03:53:58 +01:00