/webportal/src/main/java/au/org/emii/portal/wms/OpenStreetMapSupport.java
http://alageospatialportal.googlecode.com/ · Java · 24 lines · 10 code · 5 blank · 9 comment · 0 complexity · b170caddf635fcf42d85e5319832ee4d MD5 · raw file
- /*
- * javascript to add map
- *
- * layer = new OpenLayers.Layer.OSM( "Simple OSM Map");
- */
- package au.org.emii.portal.wms;
- /**
- *
- * @author brendon
- */
- public class OpenStreetMapSupport {
- private String layerName;
- public String getLayerName() {
- return layerName;
- }
- public void setLayerName(String layerName) {
- this.layerName = layerName;
- }
- }