From: Anthony Talarico Date: Tue, 30 Oct 2018 14:43:43 +0000 (-0400) Subject: reducing the stroke weight of the map borders X-Git-Tag: v1.0.0^2~91 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=cc0a7bf40f8de5f02fc60f88a0ef0cdcf7decbe5;p=WP-Themes%2Fcityofharborsprings.git reducing the stroke weight of the map borders --- diff --git a/parts/map.php b/parts/map.php index 89665e0..984b827 100644 --- a/parts/map.php +++ b/parts/map.php @@ -130,16 +130,16 @@ // var polyline = L.polyline(downtown, {color: '#91311D', weight: 2}).addTo(leafletMap); // var polyline = L.polyline(LittleTraverse, {color: '#91311D', weight: 2}).addTo(leafletMap); - var ltPolygon = L.polygon(LittleTraverse, {color: '#3A727C'}).addTo(leafletMap); + var ltPolygon = L.polygon(LittleTraverse, {color: '#3A727C',weight: 1}).addTo(leafletMap); ltPolygon.setStyle({fillColor: '#3A727C', fillOpacity: .1}); - var wtPolygon = L.polygon(WestTraverse, {color: '#91311D'}).addTo(leafletMap); + var wtPolygon = L.polygon(WestTraverse, {color: '#91311D',weight: 1}).addTo(leafletMap); ltPolygon.setStyle({fillColor: '#91311D', fillOpacity: .1}); - var wtPolygon2 = L.polygon(WestTraverse2, {color: '#91311D'}).addTo(leafletMap); + var wtPolygon2 = L.polygon(WestTraverse2, {color: '#91311D',weight: 1}).addTo(leafletMap); ltPolygon.setStyle({fillColor: '#91311D', fillOpacity: .1}); - var harborSpringsCity = L.polygon(harborSprings,{color: '#02528F'}).addTo(leafletMap); + var harborSpringsCity = L.polygon(harborSprings,{color: '#02528F',weight: 1}).addTo(leafletMap); harborSpringsCity.setStyle({fillColor: '#02528F', fillOpacity: .1}); var ltbInfo = `
Little Traverse Bay is a small bay, 170 feet (55 m) deep, off Lake Michigan in the northern area of the Lower Peninsula of Michigan. The cities of Harbor Springs and Petoskey are located on this bay.
`; "Little Traverse Bay is a small bay, 170 feet (55 m) deep, off Lake Michigan in the northern area of the Lower Peninsula of Michigan. The cities of Harbor Springs and Petoskey are located on this bay."