nanomap/PublicProperty.js

13 lines
430 B
JavaScript
Raw Normal View History

2023-12-27 11:06:29 +08:00
// no dependencies
2023-12-30 17:11:33 +08:00
export const __DEBUG__ = 0;
export const __APP_VERSION__ = 'v0.3.4-beta';
2023-12-27 11:06:29 +08:00
export const __APP_INTRO__ = `
2023-12-27 17:17:08 +08:00
<b>Algorithm improvement.</b><br>
Our new routing solution is based on the Obvious A-Star algorithm now, with 2~10x faster speed in calculations.<br>
<b>Support concatenating paths.</b><br>
You can add points sequentially on the map.<br>
2023-12-30 11:15:22 +08:00
<b>Clear the map.</b><br>
Clear all markers with one click.<br>
2023-12-27 11:06:29 +08:00
`;