CityOfPhiladelphia / mapboard

This repo is deprecated. mapboard is no longer used for atlas.phila.gov and cityatlas.phila.gov
29 stars 9 forks source link

How does one remove the Cyclomedia and Pictometry controls from the mapboard? #63

Closed mattyhead closed 7 years ago

mattyhead commented 7 years ago

In the wiki, those includes are noted to be optional, but the overlay controls for each still exist and are become inconvenient. I, at least, have been unable to find a way to configure those away, either in the Mapboard instantiation or baseConfig. Maybe I haven't read deep enough in the source yet...

mattyhead commented 7 years ago

Looking at the 'cleanphl' version, the answer appears to be adding this to the Mapboard object: cyclomedia: { enabled: false }, pictometry: { enabled: false },