Versions Compared

Key

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

...

Code Block
languagejs
titlecreateMap Example
// start the map
soloMap.createMap('atMap', { 
		themeName: 'base', 
		mapSource: 'Workshop/AllMaps',
		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
		}
});

...