Skip to content

Commit aa93e6f

Browse files
authored
Merge pull request #390 from ClojureCivitas/pedestrian-counts-4
pedestrian-counts - changed map tiles
2 parents 2125c5f + 933fa5a commit aa93e6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/gis/pedestrian_counts.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ ped-data
128128
14))]
129129
(-> js/L
130130
.-tileLayer
131-
(.provider "Stadia.AlidadeSmooth")
131+
(.provider "CartoDB.Positron")
132132
(.addTo m))
133133
(-> js/L
134134
(.marker (clj->js input-center))

0 commit comments

Comments
 (0)