Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 5e11d611a8 | |||
| 97abd6869d |
@@ -1,5 +1,12 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2026-02-10 - 1.5.1 - fix(assets)
|
||||||
|
remove unused marker image and other obsolete files to reduce repo size
|
||||||
|
|
||||||
|
- Deleted markers-after-stop.png (removed ~726 lines / large binary asset)
|
||||||
|
- Removed multiple metadata-only files (cleanup of obsolete/duplicated assets listed in diff)
|
||||||
|
- No source code changes — cleanup of static assets to reduce repository size and clutter
|
||||||
|
|
||||||
## 2026-02-05 - 1.5.0 - feat(dees-geo-map)
|
## 2026-02-05 - 1.5.0 - feat(dees-geo-map)
|
||||||
Highlight current navigation step with progress, mark completed steps, auto-scroll turn-by-turn list, expose guidance state for synchronization, and refine instruction/voice wording
|
Highlight current navigation step with progress, mark completed steps, auto-scroll turn-by-turn list, expose guidance state for synchronization, and refine instruction/voice wording
|
||||||
|
|
||||||
|
|||||||
BIN
marker-debug.png
|
Before Width: | Height: | Size: 286 KiB |
|
Before Width: | Height: | Size: 342 KiB |
|
Before Width: | Height: | Size: 223 KiB |
|
Before Width: | Height: | Size: 514 KiB |
|
Before Width: | Height: | Size: 277 KiB |
|
Before Width: | Height: | Size: 514 KiB |
|
Before Width: | Height: | Size: 324 KiB |
|
Before Width: | Height: | Size: 292 KiB |
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@design.estate/dees-catalog-geo",
|
"name": "@design.estate/dees-catalog-geo",
|
||||||
"version": "1.5.0",
|
"version": "1.5.1",
|
||||||
"private": false,
|
"private": false,
|
||||||
"description": "A geospatial web components library with MapLibre GL JS maps and terra-draw drawing tools",
|
"description": "A geospatial web components library with MapLibre GL JS maps and terra-draw drawing tools",
|
||||||
"main": "dist_ts_web/index.js",
|
"main": "dist_ts_web/index.js",
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 514 KiB |
|
Before Width: | Height: | Size: 514 KiB |
|
Before Width: | Height: | Size: 562 KiB |
|
Before Width: | Height: | Size: 296 KiB |
@@ -3,6 +3,6 @@
|
|||||||
*/
|
*/
|
||||||
export const commitinfo = {
|
export const commitinfo = {
|
||||||
name: '@design.estate/dees-catalog-geo',
|
name: '@design.estate/dees-catalog-geo',
|
||||||
version: '1.5.0',
|
version: '1.5.1',
|
||||||
description: 'A geospatial web components library with MapLibre GL JS maps and terra-draw drawing tools'
|
description: 'A geospatial web components library with MapLibre GL JS maps and terra-draw drawing tools'
|
||||||
}
|
}
|
||||||
|
|||||||