aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/dumbymap.mjs
Commit message (Collapse)AuthorAge
...
* fix: missimg importHsieh Chin Fan2024-10-15
|
* feat: use article as method of default block generationHsieh Chin Fan2024-10-15
|
* feat: patch 2c9ffa2Hsieh Chin Fan2024-10-15
| | | | | | * addAnchorByPoint -> addMarkerByPoint just return newly created marker * Add pointByArrow as general element in container
* feat: improve GeoLink generationHsieh Chin Fan2024-10-14
| | | | | | | * Stop searching pattern by linkify, Add links with geo URI scheme by async function instead * Search text nodes with patterns, and replace them with links * Add checker for valid degree/meter coordinated * Add query string "xy" anyway
* feat: migrate drag feature to dumbymapHsieh Chin Fan2024-10-14
|
* docs: jsdocHsieh Chin Fan2024-10-14
|
* feat: use option to set blocksHsieh Chin Fan2024-10-14
|
* feat: remove trailing 0 in GeoLinkHsieh Chin Fan2024-10-14
|
* fix: remove leader lines anywayHsieh Chin Fan2024-10-13
| | | | in case content refresh when link is hovered
* refactor: add external class in generateMaps()Hsieh Chin Fan2024-10-12
|
* feat: add query param for layoutHsieh Chin Fan2024-10-12
|
* fix: cache map anyway when fulfilledHsieh Chin Fan2024-10-11
|
* feat: update tutorial content for adding GeoLinkHsieh Chin Fan2024-10-11
| | | | | * add new module for hoding contents * also add settings for linkify
* feat: add handler for invlid coordinatesHsieh Chin Fan2024-10-11
| | | | | | * prvent default onmouseover/onclick handler * set bg-color of GeoLink as gray * add title to suggest another CRS
* feat: implement crs in GeoLinkHsieh Chin Fan2024-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 crsHsieh Chin Fan2024-10-11
|
* feat: only show map id when select manuallyHsieh Chin Fan2024-10-10
|
* docs(jsdoc): update jsdocHsieh Chin Fan2024-10-10
|
* fix: null check for config.idHsieh Chin Fan2024-10-10
|
* fix: set config id with snake_caseHsieh Chin Fan2024-10-10
|
* refactor: Attribute -> datasetHsieh Chin Fan2024-10-09
|
* fix: patch a11cbe8Hsieh Chin Fan2024-10-09
| | | | shame that didn't notice layout initial issue...
* feat: add new option for custom layoutHsieh Chin Fan2024-10-09
|
* style: add jsdoc for expressionsHsieh Chin Fan2024-10-09
|
* chore: apply standardjs with trailing commaHsieh Chin Fan2024-10-09
|
* feat: create GeoLink by drag/dropHsieh Chin Fan2024-10-09
|
* refactor: method of setting context menuHsieh Chin Fan2024-10-08
|
* feat: remove addGeoLink menu-itemHsieh Chin Fan2024-10-08
|
* feat: use CSS selector to get map on contextmenuHsieh Chin Fan2024-10-08
|
* fix: only remove map observer when html container is removedHsieh Chin Fan2024-10-08
|
* fix: apply observer on cached mapsHsieh Chin Fan2024-10-07
|
* fix: pixel of click event for mapHsieh Chin Fan2024-10-07
|
* feat: use dumbymap.utils to expose contenxtmenuHsieh Chin Fan2024-10-07
|
* feat: set 'EDIT' menu item in editor.mjsHsieh Chin Fan2024-10-06
|
* feat: add menu items for map managingHsieh Chin Fan2024-10-05
|
* fix: patch 9a0fdb9Hsieh Chin Fan2024-10-05
| | | | | * use attribute "xy" as title of marker * fix config for linkify
* style: reformat codeHsieh Chin Fan2024-10-05
| | | | remove mapCallback for now
* feat: sync srolling of editor and dumbymapHsieh Chin Fan2024-10-05
|
* feat: remove toc in current stageHsieh Chin Fan2024-10-04
|
* refactor: add GeoLinksHsieh Chin Fan2024-10-04
| | | | | * In current implementation, marks are generated in the first time link is hovered. This prevent complexity since rendering maps is async.
* docs: update READMEHsieh Chin Fan2024-10-04
|
* docs: add jsdocHsieh Chin Fan2024-10-04
|
* fix: show pick-map menu item in caseHsieh Chin Fan2024-10-04
|
* fix: prevent potential error break setting for rendered mapsHsieh Chin Fan2024-10-04
|
* feat: don't do things on fail-to-render mapHsieh Chin Fan2024-10-03
|
* feat: add linkify for geo linkHsieh Chin Fan2024-10-03
|
* feat: prevent render indicator appears ageinHsieh Chin Fan2024-10-02
|
* feat: use order to sort rendered mapsHsieh Chin Fan2024-10-02
|
* fix: set layout attribute wisely for observerHsieh Chin Fan2024-10-02
|
* feat: add checked/unchecked state for block menu itemHsieh Chin Fan2024-10-02
| | | | also, prevent menu got erased by className