Trelle / morisoliver

Online Mapping Program
0 stars 0 forks source link

Allow basemap list to be customized #175

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently the basemaps dropup can be available or not.  This enhancement deals 
with the actual list of what's in the dropup.  For certain viewers we may not 
want to display the entire list. 

Original issue reported on code.google.com by Aleda.Fr...@state.ma.us on 12 Sep 2012 at 7:19

GoogleCodeExporter commented 8 years ago
r381 addresses this issue.  Please note that you MUST change ALL control 
.php's.  If you don't the app will not launch.

Something like this:

      var availableBase       = [
         'custom'
        ,'googleSatellite'
        ,'googleTerrain'
        ,'googleRoadmap'
        ,'googleHybrid'
        ,'openStreetMap'
        ,'bingRoads'
        ,'bingAerial'
        ,'bingHybrid'
        ,'CloudMade'
        ,'TopOSM-MA'
      ];
      var defaultBase         = 'googleSatellite';

Original comment by cpl...@gmail.com on 26 Oct 2012 at 6:44

GoogleCodeExporter commented 8 years ago

Original comment by cpl...@gmail.com on 26 Oct 2012 at 6:55

GoogleCodeExporter commented 8 years ago

Original comment by Aleda.Fr...@state.ma.us on 30 Oct 2012 at 6:02