I am just getting into OL3 from a GIS background - I don't have much of a programming background.
I am trying to use WMS layers from inspire in an OL3 app (http://www.geostore.com/environment-agency/WebStore?xml=environment-agency/xml/inspireDataWms.xml)
I have used the tutorial below as a start and I can get that working but I can't get an inspire WMS layers to work.
http://astuntechnology.github.io/osgis-ol3-leaflet/ol3/README.html
I am using Qgis for the gis work and I have checked the wms works in that fine.
Code for the layer I have tried
var lyr_NationalParksEngland = new ol.layer.Tile({ source: new ol.source.TileWMS(({ url: http://www.geostore.com/OGC/OGCInte...1&INTERFACE=ENVIRONMENT&LC=400000000000000000, params: {"LAYERS": "eainspire2011-wms-nationalparks_eng_inspire", "TILED": "true"}, })), title: "National Parks (England)" });
أكثر...
I am trying to use WMS layers from inspire in an OL3 app (http://www.geostore.com/environment-agency/WebStore?xml=environment-agency/xml/inspireDataWms.xml)
I have used the tutorial below as a start and I can get that working but I can't get an inspire WMS layers to work.
http://astuntechnology.github.io/osgis-ol3-leaflet/ol3/README.html
I am using Qgis for the gis work and I have checked the wms works in that fine.
Code for the layer I have tried
var lyr_NationalParksEngland = new ol.layer.Tile({ source: new ol.source.TileWMS(({ url: http://www.geostore.com/OGC/OGCInte...1&INTERFACE=ENVIRONMENT&LC=400000000000000000, params: {"LAYERS": "eainspire2011-wms-nationalparks_eng_inspire", "TILED": "true"}, })), title: "National Parks (England)" });
أكثر...