Re: [Geoserver-users] Cascading WMS Issue

2013-09-01 Thread Guan Wang
Hi Shawn, Since you have cascading wms, are you sure the remote wms server that provides data for your request supports the projection from espg:900913 to epsg:4326? BTW, you may want to replace 900913 with 3857 instead. 3857 is the formal epsg code for google and other web mapping apps. >From

Re: [Geoserver-users] GeoServer 2.1.X WFS Support on Google Projection

2013-05-25 Thread Guan Wang
s the returning coordinates, it is a smart idea to ask GeoServer do it for you by specifying srsName parameter in the WFS GET. Well, OL can do it on the fly at the client side too though. Have a great long weekend! Guan - Original Message - From: "Andrea Aime" To: "Guan

Re: [Geoserver-users] GeoServer 2.1.X WFS Support on Google Projection

2013-05-24 Thread Guan Wang
amp;maxfeatures=1 The correct code is EPSG:3857. However, with all data reprojection into EPSG:3857 in not possible because the system is valid only between -85 - +85 degrees latitude. -Jukka Rahkonen- Guan Wang wrote: Hi, Does anyone know if GeoServer 2.1.3 supp

[Geoserver-users] GeoServer 2.1.X WFS Support on Google Projection

2013-05-24 Thread Guan Wang
Hi, Does anyone know if GeoServer 2.1.3 supports WFS reprojection on EPSG:3758? WMS service obviously does. But, I have trouble to make it work on WFS. If I switch to epsg:4326, everything works just fine. Thanks, Guan ---

Re: [Geoserver-users] Enabling only WMS on selected layers

2013-03-11 Thread Guan Wang
et; Simone Giannecchini Subject: Re: [Geoserver-users] Enabling only WMS on selected layers On Mon, Mar 11, 2013 at 8:23 PM, Guan Wang wrote: Or, you can set up user-based authentication on per layer basis for WMS and WFS. Say, you could publish layer A as WMS and then set a password for layer A for WFS

Re: [Geoserver-users] Enabling only WMS on selected layers

2013-03-11 Thread Guan Wang
Hi Ivan, As Andrea indicated: you can completely disable WFS services on GeoServer. Or, you can set up user-based authentication on per layer basis for WMS and WFS. Say, you could publish layer A as WMS and then set a password for layer A for WFS. By doing so, you disable the access of WFS

Re: [Geoserver-users] Serving Raster using GDAL with GeoServer

2013-03-08 Thread Guan Wang
are working better? Please, let me know. Best Regards, Daniele On Tue, Feb 19, 2013 at 7:37 PM, Guan Wang wrote: Hi, I have trouble to serve raster through GDAL extension with GeoServer. I tried the same raster with ERDAS img and ArcGrid formats. Both of them were displayed correctly in

Re: [Geoserver-users] overlay postgis layers on google maps

2013-03-07 Thread Guan Wang
Hi Khaoula, Then you need to publish your postgis layer in geoserver through wms and add it on top of google base map through google.maps.ImageMapType. Make sure you use the url for GeoWebCache instead of geoserver wms url directly. You will have to tweak the coordinates you get from google

Re: [Geoserver-users] Outside of (-180, 180) error during saving Vector feature

2013-02-27 Thread Guan Wang
Hi 华杰, If your coordinates are in lat/lon, try to map them from (0,360) to (-180, 180) and try again. Thanks, Guan - Original Message - From: "杨华杰" To: openlayers-us...@lists.osgeo.org, "Geoserver" Sent: Wednesday, February 27, 2013 9:45:01 PM Subject: [Geoserver-users] Outside of (

[Geoserver-users] Serving Raster using GDAL with GeoServer

2013-02-19 Thread Guan Wang
Hi, I have trouble to serve raster through GDAL extension with GeoServer. I tried the same raster with ERDAS img and ArcGrid formats. Both of them were displayed correctly in ArcMap and can be gdalinfo on the server hosting GeoServer. However, neither of them worked with GeoServer. Adding them