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
Right now, I'm passing URL strings to react map gl/deck.gl. It would reduce the complexity of nst-guide/osm-liberty-topo to have only two styles: the default (style.json) and the hybrid (style-hybrid.json). I should be able to switch between png/webp, meters/feet, and insert the aerial/fstopo layers in JS code instead of manually doing those ahead of time in the JSON styles.
I'd still want a style-hybrid.json because some layers are styled differently above the aerial imagery.
The text was updated successfully, but these errors were encountered:
Right now, I'm passing URL strings to react map gl/deck.gl. It would reduce the complexity of nst-guide/osm-liberty-topo to have only two styles: the default (
style.json
) and the hybrid (style-hybrid.json
). I should be able to switch between png/webp, meters/feet, and insert the aerial/fstopo layers in JS code instead of manually doing those ahead of time in the JSON styles.I'd still want a
style-hybrid.json
because some layers are styled differently above the aerial imagery.The text was updated successfully, but these errors were encountered: