|
d008dcb54d
|
Chore: reformat all files with prettier
|
2023-06-14 20:39:36 +02:00 |
|
|
ace7caada1
|
Refactoring: port import flow
|
2023-06-01 02:52:21 +02:00 |
|
|
1f9aacfb29
|
Refactoring: move download functionality for OsmObjects into a new object
|
2023-04-20 03:58:31 +02:00 |
|
|
8eb2c68f79
|
Refactoring: fix rendering of new roads, generated by a split
|
2023-04-20 01:52:23 +02:00 |
|
|
ea62b5b7ff
|
refactoring: Fix some tests
|
2023-04-13 20:58:49 +02:00 |
|
|
0241f89d3d
|
refactoring: fix basic flow to add a new point
|
2023-04-06 01:33:08 +02:00 |
|
|
b94a8f5745
|
refactoring: more state splitting, basic layoutFeatureSource
|
2023-03-26 05:58:28 +02:00 |
|
|
4d48b1cf2b
|
refactoring(maplibre): WIP
|
2023-03-24 19:21:15 +01:00 |
|
|
4de76136de
|
Refactor geolocation handler into multiple parts, fix lock behaviour
|
2022-12-22 04:13:52 +01:00 |
|
|
b251fd7b69
|
Formatting
|
2022-11-08 14:37:48 +01:00 |
|
|
5f1a7892c1
|
Fix typing and build
|
2022-11-07 23:35:17 +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 |
|
|
470e9acc64
|
Merge master
|
2022-06-19 18:23:43 +02:00 |
|
|
aee161d456
|
Some robustness if no changes have to be made anymore
|
2022-06-08 01:27:21 +02:00 |
|
|
4283b76f36
|
Huge refactoring: split readonly and writable stores
|
2022-06-05 02:24:14 +02:00 |
|
|
9238f0f381
|
Simplify handling of id rewrites by centralizing them to the changesethandler (which improves testability too), fixes a part of #564
|
2022-04-08 04:18:53 +02:00 |
|
|
e4f062b7a5
|
Fix dissappearing default tags, add tests
|
2022-03-14 03:33:03 +01:00 |
|
|
5284f198d8
|
Fix various bugs
|
2022-02-22 14:13:41 +01:00 |
|
|
39e6cdfda4
|
Fix dependency injection of refactoring
|
2022-02-16 01:46:55 +01:00 |
|
|
4638f82635
|
Fix tests
|
2022-02-16 00:14:22 +01:00 |
|
|
dfb16fa802
|
Small refactoring: move changeset-handler creation to 'changes'
|
2022-02-15 23:44:16 +01:00 |
|
|
f447854834
|
Small refactoring, fix logic which possibly caused #659 (to be confirmed)
|
2022-02-14 02:50:21 +01:00 |
|
|
fa971ffbbf
|
Full code cleanup
|
2022-01-26 21:40:38 +01:00 |
|
|
fa179af601
|
More work on import flow
|
2022-01-25 00:48:05 +01:00 |
|
|
adade2e8b0
|
Add unused node removal
|
2021-12-23 03:36:03 +01:00 |
|
|
be9784e047
|
Fix build
|
2021-12-17 23:17:34 +01:00 |
|
|
0ae78f19f3
|
Fix changeset reuse for automaton
|
2021-12-17 19:28:05 +01:00 |
|
|
dc5c3461f8
|
Formatting, comments, use injected download functionality
|
2021-12-13 20:51:44 +01:00 |
|
|
e922768f99
|
First working version of fully automatic uploader
|
2021-12-13 02:05:34 +01:00 |
|
|
20ec12b23c
|
Add special visualisation for automated actions, add missing_street-theme, various fixes
|
2021-12-12 02:59:24 +01:00 |
|
|
76c84b3972
|
If an OSM-object does not exist anyore, ignore changes to this object. Fix #577
|
2021-12-05 05:19:59 +01:00 |
|
|
c861842fa0
|
Mark to big changes explcitly
|
2021-11-12 18:41:13 +01:00 |
|
|
680e56397d
|
GeoOperations.distanceBetween now uses meters, fix GPS tracking
|
2021-11-12 18:39:38 +01:00 |
|
|
bdd9ed4c22
|
Small cleanups
|
2021-11-09 02:03:32 +01:00 |
|
|
8e66313ef1
|
Add metadata in changeset with (binned) distance to changed feature
|
2021-11-09 01:49: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 |
|
|
da65bbbc86
|
Add createNewWay-action, more work on GRB import theme, add import button
|
2021-10-29 16:38:33 +02:00 |
|
|
0dc7187bab
|
Changes do apply left-right splitting before uploading too
|
2021-10-22 14:01:40 +02:00 |
|
|
89d4a6bcce
|
Add robustness when run via console, formatting
|
2021-10-20 00:09:40 +02:00 |
|
|
21fd148f38
|
Add propagation of metadata in changedescriptions, aggregate metadata in changeset tags
|
2021-10-04 03:12:42 +02:00 |
|
|
27a43fdbe0
|
Changes: expand try block; remove console.logs
|
2021-10-03 21:53:31 +02:00 |
|
|
c2d477c97a
|
More refactoring
|
2021-09-29 01:12:38 +02:00 |
|
|
a78d33112b
|
Refactoring: LayoutToUse is a simple value now
|
2021-09-28 18:00:44 +02:00 |
|
|
a3c16d6297
|
Stabilize adding new points
|
2021-09-26 23:35:26 +02:00 |
|
|
bef684aec7
|
More cleanup, first somewhat working version of #171
|
2021-09-22 16:07:56 +02:00 |
|
|
1f93923820
|
More work on splitting roads, WIP; refactoring tests
|
2021-09-22 05:02:09 +02:00 |
|
|
78d6482c88
|
Add binoculars theme, auto reformat everything
|
2021-09-09 00:06:21 +02:00 |
|
|
0a01561d37
|
First working version of snapping to already existing ways from the add-UI (still too slow though), partial fix of #436
|
2021-08-07 21:19:01 +02:00 |
|
|
0ab0d159cc
|
Small tweaks
|
2021-07-28 15:14:13 +02:00 |
|