Versions Compared

Key

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

...

Code Block
languagejs
titlecreateMap Example
liteMap.createMap('atMap', { 
        mapSource: 'Workshop/AllMaps', 
        layers: 'Primary _Schools,Secondary _Schools',
        view: {easting:495553, northing:175654, zoom:2000},
		geoRSS: {
			url: 'http://www.somesite.co.uk/geoRSSurl.rss',
			style: 'newStyle',
			popupSize: { w: 250, h: 200 },
			popupType: 'anchored',
			customPopup: true
		}
});

...