You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have tileLayer which we subclass as osmLayer for image tiles. This proposes that we add imageTileLayer, and have osmLayer be a subclass of imageTileLayer. imageTileLayer would not set the url, attribution, and tileOffset.
This might also be an opportunity to address the old issue #60, where we could have an object that would contain known tile sets for the osmLayer (which, if any aren't from OpenStreetMap, would continue with the inaccurate naming).
The text was updated successfully, but these errors were encountered:
Currently we have
tileLayer
which we subclass asosmLayer
for image tiles. This proposes that we addimageTileLayer
, and haveosmLayer
be a subclass ofimageTileLayer
.imageTileLayer
would not set theurl
,attribution
, andtileOffset
.This might also be an opportunity to address the old issue #60, where we could have an object that would contain known tile sets for the
osmLayer
(which, if any aren't from OpenStreetMap, would continue with the inaccurate naming).The text was updated successfully, but these errors were encountered: