diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-10-28 22:36:06 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-10-28 22:36:06 +0800 |
commit | 70e8ced5ed692a289e7b9d898839fb926b16d6a0 (patch) | |
tree | d1063bb7f21630d4e7898dfbf7e75fc7a1f23b51 | |
parent | ce1f619b9a7a64100a0315330244a296c091bbc9 (diff) |
chore: update alises for use in default yaml file
-rw-r--r-- | assets/default.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/default.yml b/assets/default.yml index 123432f..d2a7816 100644 --- a/assets/default.yml +++ b/assets/default.yml | |||
@@ -1,13 +1,13 @@ | |||
1 | aliases: | 1 | aliases: |
2 | use: | 2 | use: |
3 | Leaflet: | 3 | Leaflet: |
4 | value: ./dist/renderers/leaflet.mjs | 4 | value: https://outdoorsafetylab.github.io/dumbymap/dist/renderers/leaflet.mjs |
5 | description: Leaflet is the leading open-source JavaScript library for mobile-friendly interactive maps. It has all the mapping features most developers ever need. | 5 | description: Leaflet is the leading open-source JavaScript library for mobile-friendly interactive maps. It has all the mapping features most developers ever need. |
6 | Maplibre: | 6 | Maplibre: |
7 | value: ./dist/renderers/maplibre.mjs | 7 | value: https://outdoorsafetylab.github.io/dumbymap/dist/renderers/maplibre.mjs |
8 | description: MapLibre GL JS is a TypeScript library that uses WebGL to render interactive maps from vector tiles in a browser. The customization of the map comply with the MapLibre Style Spec. | 8 | description: MapLibre GL JS is a TypeScript library that uses WebGL to render interactive maps from vector tiles in a browser. The customization of the map comply with the MapLibre Style Spec. |
9 | Openlayers: | 9 | Openlayers: |
10 | value: ./dist/renderers/openlayers.mjs | 10 | value: https://outdoorsafetylab.github.io/dumbymap/dist/renderers/openlayers.mjs |
11 | description: OpenLayers makes it easy to put a dynamic map in any web page. It can display map tiles, vector data and markers loaded from any source. OpenLayers has been developed to further the use of geographic information of all kinds. | 11 | description: OpenLayers makes it easy to put a dynamic map in any web page. It can display map tiles, vector data and markers loaded from any source. OpenLayers has been developed to further the use of geographic information of all kinds. |
12 | width: | 12 | width: |
13 | One-Third: 33% | 13 | One-Third: 33% |