Tagged Questions
0
votes
0answers
46 views
Dynamically generating data for map tiles from Python function
I'm brand-new to GIS and relatively new to web services. I've found a ton of great resources on the web, but I'm having trouble addressing one specific issue:
One of the data layers on my planned map ...
0
votes
0answers
87 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
331 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
199 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 ...
3
votes
3answers
1k 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
573 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# ...