Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
26f2860
feat: add conflation project
Gigaszi Mar 25, 2025
18a8e3d
fix: use conflation task in conflation project
Gigaszi Mar 25, 2025
e0c6fb3
workaround: use arrows from validate project
Gigaszi Mar 25, 2025
c38e3cb
feat: add OSM buildings from ohsome API and display them on map
Gigaszi Mar 27, 2025
8e22a78
feat: add scritp for requesting ohsome API
Gigaszi Mar 27, 2025
10acad9
feat: add functionality to calculate extent of task area and use it f…
Gigaszi Mar 27, 2025
ae93acb
Merge branch 'main' into conflation-project
ofr1tz Mar 31, 2025
ceed80f
feat(conflation): use aligned design default options; formatting
ofr1tz Mar 31, 2025
4cd545e
feat(conflation): use vue3-openlayers components for osm feature layer
ofr1tz Mar 31, 2025
6e79df9
feat(conflation): fetch osm features by task extent
ofr1tz Mar 31, 2025
450bdd1
feat(conflation): arrange mission, options and styles for conflation …
ofr1tz Apr 1, 2025
e950359
feat(conflation): adjust maxZoom
ofr1tz Apr 2, 2025
660e428
feat(conflation): fetch and intersect features from conflation-projec…
ofr1tz Apr 3, 2025
6d7dea6
fix(conflation): filter on back button
ofr1tz Apr 3, 2025
24c49f1
feat:change group assignment order for conflation projects (prioritiz…
martamagnani Apr 8, 2025
eb36222
feat: configurable option to prioritize nearly completed task groups …
ofr1tz Apr 8, 2025
f694aa7
feat: fetch OSM features from Overpass
ofr1tz Apr 9, 2025
d6eb402
feat(conflation): use overpass filter from firebase project
ofr1tz Apr 9, 2025
ef9250b
feat(conflation): write reference (number of intersecting features, o…
ofr1tz Apr 9, 2025
38c3e5b
feat(conflation): update mission and options based on intersecting fe…
ofr1tz Apr 10, 2025
957f3cb
feat(conflation): add instructions component
ofr1tz Apr 10, 2025
13bbfb2
feat(conflation): handle error on fetching from overpass api
ofr1tz Apr 10, 2025
5d34729
feat(conflation): update mission on locale change
ofr1tz Apr 17, 2025
2285a9a
feat(conflation): fetch osm features from raw data api
ofr1tz May 14, 2025
585d4dc
fix: use correct osm id and type reference
ofr1tz May 14, 2025
044e470
Merge branch 'main' into conflation-project
ofr1tz May 27, 2025
baa285e
style: fix format
ofr1tz May 27, 2025
658c39c
fix: set skip value to 3
ofr1tz Sep 17, 2025
6f7c725
Merge branch 'main' into conflation-project
ofr1tz Oct 23, 2025
6da2921
fix: makeXyzUrl
ofr1tz Oct 23, 2025
338b595
feat(conflation): random color assignment, combined extent
ofr1tz Oct 23, 2025
ab76ca8
feat(conflation): add conflation tutorial component (wip)
ofr1tz Dec 10, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "^6.0.8",
"@turf/boolean-intersects": "^7.2.0",
"@panoramax/web-viewer": "^4.1.0",
"@togglecorp/fujs": "^2.2.0",
"@turf/bbox": "^7.2.0",
Expand All @@ -28,6 +29,7 @@
"ol": "^10.5.0",
"ol-contextmenu": "^5.5.0",
"ol-ext": "^4.0.31",
"osmtogeojson": "^3.0.0-beta.5",
"pako": "^2.1.0",
"pinia": "^2.1.6",
"tinycolor2": "^1.6.0",
Expand Down
Loading