#332: permit to use TMS layers as baselayers
----------------------------+-----------------------------------------------
Reporter: landry | Owner: geonetwork-devel@…
Type: enhancement | Status: new
Priority: minor | Milestone: v2.7.0
Component: Web Map Viewer | Version: v2.6.0
Keywords: |
----------------------------+-----------------------------------------------
So far we can only use WMS layers as baselayers in mapViewer.. this is
great but slow with complex map/photo layers. For performance reasons it'd
be great if we could use TMS layers too with fixed scales, and then also
decide the scale/unit of the whole ol map.
Maybe smth like
{{{
<mapViewer>
<scales>x,y,z</scales>
<units>m</units>
<layers>
<layer type=TMS server=tmsurl options="{ layername: 'ortho', type:
'jpeg'}"/>
<layer type=WMS server=wmsurl params="{ layername: 'commune', format:
'image/png'}" options="{isBaseLayer:false}"/>
<layers>
</mapViewer>
}}}
If there's any interest into that enhancement, maybe i can try to
implement it...
--
Ticket URL: <http://trac.osgeo.org/geonetwork/ticket/332>
GeoNetwork opensource Developer website <http://trac.osgeo.org/geonetwork>
GeoNetwork opensource is a standards based, Free and Open Source catalog application to manage spatially referenced resources through the web. It provides powerful metadata editing and search functions as well as an embedded interactive web map viewer. This website contains information related to the development of the software.