All Questions
3 questions
1
vote
2
answers
2k
views
How do I install PostgreSQL + PostGIS + MapServer + Python-MapScript on Ubuntu 12.04 LTS w/o compiling from source?
This question is similar to How to have PostGIS 2.1 and the Python osgeo library installed together without compiling from source?
but I couldn't figure out how to ask a follow-up question.
I am ...
7
votes
1
answer
1k
views
Filling a polygon with lines using Postgis
I need to calculate a specific distance in an area. The distance is calculated from parallel lines in a polygon, And I need to find out how many parallel lines (with x meters distance to each other) ...
1
vote
1
answer
389
views
Mapscript - PostGis Error
I'm doing a spatial query, but I always get an error:
"msPOSTGISLayerGetShape(): Query
error. msPOSTGISLayerGetShape called
on unopened layer (layerinfo = NULL)"
This is my code:
layerObj ...