aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Link.mjs
Commit message (Collapse)AuthorAge
* feat: use bbox to update camera for result of GeocodingHsieh Chin Fan2024-11-03
| | | | | | | | | | * show markers from all Geocoding Results * update mapclay for latest updateCamera method * 3 steps for camera animation: 1. zoom out to bbox which contains all Geocoding Result 2. pan to marker of hovered result 3. zoom in to bbox from nonimatim query * remove markers except selected Geocoding Result
* refactor: getMarkersFromMapsHsieh Chin Fan2024-11-03
| | | | Make arugments more general, not only GeoLink
* docs: jsdocHsieh Chin Fan2024-10-28
|
* feat: set marker title by textContent or optionHsieh Chin Fan2024-10-28
|
* chore: remove unused option by latest mapclay APIHsieh Chin Fan2024-10-28
|
* chore: title of GeoLinkHsieh Chin Fan2024-10-27
|
* chore: looking of GeoLinkHsieh Chin Fan2024-10-26
|
* feat: add menu item to change path of leader-lineHsieh Chin Fan2024-10-26
|
* refactor: patch 1dd8064, remove classes for GeoLink/DocLinkHsieh Chin Fan2024-10-26
| | | | | | Seems link content script don't accecpt custom element access its own properties. This commit revert part of 1dd8064, generate GeoLink/DocLonk by appending features onto existing anchor element
* style: patch 1dd8064 for refactorHsieh Chin Fan2024-10-25
|
* feat: patch 14f1398, more marker typeHsieh Chin Fan2024-10-25
| | | | | | * add module 'marker' for svg markers, they are from https://labs.mapbox.com/maki-icons/editor/ * use grid layout and title for menu itmes * update mapclay version to use element for adding marker
* refactor: add module 'Link' for GeoLink and DocLinkHsieh Chin Fan2024-10-24