This is an automated email from the ASF dual-hosted git repository.
bchapuis pushed a change to branch road-width
in repository https://gitbox.apache.org/repos/asf/incubator-baremaps.git
from 79f19f45 Clean unused file and fix trunk width
add 4e4d8e97 Improve highways by interpolating line width
No new revisions were added by this update.
Summary of changes:
basemap/layers/aerialway/style.js | 2 +-
basemap/layers/aeroway/line.js | 8 +-
basemap/layers/aeroway/polygon.js | 2 +-
basemap/layers/amenity/background.js | 4 +-
basemap/layers/highway/bridge_line.js | 24 ++---
basemap/layers/highway/bridge_outline.js | 40 ++++----
basemap/layers/highway/construction_dash.js | 115 -----------------------
basemap/layers/highway/construction_line.js | 29 ++++--
basemap/layers/highway/highway_dash.js | 103 --------------------
basemap/layers/highway/highway_line.js | 141 ++++++++++++++++++++++------
basemap/layers/highway/highway_outline.js | 53 +++++------
basemap/layers/highway/tunnel_line.js | 24 ++---
basemap/layers/highway/tunnel_outline.js | 43 ++++-----
basemap/layers/railway/line.js | 26 ++---
basemap/layers/railway/prepare.sql | 2 +-
basemap/layers/route/prepare.sql | 2 +-
basemap/style.js | 9 +-
basemap/themes/default.js | 69 ++++++++++----
basemap/utils/utils.js | 76 ++++++++++++++-
19 files changed, 361 insertions(+), 411 deletions(-)
delete mode 100644 basemap/layers/highway/construction_dash.js
delete mode 100644 basemap/layers/highway/highway_dash.js