First of all sorry if my English isn't good.
I'm trying to add a layer into an OpenLayers 3 map. This one is which I want to insert:
new ol.layer.Image({ name: 'cartografia', style: 'cartografia', visible: true, source: new ol.source.ImageWMS({ url: 'http://www.geo.euskadi.net/arcgis/services/U11_AGS_WMS_Cartografia/MapServer/WMSServer?', params: { 'LAYERS': '1', 'STYLES': 'default' }, serverType: 'geoserver' }) }) When I go to http://www.geo.euskadi.net/arcgis/s...a/MapServer/WMSServer?request=getcapabilities into the browser, I can see the xml, but I'm not able to insert the layer
What I'm doing wrong?
أكثر...
I'm trying to add a layer into an OpenLayers 3 map. This one is which I want to insert:
new ol.layer.Image({ name: 'cartografia', style: 'cartografia', visible: true, source: new ol.source.ImageWMS({ url: 'http://www.geo.euskadi.net/arcgis/services/U11_AGS_WMS_Cartografia/MapServer/WMSServer?', params: { 'LAYERS': '1', 'STYLES': 'default' }, serverType: 'geoserver' }) }) When I go to http://www.geo.euskadi.net/arcgis/s...a/MapServer/WMSServer?request=getcapabilities into the browser, I can see the xml, but I'm not able to insert the layer
What I'm doing wrong?
أكثر...