From: Romain B. <bod...@gm...> - 2011-09-02 13:50:08
|
Hi everyone, Since I'm using OpenLayers, I'm using the basic WMS URL and layers as followed : WMSParams wmsParams = new WMSParams(); wmsParams.setLayers("basic"); WMS wmsLayer = new WMS("WMS Layer", "http://labs.metacarta.com/wms/vmap0", wmsParams); But does it exists a layer and/or an URL which display place-names (continents, countries, roads, etc...) ? Thank you in advance. Romain |