Add streets Geojson

This commit is contained in:
Markus Koch 2020-04-17 22:00:50 +02:00
parent 3d0e8ae95d
commit 828e1edf28
1 changed files with 1 additions and 0 deletions

View File

@ -168,6 +168,7 @@ load_geojson("CW Complexes", "./geojson/cw_complexes.json", "border-all", "black
load_geojson("Courts", "./geojson/courts.json", "balance-scale", "black");
load_geojson("Waterway", "./geojson/waterway.json", "water", "darkblue");
load_geojson("Train Depots", "./geojson/depots.json", "wrench", "violet");
load_geojson("Streets", "./geojson/streets.json", "street", "blue", 0);
L.control.scale().addTo(mymap);