ef0ec5160d
Refactoring: fix download buttons
2023-04-14 04:33:06 +02:00
466dd16568
Fix contributor count
2023-04-14 00:18:41 +02:00
ea62b5b7ff
refactoring: Fix some tests
2023-04-13 20:58:49 +02:00
bef05481bd
Merge develop
2023-04-07 04:36:41 +02:00
042d400dc4
refactoring: Remove more obsoleted code, add copyright tab
2023-04-07 04:23:45 +02:00
f8d34648a0
refactoring: slight cleanup of tests
2023-04-07 03:54:11 +02:00
8085079eff
Port user settings
2023-04-07 02:13:57 +02:00
97aaa8e941
Refactoring: fix filters, remove obsolete code
2023-04-06 02:20:25 +02:00
0241f89d3d
refactoring: fix basic flow to add a new point
2023-04-06 01:33:08 +02:00
52a0810ea9
refactoring: move logic of lastclick into special layer, fix labels, fix anchoring
2023-04-02 02:59:20 +02:00
d47fd7e746
Add question box as special rendering
2023-03-31 03:28:11 +02:00
29372c465e
refactoring: more fixes, first attempt at tagRenderingAnswer
2023-03-30 04:51:56 +02:00
aaaaf1948d
refactoring: fix special renderings (partly), deprecate
2023-03-29 18:54:00 +02:00
41e6a2c760
More refactoring
2023-03-29 17:21:20 +02:00
5d0fe31c41
refactoring
2023-03-28 05:13:48 +02:00
b94a8f5745
refactoring: more state splitting, basic layoutFeatureSource
2023-03-26 05:58:28 +02:00
8e2f04c0d0
refactoring: split all the states
2023-03-25 02:48:24 +01:00
4d48b1cf2b
refactoring(maplibre): WIP
2023-03-24 19:21:15 +01:00
231d67361e
Refactoring(maplibre): remove 'freshness' and 'name' from FeatureSource to simplify the code
2023-03-23 01:42:47 +01:00
1b3609b13f
refactoring(maplibre): add pointRendering
2023-03-23 00:58:21 +01: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
4f2bbf4b54
refactoring(maplibre): add RasterLayer info, add background switch, add default global layers
2023-03-11 02:46:49 +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