renovate[bot]
d579b0a550
Update babel monorepo to v7.18.6 ( #570 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-07-13 11:02:41 +02:00
Norbert Renner
8d043c9b37
Support transparent WMS property ( fix #468 )
2022-07-13 10:41:18 +02:00
Marcus Jaschen
e058802777
uses existing function for escaping Overpass data; escape keys too ( #575 )
2022-07-01 11:05:14 +02:00
Marcus Jaschen
f68d32b1f2
Improves rendering of Overpass data; add OSM link to Overpass popups (see #467 ) ( #574 )
...
- add some styling to the Overpass data table (alternating row colors; text alignment)
- add link to OSM object below the Overpass data table
- add 4 new entries in `en.json`
2022-06-30 11:15:01 +02:00
Norbert Renner
d162f9814e
release: 0.18.1
2022-06-29 10:58:26 +02:00
Norbert Renner
831c05f3fc
Update translations
2022-06-29 10:31:35 +02:00
Norbert Renner
c3e74f09a4
Update changelog for 0.18.1
2022-06-29 10:24:52 +02:00
Norbert Renner
4a31ebe112
Fix download click for Firefox < 75 (attach to DOM)
2022-06-29 10:01:45 +02:00
Norbert Renner
74a6bcd92e
Fix parse error for import() in older browsers ( #571 )
...
- add import() polyfill that evals in Function() and falls back to script tag injection
- add AbortController polyfill for MapLibre (lazy loaded so can be in bundle, not for Web Workers)
- support Firefox 56, last supporting old plugins before Web Extensions
2022-06-28 18:54:21 +02:00
dependabot[bot]
c5f841be6c
Bump jsdom from 16.4.0 to 16.7.0 ( #568 )
...
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 16.4.0 to 16.7.0.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/16.4.0...16.7.0 )
---
updated-dependencies:
- dependency-name: jsdom
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-25 11:20:59 +02:00
Marcus Jaschen
7eb94a473f
enable reloading when contents of layers are changed (in serve mode) ( #567 )
2022-06-25 11:14:01 +02:00
Marcus Jaschen
46a1a61138
add support for vector sources specified by url ( #566 )
2022-06-25 11:13:04 +02:00
Norbert Renner
b6955cf187
Allow release tasks to be called individually
...
by always initializing nextVersion as current and token param
2022-06-24 22:17:52 +02:00
Norbert Renner
7766db7de4
release: 0.18.0
2022-06-24 21:42:30 +02:00
Norbert Renner
8194c7896c
Fix trekking profile not loaded
...
when hash without additional params, regression of 4d44153
2022-06-24 21:35:26 +02:00
Norbert Renner
9852aaf4e1
Disable babel transpiling of import() call
...
Transpiles to require(), which leads to "ReferenceError: require is not defined". So we rely on browser support for this.
2022-06-24 16:30:25 +02:00
Norbert Renner
cc7f4250ed
Update changelog for 0.18.0
2022-06-24 12:05:07 +02:00
Norbert Renner
539d26696c
Update translations
2022-06-23 20:26:32 +02:00
renovate[bot]
7f8c845f1b
Update dependency eslint to v8.18.0 ( #563 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 17:48:45 +02:00
renovate[bot]
998d28dbc4
Update dependency i18next-scanner to v3.3.0 ( #562 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-06-22 17:48:20 +02:00
renovate[bot]
d3dfd1386a
Update dependency prettier to v2.7.1 ( #560 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-22 17:45:24 +02:00
renovate[bot]
4a56ff8c6d
Update dependency @babel/core to v7.18.5 ( #559 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-22 17:44:51 +02:00
renovate[bot]
24dd307d51
Update dependency marked to v4.0.17 ( #558 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-22 17:43:26 +02:00
Norbert Renner
b894639c2f
Prevent sporadic canvas mouseout bubbling to map
...
Fixes #561
2022-06-21 20:37:02 +02:00
Norbert Renner
5cce9f92c2
Fix global assignments
2022-06-20 09:38:53 +02:00
Norbert Renner
22a71541b2
Map old Mapillary raster layer id to new
2022-06-20 08:28:00 +02:00
Norbert Renner
f5e0555a52
Document vector tile layers
2022-06-17 18:39:00 +02:00
Norbert Renner
d5a6a0ae6f
Replace Mapillary raster with vector tiles ( #432 )
2022-06-17 17:04:58 +02:00
Norbert Renner
c585b5aa62
Support access tokens for Maplibre (mvt) tile urls
2022-06-17 16:58:36 +02:00
Norbert Renner
ad68d0023b
Configure hillshading layer
...
- full attribution
- i18n key
- paint property defaults as template
2022-06-15 14:21:31 +02:00
Norbert Renner
8c8582ac19
Replace HikeBike.HillShading layer id
...
from hash and stored active layers, also add replacing from stored default layers
2022-06-14 13:25:51 +02:00
Norbert Renner
13efb4864c
Lazy load Maplibre GL JS and add hillshading layer
2022-06-14 10:00:13 +02:00
Norbert Renner
f92d2e2227
release: 0.17.0
2022-06-08 15:55:46 +02:00
Norbert Renner
533cbf4ad4
Update changelog for 0.17.0
2022-06-08 15:50:57 +02:00
Norbert Renner
ceadbfe10c
Update translations
2022-06-08 15:40:47 +02:00
Norbert Renner
0899a1b26e
Merge pull request #555 from nrenner/profile-default
...
Fix default profile not selected with hash
2022-06-08 15:36:50 +02:00
Norbert Renner
aef3fdc5a7
Fix RoutingOptions test for CI
2022-06-07 20:21:54 +02:00
Norbert Renner
a57a560950
Fix default profile not selected with hash
2022-06-07 19:26:41 +02:00
Norbert Renner
aa4589816a
Add profile selection tests for RoutingOptions
2022-06-07 19:19:16 +02:00
renovate[bot]
fcdfe49034
Update dependency eslint to v8.17.0 ( #551 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-07 12:02:08 +02:00
Marcus Jaschen
8750c37901
Fix for incomplete/buggy solution for #494 ( #553 )
...
This commit fixes the incomplete/buggy implementation of the fix for #494 .
Values are now converted to the expected format before returned from
`wayTagsNormalize()`.
2022-06-07 11:32:47 +02:00
Norbert Renner
22d7dfd610
Adapt standalone build to new brouter docs path
2022-06-04 11:56:06 +02:00
Norbert Renner
198f65e5bc
Disable preloading states to reduce traffic on start
2022-06-01 16:53:23 +02:00
renovate[bot]
af1bfc224f
Update dependency del to v6.1.1 ( #549 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-01 11:16:45 +02:00
renovate[bot]
02248ed435
Update dependency eslint to v8.16.0 ( #547 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-01 11:10:50 +02:00
renovate[bot]
0dd1f4959b
Update babel monorepo to v7.18.2 ( #545 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com>
2022-06-01 11:10:02 +02:00
Marcus Jaschen
4b5d08e5ed
fix for #494 ( #550 )
...
If a way segment contains more than one `surface` tags (e.g.
`surface=*` and `cycleway:surface=*`), the tag best suited for the
current routing type (currently only *cycling* is supported) is
selected.
i.e. if a `cycleway:surface=` tag belongs to the current way segment
it will be used for the analysis exclusively (all other `surface`
tags are skipped from now on).
2022-06-01 11:08:06 +02:00
Norbert Renner
0fc60c1821
Work around iOS 3rd party browser download ( #418 )
...
- use FileReader.readAsDataURL (for iOS Chromium)
- add alternative Download from Server for now until proven in Prod and fixed in iOS Firefox (no i18n)
- replace cloud icons as client-side now
2022-05-28 14:27:32 +02:00
Norbert Renner
1d26949770
Refactor download
2022-05-27 12:16:05 +02:00
Norbert Renner
99a00e5948
Allow empty name with client-side formatting ( #454 )
2022-05-24 22:00:59 +02:00