org.gwtopenmaps.openlayers.client.control.AttributionOptions Maven / Gradle / Ivy
/**
*
*/
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