trivisonno / cycleway-stats

https://trivisonno.github.io/cycleway-stats/map.html
4 stars 0 forks source link

provide additional tile layer inputs for the cross-section tool #46

Open trivisonno opened 1 year ago

trivisonno commented 1 year ago

Example is Cuyahoga County, Ohio provides up-to-date aerials. Maybe some sort of select box that pulls from a db of saved additional tile layer sources?

L.esri.tiledMapLayer({
  url: 'https://gis.cuyahogacounty.us/server/rest/services/IMAGERY/2021_Fall_Aerial/MapServer/',
  zoomOffset: -10,
  maxZoom: 21,
}).addTo(map);

Also need some way for the map to preserve the tile layer choice. Cookies?

trivisonno commented 1 year ago

Related to #26