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

org.gwtopenmaps.openlayers.client.control.AttributionOptions Maven / Gradle / Ivy

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


/**
 * @author Edwin Commandeur - Atlis EJS
 *
 */
public class AttributionOptions extends ControlOptions {

	/**
	 * String used to separate layers (from OL docs).
	 *
	 * Default separator is ", ".
	 */
	public void setSeparator(String separator){
		getJSObject().setProperty("separator", separator);
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy