Fixed typo

This commit is contained in:
Gabriel Pérez-Cerezo 2020-04-15 13:20:28 +02:00
parent 19435b1d99
commit fa39762e5e
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ load_tiles("Satellite (2019-05-04, wrong coords)", 'world-2019-05-04');
//load_svg("Test", "./overlay.svg", 0);
load_geojson("Cities", "./geojson/cities.json", "city", "red");
load_geojson("Stations", "./geojson/stations.json", "train", "blue");
load_geojson("Stations", "./geojson/shops.json", "shopping-cart", "green");
load_geojson("Shops", "./geojson/shops.json", "shopping-cart", "green");
L.control.scale().addTo(mymap);