The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
22 views

AutoDesk Infrastructure Studio - How to enable POST for WFS services?

I'm attempting to get feature info with the following url: SERVICE=WFS&REQUEST=DescribeFeatureType&VERSION=1.1.0&TYPENAME=ns75382197:MAPSHEET_GRID With many, many typenames listed after ...
2
votes
1answer
64 views

Is it possible to post process iPhone GPS data?

Is there software available for post processing iPhone based GPS data?
2
votes
1answer
37 views

How to connect Postgis database with/in Remote Servers…?

I am preparing a 'Web based map' application using 'Geoserver-Openlayers-Postgis'... Now, I am trying to connect my Postgis database(located at 10.50.110.11 location) with the following command from ...
1
vote
0answers
59 views

WMS getMap request with POST and XML

It's possible to make WFS queries by POSTing query as XML. Does GeoServer support this also for WMS getMap request? If yes, I'm looking for information on XML syntax for such query. Sounds like a ...
3
votes
2answers
98 views

Convert a UK postal code to a city name?

is there any service to convert a UK postal code to a city name? Does one postal code always map to one city, or to more than one? Is there a free web service to do this conversion for me? Thanks.
0
votes
1answer
200 views

How to setup proxy and use “POST” method when executing Geoprocessing Service in ArcGIS Server Javascript API

I am passing five featuresets to a ArcGIS Server Javascript API. When I do that I get 'Deferred Object not defined error'. Then I tried to use dojo.Deferred(). At that point the error goes away. But ...
1
vote
1answer
82 views

estimated population around a point qgis

I have a shapefile with points distributed in a polygon. The points are post office locations within a census district. How can I estimate if the post office is a representation of the concentration ...
4
votes
1answer
133 views

ArcObjects IConflictsWindow3 not seeing version reconciliation conflicts

We are working on a reconcile and post add-in for one of our departments. I'm able to successfully complete the task if there are no conflicts or if I specify which version 'wins'. We would like to ...
0
votes
1answer
82 views

Projection Transformations [duplicate]

Possible Duplicate: How can I measure area from geographic coordinates? I created my spatial tables in WGS-84 with SRID:4326, I want to transform them to UTM Projection to measure length ...
0
votes
2answers
3k views

Sending xml post request to geoserver

This may be simple question but I can't get started. This tutorial from pen state university has xml request <wfs:GetFeature service="WFS" version="1.0.0" outputFormat="GML2" – we would like ...
4
votes
2answers
1k views

How to send long JSON objects (polygon geometry, table rows) in POST request to Geoprocessing Service?

I am seeking to understand my options for sending long JSON objects in a request to a Geoprocessing Service. In particular, I am looking for some example code to illustrate how to include two long ...
3
votes
2answers
387 views

Logging incoming request HTTP headers in GeoServer

I have a GeoServer 2.0.2 and I send POST requests using mobile devices. I would like to see how the incoming POST request HTTP headers are formatted, especially what kind of character encoding and ...