[Geoserver-users] FW: Co-ordinate conversion

Please can someone tell me how to convert values returned from a wfs request through a url into Lat Lon values?

At present values are returned as EPSG:27700 with OS Northings and Eastings values.

Any help would be greatly appreciated.

On a different note is there a compelling argument to use PostGIS opposed to SQL server in a VERY Microsoft based organisation.

Regards

David Alvey

Digital & Web Development Team
Chief Executives
Derbyshire County Council

Think before you print! Save energy and paper. Do you really need to print this email?

Derbyshire County Council works to improve the lives of local people by delivering high quality services. You can find out more about us by visiting ‘www.derbyshire.gov.uk’. If you want to work for us go to our job pages on ‘www.derbyshire.gov.uk/jobs’. You can register for e-mail alerts, download job packs and apply on-line.


Please Note
This email is confidential, may be legally privileged and may contain personal views that are not the views of Derbyshire County Council. It is intended solely for the addressee. If this email was sent to you in error please notify us by replying to the email. Once you have done this please delete the email and do not disclose, copy, distribute, or rely on it.
Under the Data Protection Act 1998 and the Freedom of Information Act 2000 the contents of this email may be disclosed.

Derbyshire County Council reserves the right to monitor both sent and received emails.


Hi,
Perhaps you want to add "srsname=urn:ogc:def:crs:EPSG:4326"

http://demo.opengeo.org/geoserver/wfs?service=wfs&version=1.1.0&request=getfeature&typename=topp:states&srsname=urn:ogc:def:crs:EPSG:4326&maxfeatures=1

-Jukka Rahkonen-

________________________________
Alvey,David wrote:

Please can someone tell me how to convert values returned from a wfs request through a url into Lat Lon values?

At present values are returned as EPSG:27700 with OS Northings and Eastings values.

Any help would be greatly appreciated.

On a different note is there a compelling argument to use PostGIS opposed to SQL server in a VERY Microsoft based organisation.

Regards

David Alvey

Digital & Web Development Team
Chief Executives
Derbyshire County Council

Think before you print! Save energy and paper. Do you really need to print this email?

Derbyshire County Council works to improve the lives of local people by delivering high quality services. You can find out more about us by visiting 'www.derbyshire.gov.uk'. If you want to work for us go to our job pages on 'www.derbyshire.gov.uk/jobs'. You can register for e-mail alerts, download job packs and apply on-line.

________________________________

Please Note
This email is confidential, may be legally privileged and may contain personal views that are not the views of Derbyshire County Council. It is intended solely for the addressee. If this email was sent to you in error please notify us by replying to the email. Once you have done this please delete the email and do not disclose, copy, distribute, or rely on it.
Under the Data Protection Act 1998 and the Freedom of Information Act 2000 the contents of this email may be disclosed.

Derbyshire County Council reserves the right to monitor both sent and received emails.

________________________________

On Fri, May 31, 2013 at 10:15 AM, Alvey,David (Chief Executives) <
David.Alvey@anonymised.com> wrote:

Please can someone tell me how to convert values returned from a wfs
request through a url into Lat Lon values?

If you want them lat/lon:
http://localhost:8080/geoserver/ows?service=WFS&version=1.1.0&request=GetFeature&typeName=
<yourlayer>&srsName=urn:ogc:def:crs:EPSG:4326
If you want them lon/lat:
http://localhost:8080/geoserver/ows?service=WFS&version=1.1.0&request=GetFeature&typeName=
<yourlayer>&srsName=EPSG:4326

See also:
http://docs.geoserver.org/latest/en/user/services/wfs/basics.html#axis-ordering

On a different note is there a compelling argument to use PostGIS opposed
to SQL server in a VERY Microsoft based organisation.

The PostGIS store is the most mature one, the SQLServer one is "last kid on
the block", but growing.
If you look for free support the first has a higher chance of getting
answers (more people using it, more devs
familiar with it), if you look for commercial support both are well
supported

Cheers
Andrea

--

GeoServer training in Milan, 6th & 7th June 2013! Visit
http://geoserver.geo-solutions.it for more information.

Ing. Andrea Aime
@geowolf
Technical Lead

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054 Massarosa (LU)
Italy
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 339 8844549

http://www.geo-solutions.it
http://twitter.com/geosolutions_it

-------------------------------------------------------

Hi David,
Hi from your neighbours just over the border (plus 5 miles).

We’re using GeoServer with Oracle (we’re a joint Oracle and MS house), but are interested in moving toward PostGIS as a long-term goal. It wouldn’t really save any money for us as the authority will still be spending through the nose for Oracle for other services.
One other advantage to PostGIS is that it is supported by much more Open Source software than the proprietary solutions - QGIS has only just acquired Oracle support for instance, there are better tools for loading OpenStreetMap to it etc.

See also: http://stackoverflow.com/questions/3743632/gis-postgis-postgresql-vs-mysql-vs-sql-server - although the comparisons are dated (PostGIS is at 2.0, I imagine there’s a newer SQL Server too)

Regards,
Jonathan
(Warwickshire County Council)

On 31 May 2013 08:15, Alvey,David (Chief Executives) <David.Alvey@anonymised.com> wrote:

Please can someone tell me how to convert values returned from a wfs request through a url into Lat Lon values?

At present values are returned as EPSG:27700 with OS Northings and Eastings values.

Any help would be greatly appreciated.

On a different note is there a compelling argument to use PostGIS opposed to SQL server in a VERY Microsoft based organisation.

Regards

David Alvey

Digital & Web Development Team
Chief Executives
Derbyshire County Council

Think before you print! Save energy and paper. Do you really need to print this email?

Derbyshire County Council works to improve the lives of local people by delivering high quality services. You can find out more about us by visiting ‘www.derbyshire.gov.uk’. If you want to work for us go to our job pages on ‘www.derbyshire.gov.uk/jobs’. You can register for e-mail alerts, download job packs and apply on-line.


Please Note
This email is confidential, may be legally privileged and may contain personal views that are not the views of Derbyshire County Council. It is intended solely for the addressee. If this email was sent to you in error please notify us by replying to the email. Once you have done this please delete the email and do not disclose, copy, distribute, or rely on it.
Under the Data Protection Act 1998 and the Freedom of Information Act 2000 the contents of this email may be disclosed.

Derbyshire County Council reserves the right to monitor both sent and received emails.



Get 100% visibility into Java/.NET code with AppDynamics Lite
It’s a free troubleshooting tool designed for production
Get down to code-level detail for bottlenecks, with <2% overhead.
Download for free and get started troubleshooting in minutes.
http://p.sf.net/sfu/appdyn_d2d_ap2


Geoserver-users mailing list
Geoserver-users@anonymised.comsts.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

This transmission is intended for the named addressee(s) only and may contain sensitive or protectively marked material up to RESTRICTED and should be handled accordingly. Unless you are the named addressee (or authorised to receive it for the addressee) you may not copy or use it, or disclose it to anyone else. If you have received this transmission in error please notify the sender immediately. All email traffic sent to or from us, including without limitation all GCSX traffic, may be subject to recording and/or monitoring in accordance with relevant legislation.