Tagged Questions
0
votes
0answers
84 views
problem in loading python mapscript
i have installed python mapscript but when i'm trying to import it in IDLE by giving
import mapscript
command , an error is being displayed
Traceback (most recent call last):
File "", line 1, in
...
1
vote
2answers
312 views
Python Mapscript 6.0.1 layer.getShape API
I am attempting to follow the mapscript example described here - http://trac.osgeo.org/mapserver/wiki/RasterQuery
but ran into some trouble with
s = layer.getShape(result.shapeindex, ...
2
votes
1answer
194 views
OWSLib vs shp2img output of MapServer Layer
I'm working on a map layout engine using Python and ReportLab and have come across a problem and was wondering if anyone can give me some insight.
Scenerio:
I'm trying to generate an image using ...
2
votes
3answers
943 views
Using Mapscript to create a mapfile from scratch
Following a few online tutorials I have seen, I am trying to create a mapfile from scratch using mapscript. However, when I try to create the layer object, I get an error in the init of mapscript.py; ...
4
votes
2answers
568 views
Maturity of Mapserver mapscript C# bindings?
I've been thinking about possibly porting an internal custom GIS application built on top of Python / PyQt / Mapscript / GDAL-OGR / PostGis to C#.
I was wondering about the maturity of the C# ...