aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
* chore: remove extra line in addon scriptHEADmasterHsieh Chin Fan2024-11-09
|
* fix: shift context menu in proper timeHsieh Chin Fan2024-11-08
|
* docs: update guide for dependenciesHsieh Chin Fan2024-11-08
|
* chore: update mapclay version to 0.9.3Hsieh Chin Fan2024-11-08
|
* Merge branch addonHsieh Chin Fan2024-11-08
|\
| * chore(addon): set version to 0.1.1Hsieh Chin Fan2024-11-08
| |
| * docs: update DEVELOPING.mdHsieh Chin Fan2024-11-08
| |
| * fix: redeclaration, use IIFE to load modulesHsieh Chin Fan2024-11-08
|/ | | | * put bundled scripts into scripts/, this make gitignore easier
* chore: rename script for local serverHsieh Chin Fan2024-11-07
|
* feat: add OSM for diary pageHsieh Chin Fan2024-11-05
|
* Merge branch 'addon'Hsieh Chin Fan2024-11-04
|\
| * feat: add DEVELOPING.md for developersHsieh Chin Fan2024-11-04
| |
| * refactor(build): update build script for addonHsieh Chin Fan2024-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 textHsieh Chin Fan2024-11-03
| |
| * feat: add png files for iconHsieh Chin Fan2024-11-03
| |
| * chore: zip script to submit addonHsieh Chin Fan2024-11-03
|/
* docs: js-docHsieh Chin Fan2024-11-03
|
* chore(release): 0.9.2Hsieh Chin Fan2024-11-03
|
* 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
* style: standardjsHsieh Chin Fan2024-11-03
|
* feat: patch 7ee1ad6Hsieh Chin Fan2024-11-03
| | | | | * add spinning circle for Networking UX * display marker for each results
* refactor: getMarkersFromMapsHsieh Chin Fan2024-11-03
| | | | Make arugments more general, not only GeoLink
* feat: add menu-item for GeocodingHsieh Chin Fan2024-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 Fan2024-10-31
|\
| * feat: add context menu-item to disable custom menuHsieh Chin Fan2024-10-31
|/
* fix: typo for mutation observerHsieh Chin Fan2024-10-31
|
* chore(build): add scripts/build.sh for buildHsieh Chin Fan2024-10-31
|
* feat: add dms support when parsing coordinatesHsieh Chin Fan2024-10-31
|
* refactor: remove custom elementsHsieh Chin Fan2024-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 methodsHsieh Chin Fan2024-10-30
|
* chore: update alises for use in default yaml fileHsieh Chin Fan2024-10-28
|
* feat: add menu-folder for editing map optionsHsieh Chin Fan2024-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: jsdocHsieh Chin Fan2024-10-28
|
* feat: add menu-item for map idHsieh Chin Fan2024-10-28
|
* feat: add menu-item for edit map without editorHsieh 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
|
* fix: initilization for blocksHsieh Chin Fan2024-10-28
|
* feat: add menu item for add markerHsieh Chin Fan2024-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-itemHsieh Chin Fan2024-10-27
|
* docs: improve jsdocHsieh Chin Fan2024-10-27
|
* refactor: rename setGeoSchemeByCRS -> updateGeoSchemeByCRSHsieh Chin Fan2024-10-27
|
* style: stylelintHsieh Chin Fan2024-10-27
|
* chore(release): 0.9.1Hsieh Chin Fan2024-10-27
|
* style: standardjsHsieh Chin Fan2024-10-27
|
* Merge branch addonHsieh Chin Fan2024-10-27
|\
| * fix: enable fetch tiles from any URLHsieh Chin Fan2024-10-27
| | | | | | | | This fix Maplibre usage in content script
| * feat: add browser action buttonHsieh Chin Fan2024-10-27
|/
* feat: put menu-item for line path at bottomHsieh Chin Fan2024-10-27
|
* chore(CSS): text in plain modalHsieh Chin Fan2024-10-27
|