Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | chore: remove extra line in addon scriptHEADmaster | Hsieh Chin Fan | 2024-11-09 |
| | |||
* | fix: shift context menu in proper time | Hsieh Chin Fan | 2024-11-08 |
| | |||
* | docs: update guide for dependencies | Hsieh Chin Fan | 2024-11-08 |
| | |||
* | chore: update mapclay version to 0.9.3 | Hsieh Chin Fan | 2024-11-08 |
| | |||
* | Merge branch addon | Hsieh Chin Fan | 2024-11-08 |
|\ | |||
| * | chore(addon): set version to 0.1.1 | Hsieh Chin Fan | 2024-11-08 |
| | | |||
| * | docs: update DEVELOPING.md | Hsieh Chin Fan | 2024-11-08 |
| | | |||
| * | fix: redeclaration, use IIFE to load modules | Hsieh Chin Fan | 2024-11-08 |
|/ | | | | * put bundled scripts into scripts/, this make gitignore easier | ||
* | chore: rename script for local server | Hsieh Chin Fan | 2024-11-07 |
| | |||
* | feat: add OSM for diary page | Hsieh Chin Fan | 2024-11-05 |
| | |||
* | Merge branch 'addon' | Hsieh Chin Fan | 2024-11-04 |
|\ | |||
| * | feat: add DEVELOPING.md for developers | Hsieh Chin Fan | 2024-11-04 |
| | | |||
| * | refactor(build): update build script for addon | Hsieh Chin Fan | 2024-11-04 |
| | | | | | | | | | | | | | | * To fit file size limit for addon submission of mozilla.org, add scripts for each renderers * add scripts/addon.sh for bundling, with simple rollup commands * scripts/rollup.config.js no more handle addon build | ||
| * | fix: classname for GeoLink from text | Hsieh Chin Fan | 2024-11-03 |
| | | |||
| * | feat: add png files for icon | Hsieh Chin Fan | 2024-11-03 |
| | | |||
| * | chore: zip script to submit addon | Hsieh Chin Fan | 2024-11-03 |
|/ | |||
* | docs: js-doc | Hsieh Chin Fan | 2024-11-03 |
| | |||
* | chore(release): 0.9.2 | Hsieh Chin Fan | 2024-11-03 |
| | |||
* | feat: use bbox to update camera for result of Geocoding | Hsieh Chin Fan | 2024-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 | ||
* | style: standardjs | Hsieh Chin Fan | 2024-11-03 |
| | |||
* | feat: patch 7ee1ad6 | Hsieh Chin Fan | 2024-11-03 |
| | | | | | * add spinning circle for Networking UX * display marker for each results | ||
* | refactor: getMarkersFromMaps | Hsieh Chin Fan | 2024-11-03 |
| | | | | Make arugments more general, not only GeoLink | ||
* | feat: add menu-item for Geocoding | Hsieh Chin Fan | 2024-10-31 |
| | | | | | | | * Use nominatim for API calls * Create multiple GeoLinks for each results in response * Also add menu-item DELETE to remove duplicated GeoLinks from one Geocoding | ||
* | Merge branch 'addon' | Hsieh Chin Fan | 2024-10-31 |
|\ | |||
| * | feat: add context menu-item to disable custom menu | Hsieh Chin Fan | 2024-10-31 |
|/ | |||
* | fix: typo for mutation observer | Hsieh Chin Fan | 2024-10-31 |
| | |||
* | chore(build): add scripts/build.sh for build | Hsieh Chin Fan | 2024-10-31 |
| | |||
* | feat: add dms support when parsing coordinates | Hsieh Chin Fan | 2024-10-31 |
| | |||
* | refactor: remove custom elements | Hsieh Chin Fan | 2024-10-31 |
| | | | | | | REASON: apply custom elements in content script may change globalThis which is not equal to window. This makes type check in maplibregl always fails! | ||
* | refactor: use globalThis to hold methods | Hsieh Chin Fan | 2024-10-30 |
| | |||
* | chore: update alises for use in default yaml file | Hsieh Chin Fan | 2024-10-28 |
| | |||
* | feat: add menu-folder for editing map options | Hsieh Chin Fan | 2024-10-28 |
| | | | | | | | * add dumbymap.aliases for option aliases * don't remove sub-menu when child sub-menu exists * don't add render delay for config modification by menu-item * TODO sub-menu placement | ||
* | docs: jsdoc | Hsieh Chin Fan | 2024-10-28 |
| | |||
* | feat: add menu-item for map id | Hsieh Chin Fan | 2024-10-28 |
| | |||
* | feat: add menu-item for edit map without editor | Hsieh Chin Fan | 2024-10-28 |
| | |||
* | feat: set marker title by textContent or option | Hsieh Chin Fan | 2024-10-28 |
| | |||
* | chore: remove unused option by latest mapclay API | Hsieh Chin Fan | 2024-10-28 |
| | |||
* | fix: initilization for blocks | Hsieh Chin Fan | 2024-10-28 |
| | |||
* | feat: add menu item for add marker | Hsieh Chin Fan | 2024-10-28 |
| | | | | | * remove code about adding reference link in editor.mjs * TODO: use local storage to access reference about marker | ||
* | feat: add id option for Menu-item | Hsieh Chin Fan | 2024-10-27 |
| | |||
* | docs: improve jsdoc | Hsieh Chin Fan | 2024-10-27 |
| | |||
* | refactor: rename setGeoSchemeByCRS -> updateGeoSchemeByCRS | Hsieh Chin Fan | 2024-10-27 |
| | |||
* | style: stylelint | Hsieh Chin Fan | 2024-10-27 |
| | |||
* | chore(release): 0.9.1 | Hsieh Chin Fan | 2024-10-27 |
| | |||
* | style: standardjs | Hsieh Chin Fan | 2024-10-27 |
| | |||
* | Merge branch addon | Hsieh Chin Fan | 2024-10-27 |
|\ | |||
| * | fix: enable fetch tiles from any URL | Hsieh Chin Fan | 2024-10-27 |
| | | | | | | | | This fix Maplibre usage in content script | ||
| * | feat: add browser action button | Hsieh Chin Fan | 2024-10-27 |
|/ | |||
* | feat: put menu-item for line path at bottom | Hsieh Chin Fan | 2024-10-27 |
| | |||
* | chore(CSS): text in plain modal | Hsieh Chin Fan | 2024-10-27 |
| |