Commit graph

73 commits

Author SHA1 Message Date
d008dcb54d Chore: reformat all files with prettier 2023-06-14 20:39:36 +02:00
fbf2742f80 Tweaking GRB theme a bit more 2023-06-01 03:17:52 +02:00
ace7caada1 Refactoring: port import flow 2023-06-01 02:52:21 +02:00
b86e2910ba Fix: improve functionality of GRB-theme (WIP) 2023-05-24 03:26:33 +02:00
96dc751c8c Fix note import layers 2023-05-24 00:29:22 +02:00
a4a3b8a5ad Refactoring: small styling issues 2023-05-07 02:26:30 +02:00
8eb2c68f79 Refactoring: fix rendering of new roads, generated by a split 2023-04-20 01:52:23 +02:00
e36e9123f3 Refactoring: improve caching 2023-04-19 03:18:47 +02:00
0241f89d3d refactoring: fix basic flow to add a new point 2023-04-06 01:33:08 +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
231d67361e Refactoring(maplibre): remove 'freshness' and 'name' from FeatureSource to simplify the code 2023-03-23 01:42:47 +01:00
888d4e95a3 Use mangrove-reviews-typescript, rework reviews modules 2023-01-21 23:58:14 +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
b541d3eab4 Reformat all files with prettier 2022-09-08 21:40:48 +02:00
24f090c92f Add OsmFeature type 2022-07-13 17:56:33 +02:00
4246221e8e Fix import flow, add typing 2022-07-08 03:14:55 +02:00
b9be22a932 Don't download tils if z>22, prevent hang if osm-api is blocked (e.g. by umatrix) (see #880) 2022-06-28 01:37:49 +02:00
4fd40c6935 Download needed relations completely, fixes 873 2022-06-24 18:12:39 +02:00
98c6113cbe Merge master 2022-06-22 20:06:41 +02:00
06bc136b85 Refactor OsmFeatureSource to increas testability 2022-06-21 22:57:13 +02:00
4283b76f36 Huge refactoring: split readonly and writable stores 2022-06-05 02:24:14 +02:00
9617dbc34d Add more checks in the import helper after user testing 2022-03-24 03:11:29 +01:00
cf39a55019 Increase zoomlevel before error message is triggered 2022-02-27 20:48:58 +01:00
5284f198d8 Fix various bugs 2022-02-22 14:13:41 +01:00
695a0867c7 Fix duplicate buildings for grb layer; add default flag for filters, performance improvement 2022-02-11 03:57:39 +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
fa971ffbbf Full code cleanup 2022-01-26 21:40:38 +01:00
8ca9e4f36c Fix various bugs; improve UK-addresses theme 2022-01-17 21:33:03 +01:00
00e5ce0b02 The overpassfeaturesource now only fetches layers that must be updated, fix #599 2022-01-15 02:44:11 +01:00
91d2272861 First working version of the notes-layer, add filtering 2022-01-07 17:31:39 +01:00
7090a5ceb8 Performance hacks 2022-01-06 18:51:52 +01:00
bfb16874b1 Further experimentation 2021-12-30 20:41:45 +01:00
adade2e8b0 Add unused node removal 2021-12-23 03:36:03 +01:00
0ae78f19f3 Fix changeset reuse for automaton 2021-12-17 19:28:05 +01:00
90fc0e0840 Fix non-appearing new icon, remove debug outputs 2021-12-14 17:29:21 +01:00
5b513b1248 FIx caching script, some cleanup 2021-12-13 13:22:23 +01:00
e922768f99 First working version of fully automatic uploader 2021-12-13 02:05:34 +01:00
9cfb7fbe68 Update of latlon2country and use its async interface; small refactoring of simplemetagging, improvements to cacheBuilder which respects isShown and calculated tags now 2021-12-07 02:22:56 +01:00
9c848cfaee Use IndexedDb to store cached geodata, fix #494. This should prevent crashes 2021-11-16 02:57:26 +01:00
8fa7de661e WIP: use indexedDB as datastore for geotiles 2021-11-15 11:51:32 +01:00
bd21212eba Full code cleanup 2021-11-07 16:34:51 +01:00
63acca1638 Add 'CreateNewWayWithNodeReuse'-action, use it in the GRB-theme 2021-11-04 02:16:07 +01:00
2484848cd6 Refactoring of GPS-location (uses featureSource too now), factoring out state, add ReplaceGeometryAction and conflation example 2021-11-03 00:44:53 +01:00
23ae9d39c8 Add the possibility to snap onto another layer with imports, add location confirm on input, add metalayer exporting all nodes, various fixes 2021-10-31 02:08:39 +01:00
d5f4572e9a Add possibility to load external data as mercator tiles, add bbox tile possibilities, add CRAB and GRB as datasources in the GRB theme 2021-10-27 03:52:19 +02:00
d1ecaf7527 Force cache clearing when a new point is added, fix #522 2021-10-25 21:08:44 +02:00
c99e15eed9 Add cache timeout option on layerSource 2021-10-25 20:38:57 +02:00
a2aa26aafc Fix split way action, add decent tests for them (fix #171), enable split road on cyclestreets theme 2021-10-16 02:54:22 +02:00