46bit / taesp_maps

Leaflet.js maps for Internet Archaeology.
http://intarch.ac.uk/journal/issue20/4/4_01.htm
0 stars 0 forks source link

Have raster layers available and visible #4

Open 46bit opened 8 years ago

46bit commented 8 years ago

E.g. TOC taesp_39 includes TAESPAerials raster aerial imagery.

46bit commented 8 years ago

Some/all of the aerial imagery TIFFs lack CRS information besides the bizarre fathom unit, and the accompanying .axl files can't be read by OpenGEO or myself. To fix using ESRI software.

46bit commented 8 years ago

Now very important. My new glue code with LeafletJS uses a single WMS request for all layers, and if any requested layers do not exist the request errors out.

46bit commented 8 years ago

The new L.Control.LayerTree does separate WMS requests so this is fine … but we're talking about viewing a map using 400KB at the very minimum per zoom level. I'm not sure how to merge WMS requests without making an unpleasant jump between the old and new WMS.