currently I am trying to use a WCS as an overlay for a leaflet map.
I already found https://github.com/domoritz/leaflet-maskcanvas which is able to display raster data.
My Question is: Is there a way to just add a WCS-URL and tell leaflet which data to display? Probably without an additional leaflet plugin?
Or can someone tell me another way to visualize WCS-Data in a map with js?
Asked
Active
Viewed 1,115 times
3
user27874
- 312
- 3
- 20
Andreas Stein
- 31
- 2
-
A WCS exposes raw data, is there no WMS you could use instead? – user27874 Mar 12 '17 at 10:17
1 Answers
0
This Leaflet plugin will let you display WCS as a layer in Leaflet.
https://github.com/stuartmatthews/Leaflet.NonTiledLayer.WCS/blob/master/NonTiledLayer.WCS.js
A. Mort
- 278
- 4
- 12