Add streets Geojson
This commit is contained in:
parent
3d0e8ae95d
commit
828e1edf28
@ -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("Courts", "./geojson/courts.json", "balance-scale", "black");
|
||||||
load_geojson("Waterway", "./geojson/waterway.json", "water", "darkblue");
|
load_geojson("Waterway", "./geojson/waterway.json", "water", "darkblue");
|
||||||
load_geojson("Train Depots", "./geojson/depots.json", "wrench", "violet");
|
load_geojson("Train Depots", "./geojson/depots.json", "wrench", "violet");
|
||||||
|
load_geojson("Streets", "./geojson/streets.json", "street", "blue", 0);
|
||||||
|
|
||||||
L.control.scale().addTo(mymap);
|
L.control.scale().addTo(mymap);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user