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

META-INF.resources.geojsf.OpenLayersLoader.js Maven / Gradle / Ivy

// This is only loading the OpenLayers external sources.   

var fileref=document.createElement('script');
fileref.setAttribute("src", "http://openlayers.org/api/OpenLayers.js");
fileref.setAttribute("type","text/javascript");
document.getElementsByTagName("head")[0].appendChild(fileref);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy