I wanna change default bing map to OpenStreet Map as  arches-hip 
documentation <http://arches-hip.readthedocs.io/en/latest/customization/> 
"http://arches-hip.readthedocs.io/en/latest/customization/"; 
but not success


While am changing file 

my_hip_app/my_hip_app/media/js/map/base-layers.js

it's not get any changes on browser even alert and console

    
i have added 

baseLayers.push({
        id: 'osm',
        name: 'OpenStreetMap',
        icon: arches.urls.media + 'img/map/google_streets.jpg',
        layer: new ol.layer.Tile({
          source: new ol.source.OSM(),
          visible: false
        })
    });

    alert('acbd');
    console.log(baseLayers, 'baseLayers')


but not get any changes

please help me :)

Regards, 
Kishor Kumar Mahato

-- 
-- To post, send email to [email protected]. To unsubscribe, send 
email to [email protected]. For more information, 
visit https://groups.google.com/d/forum/archesproject?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Arches Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to