All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.gwtopenmaps.openlayers.client.layer.OSMOptions Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package org.gwtopenmaps.openlayers.client.layer;

public class OSMOptions extends LayerOptions {

	public OSMOptions(){
		//
	}
	
	public void setDisplayOutsideMaxExtent(boolean value) {
		getJSObject().setProperty("displayOutsideMaxExtent", value);
	}

	public void setWrapDateLine(boolean value) {
		getJSObject().setProperty("wrapDateLine", value);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy