Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
titleExample
Astun.JS.IncludeJS('lite',function() {
   $('atMap').map = new Astun.JS.Map('atMap',{
   view:{easting:495553, northing:175654, zoom:2000},
      mapSource:'Workshop/AllMaps',
   geoRSS: { 
        url: 'georssurl.rss'
		style: newStyle
		popupSize: new OpenLayers.Size(250, 200)
		popupType: OpenLayers.Popup.Anchored
		customPopup: true
      	}
	});
});

...