Tagged Questions
1
vote
1answer
65 views
Win7 Senior users_Which pgRouting and postGIS versions are stable with postgreSQL8.4?
I'm working on a postgreSQL ,postGIS and pgRouting project on Windows 7
I need to work on a stable version (no time for risks), and I can see that many people are asking the same question many ...
0
votes
1answer
143 views
How to store an image in PostgreSQL and display it in an openlayers popup?
This is question regarding storing of image in PostgreSQL and display in openlayers popup through geoserver(using wms service).
PostgreSQL is installed in my virtual machine.
I tried to store image ...
0
votes
0answers
62 views
geoserver PointStacker
I'm trying to implement a clustering solution using geoserver (version 2.3.0 ), for this I'm using the Rendering Transformation Point Stacker and the clustering itself works fine.
However I have ...
0
votes
0answers
127 views
ajax not working with postgresql
I know is a silly question but I thought I should ask since you guys know more about postgresql. Sorry for being analytical, but I think its the only way to make my question clear.
I'm using ...
1
vote
1answer
179 views
Broken image from mapserver, png not rendering
I'm trying to render WMS MapServer data on top of Google Maps using the OpenLayers JS library. My problem arises when I try to render the data as a series of points throughout the New York City area. ...
1
vote
2answers
253 views
How to project a geoJSON file in OpenLayers?
I have a json file well formed. I want to read a json file as a base layer from OpenLayers.
<script type="text/javascript">
var styles = new OpenLayers.StyleMap({
...
2
votes
0answers
122 views
Projecting PostGIS in Openlayers
I have a layer(base layer) with MultiLineString Geometries and now I need to project the layers(overlays) in the base layer from PostGIS using OpenLayers.
However, I got an idea how to project table ...
8
votes
2answers
338 views
Best design for Open Source Python / PostGIS prototype
I am writing a data intensive web application that is delivered through apache. My question is about how to best arrange processing given that there are multiple options.
I have at my disposal ...
1
vote
1answer
289 views
error performing wfs-t insert in postgres 9.1.4
I am getting error performing insert exception while performing wfs-t insert operation when i use postgres 9.1.4 and postgis 2.0. but i get successful insert when using postgres 9.0.1 and postgis ...
0
votes
0answers
86 views
Why does Geoserver save features in wrong projection?
I edit WFS layer with openlayers and after editing save changes. But edited object saved in wrong projection.
At first Geoserver get layer from PostGIS with projection EPSG70066. In geoserver i ...
0
votes
0answers
481 views
Problems with highlight data from database using MapServer WMS and OpenLayers
did someone try highlight features using MapServer and OpenLayers? I tried to create map, where I display layer from MapServer by WMS using OpenLayers. It works, but I cannot highlight features to the ...
1
vote
0answers
186 views
add description to a new polygon and save -> postgres + geoserver + openlayers -> wfs-t insert
actually it is possible to draw a new polygon with openlayers and save it over WFS-T-insert (geoserver wfs-t 1.1.0) in my postgres-db:
var save = new OpenLayers.Control.Button({
title: "Save ...
1
vote
1answer
212 views
Identify functionality using mapserver
I am just creating a simple web application using mapserver. It has the basic pan, zoom in/out functionality. Now what I want to try is to get an identify functional added into it so that when I click ...
2
votes
2answers
2k views
What causes this unexpectedly poor GeoServer/PostGIS/OpenLayers performance?
I am having a tough time making this map run smoothly (play around with it for a bit, you'll see). I have taken a few tips from OSGeo's Making Maps Fast document, but I think there's another issue ...
11
votes
5answers
3k views
How to use ST_Intersection?
Here's a quick summary about what I'm trying to do: I have 3 tables in Postgres, 'a' and 'b', each have a Polygon column, and 'c' has a Point column. What I'm trying to do here is to get the ...

