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 909c1e80 Recursively register the watch service to make it work with 
deep directory structures
     add d9d59c45 Improve naming and filters

No new revisions were added by this update.

Summary of changes:
 basemap/layers/aeroway/{polygon.js => fill.js}     |  0
 basemap/layers/boundary/line.js                    |  1 +
 basemap/layers/building/extrusion.js               |  1 +
 basemap/layers/building/shape.js                   |  6 +++-
 basemap/layers/highway/bridge_line.js              |  5 ++-
 basemap/layers/highway/bridge_outline.js           |  5 ++-
 basemap/layers/highway/construction_line.js        |  1 +
 .../{pedestrian_area.js => highway_fill.js}        |  2 +-
 basemap/layers/highway/highway_line.js             |  3 +-
 basemap/layers/highway/highway_outline.js          |  3 +-
 basemap/layers/highway/tunnel_line.js              |  5 ++-
 basemap/layers/highway/tunnel_outline.js           |  5 ++-
 basemap/layers/landuse/background.js               |  1 +
 basemap/layers/landuse/overlay.js                  |  1 +
 basemap/layers/leisure/nature_reserve.js           | 38 ----------------------
 basemap/layers/man_made/bridge.js                  |  1 +
 basemap/layers/man_made/pier_line.js               |  6 +++-
 basemap/layers/natural/background.js               |  1 +
 basemap/layers/natural/overlay.js                  |  1 +
 basemap/layers/natural/tree.js                     |  4 ++-
 basemap/layers/natural/trunk.js                    |  2 +-
 basemap/layers/natural/water.js                    | 37 ---------------------
 basemap/layers/power/background.js                 |  2 +-
 basemap/layers/power/cable.js                      | 12 +++----
 basemap/layers/railway/line.js                     |  5 ++-
 basemap/layers/railway/tunnel.js                   |  5 ++-
 basemap/layers/route/style.js                      |  1 +
 basemap/layers/waterway/{polygon.js => area.js}    |  0
 basemap/style.js                                   | 14 ++++----
 29 files changed, 60 insertions(+), 108 deletions(-)
 rename basemap/layers/aeroway/{polygon.js => fill.js} (100%)
 rename basemap/layers/highway/{pedestrian_area.js => highway_fill.js} (93%)
 delete mode 100644 basemap/layers/leisure/nature_reserve.js
 delete mode 100644 basemap/layers/natural/water.js
 rename basemap/layers/waterway/{polygon.js => area.js} (100%)

Reply via email to