Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | chore(relase): 0.7.5 | Hsieh Chin Fan | 2024-10-11 | |
| | ||||
* | Merge branch 'crs' | Hsieh Chin Fan | 2024-10-11 | |
|\ | ||||
| * | feat: add handler for invlid coordinates | Hsieh Chin Fan | 2024-10-11 | |
| | | | | | | | | | | | | * prvent default onmouseover/onclick handler * set bg-color of GeoLink as gray * add title to suggest another CRS | |||
| * | feat: implement crs in GeoLink | Hsieh Chin Fan | 2024-10-11 | |
| | | | | | | | | | | | | | | | | Now GeoLink has the following format: geo:<LON>,<LAT>?q=<LON>,<LAT>&xy=<x,y>,crs=<EPSG:CODE> When calling addMarker or updateCamera, only use [lon,lat] format | |||
| * | feat: add query params for crs | Hsieh Chin Fan | 2024-10-11 | |
|/ | ||||
* | refactor: remove unnecessary name of Layout Class | Hsieh Chin Fan | 2024-10-11 | |
| | ||||
* | chore(CSS): remove unused rule for <nav> | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | [WIP] jsdoc | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | feat(CSS): add transition of draggable blocks | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | feat: only show map id when select manually | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | chore: fix scripts for build and docs | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | chore(relase): 0.7.4 | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | docs: fix typo in README | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | fix: the way check scroll line is clear | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | chore: update metadata for OGP | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | docs(jsdoc): update jsdoc | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | docs(jsdoc): add configuration into scripts/ | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | chore: move config files about dev into scripts/ | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | chore: update gitignore | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | fix: href pattern for GeoLink | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | chore(relase): 0.7.3 | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | fix: null check for config.id | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | chore(relase): 0.7.2 | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | chore: remove stadia from default yaml config | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | fix: set config id with snake_case | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | chore(relase): 0.7.1 | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | chore: style lint | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | chore: update to mapclay 0.8.12 | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | chore: remove not-working tile services | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | feat: only style details in dumby block | Hsieh Chin Fan | 2024-10-10 | |
| | ||||
* | chore(relase): 0.7.0 | Hsieh Chin Fan | 2024-10-09 | |
| | ||||
* | docs: update README | Hsieh Chin Fan | 2024-10-09 | |
| | ||||
* | feat: use "type" to decide marker appearance for GeoLink | Hsieh Chin Fan | 2024-10-09 | |
| | ||||
* | feat: use "title" to set leader-line label for GeoLink | Hsieh Chin Fan | 2024-10-09 | |
| | ||||
* | docs: update example of custom layouts | Hsieh Chin Fan | 2024-10-09 | |
| | ||||
* | refactor: Attribute -> dataset | Hsieh Chin Fan | 2024-10-09 | |
| | ||||
* | fix: patch a11cbe8 | Hsieh Chin Fan | 2024-10-09 | |
| | | | | shame that didn't notice layout initial issue... | |||
* | chore(relase): 0.6.7 | Hsieh Chin Fan | 2024-10-09 | |
| | ||||
* | feat: add new option for custom layout | Hsieh Chin Fan | 2024-10-09 | |
| | ||||
* | docs: add example about new layout | Hsieh Chin Fan | 2024-10-09 | |
| | ||||
* | chore(relase): 0.6.6 | Hsieh Chin Fan | 2024-10-09 | |
| | ||||
* | feat: update yaml file for tile services | Hsieh Chin Fan | 2024-10-09 | |
| | ||||
* | fix: path for default yaml file | Hsieh Chin Fan | 2024-10-09 | |
| | ||||
* | feat: update default contents and used CSS | Hsieh Chin Fan | 2024-10-09 | |
| | ||||
* | chore(relase): 0.6.5 | Hsieh Chin Fan | 2024-10-09 | |
| | ||||
* | chore: update mapclay to 0.8.11 | Hsieh Chin Fan | 2024-10-09 | |
| | ||||
* | feat: patch 5aede26 | Hsieh Chin Fan | 2024-10-09 | |
| | | | | | | | | * use callback to disable scroll * only allow action with left click * disable selection when dragging * gray-out elements except of maps * only sync scroll when cm has focus | |||
* | fix: text format breaks reference-style-link | Hsieh Chin Fan | 2024-10-09 | |
| | ||||
* | style: add jsdoc for expressions | Hsieh Chin Fan | 2024-10-09 | |
| | ||||
* | fix: proper timing to adjust scroll of HTML contents | Hsieh Chin Fan | 2024-10-09 | |
| |