Commit Graph

5 Commits

Author SHA1 Message Date
771704bf15 Add basic support for city outlines
Use with load_geojson(
	"Cities (outline, demo)",
	"./geojson/cities_demo.json",
	"outline",
	"black",
	1,
	style_outlines);
2020-04-25 13:08:14 +02:00
cfeafc11d9 Update street width depending on zoom level 2020-04-20 18:39:48 +02:00
4c5f7f9a85 Do not show label on path for polygons 2020-04-20 18:01:14 +02:00
ba466fe474 leaflet-streets: Improve orientation detection for street names 2020-04-19 22:00:35 +02:00
be65b093a1 Include Leaflet.streetlabels.js in repository 2020-04-19 21:58:35 +02:00