On Wed, Mar 14, 2012 at 2:00 PM, Mustafa646 <[email protected]> wrote: > i have defined a custom projection (EPSG 3008) in geowebcache and assign a > WMS layer (third party image tile world imagery) to this projection which is > coming from WMS server (Geoserver). In geoserver, that layer is defined in > EPSG 4326 projection. when i will render the map (third party imagery) from > geowebcache in web application, then in which projection, the layer will be > shown, in EPSG 4326 or EPSG 3008? > > Is geowebcache will change the projection from EPSG 4326 to EPSG 3008 ? or > something else will happen? geowebcache will perform a WMS GetMap request in EPSG 3008, GeoSever will take the raw data in EPSG 4326 and reproject on the fly to the requested projection, so that the returned image is as expected. Does that answer your question?
Gabriel > > -- > View this message in context: > http://osgeo-org.1560.n6.nabble.com/Custom-projection-in-GeoWebCache-tp4579000p4579000.html > Sent from the GeoServer - User mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users -- Gabriel Roldan OpenGeo - http://opengeo.org Expert service straight from the developers. ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
