It sounds like your js file is not being used. Possibly you need to "hard reload" your browser, hold control and click the refresh button. How are you doing development? Are modifications to other js files immediately reflected?
On Sun, Aug 21, 2016 at 12:41 AM, Kishor Kumar Mahato <[email protected] > wrote: > 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. > -- -- 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.
