[OpenLayers-Users] <ows:Exception exceptionCode="InvalidParameterValue">

Ian Turton ijturton at gmail.com
Mon Jun 7 10:37:51 EDT 2010


On Mon, Jun 7, 2010 at 10:04 AM, giraam <sdjbm17 at gmail.com> wrote:
>
> Hello people!
>
> I need some help to understand this error when inserting a new point through
> a WFS vector layer.
>

Basically you are telling the server that your point is in lat/lon
(EPSG:4326) but you are lying to it and it caught you out. Your points
are well out side the limits for points in degrees (-90,90 and
-180,180). To fix this you need to know what projection your points
are in - then use that code in place of 4326.

Ian
-- 
Ian Turton



More information about the Users mailing list