The mapscript tag has no wiki summary.
0
votes
0answers
8 views
Is there a way to tell the supported input formats of libmap.dll without the associated .exe?
I have only compiled Mapscript_csharp and supporting dlls used in a .NET application - not the executables. Is there a way to tell what input / output formats are supported by these dlls?
1
vote
1answer
28 views
PHP Mapscript get feature / shape by index in layer
I upgraded my Mapserver version from 5.6.x to 6.2.0 (yes, big version jump here!) and I am stuck with getting a shapeObj from a layer by simply using its Index (or FID for shapefiles or GID in case of ...
3
votes
2answers
60 views
How to develop a web mapping app to upload, process, and download results?
I would like to make a web mapping application where a user can import their own x-y-z data file, then the application applies filters that I write to it, contours the resulting data, then displays ...
0
votes
1answer
75 views
Why is mapserver layer not showing up in openlayers?
I'm currently setting up a Mapserver/OpenLayers application. My mapscript works fine when i run on mapserver, but my mapserver layer not showing up in openlayers.
this is my mapscript "tangsel.map"
...
1
vote
0answers
57 views
php_mapscript.so not present after Mapserver 6.2.0 compilation
I use this to compile mapserver
cd /opt/
wget http://download.osgeo.org/mapserver/mapserver-6.2.0.tar.gz
tar xvf mapserver-6.2.0.tar.gz
cd mapserver-6.2.0
./configure ...
0
votes
0answers
48 views
map script can not be showed into php
Excuse me, my friend.I want to ask about map script.I want to show map into php.I have created map file.but I have problem in the map script.I have done efforts to repair, but it is still error.Can ...
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
...
6
votes
1answer
312 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
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
445 views
How does mapscript queryByShape work?
I am trying to return the results of queryByShape call from a (large) raster file given a user specified polygon.
For example, when a user plots the following polygon on an openlayers layer as ...
2
votes
1answer
795 views
C# & Mapscript - Setting Environment Variables At Runtime
I am working on an application that makes use of the c# Mapscript bindings. When I manually set and/or append to the GDAL_DATA, GDAL_DRIVER_PATH, PROJ_LIB, and PATH environment variables - the ...
1
vote
0answers
225 views
MapServer inside WordPress Pages/Posts?
I'd like to put maps inside of a wordpress CMS, but I'm running into troubles with the permalink structure ignoring the maps all together...
I have a .htaccess file that will force WordPress to ...
2
votes
1answer
188 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 ...
2
votes
2answers
835 views
WFS - MapServer - ASP.NET
Nowadays i'm working with Mapcript / Mapserver. I would like to know how to used WFS (Web Feature Service) with ASP.NET.
I think i need to use WCF, right?
Is there any tutorial or framework?
...
4
votes
1answer
135 views
How to restore default values in Mapserver?
I'm using Mapscript reading a configuration of my map file, so i set some values in my mapObj. But in certain point of my code i need to restore the default values locate in map file. I tried to use ...