[mapserver-users] itemquery mode with mapserver 6.4.1

2014-07-16 Thread Leehan
Hello,

I m looking for an example of mapserver application using itemquery mode
successfully.
I'd like to study the mapfile and validation part, and the template.
Because i can't set this functionnality for now.
Can anyone help please ? 



--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/itemquery-mode-with-mapserver-6-4-1-tp5151332.html
Sent from the Mapserver - User mailing list archive at Nabble.com.
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


[mapserver-users] How to combine all included map files in to one production map file.

2014-07-16 Thread Moen, Paul T.
Is there an easy way to combine all included map files into a single map file?  
The includes make it easy to organize the map file, but I want to combine all 
of them into one map file that will be used for debug or production.

The only thing I found related to what I want is specifically listed in the 
documentation at http://www.mapserver.org/mapfile/include.html, but it has no 
information on how to build a production map file.

Performance does not seem to be seriously impacted with limited use, however in 
high performance instances you may want to use includes in a pre-processing 
step to build a production mapfile.

Thanks,

Paul
___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] How to combine all included map files in to one production map file.

2014-07-16 Thread TDS

Hello,

look for mapserver-utils / basemaps package = 
https://github.com/mapserver/basemaps


Bye, Mathias

mailto:t...@tds-net.de

1+1=10
You have a question? - 42 or RTFM.
Am 16.07.2014 18:14, schrieb Moen, Paul T.:
Is there an easy way to combine all included map files into a single 
map file?  The includes make it easy to organize the map file, but I 
want to combine all of them into one map file that will be used for 
debug or production.


The only thing I found related to what I want is specifically listed 
in the documentation at http://www.mapserver.org/mapfile/include.html, 
but it has no information on how to build a production map file.


Performance does not seem to be seriously impacted with limited use, 
however in high performance instances you may want to use includes in 
a pre-processing step to build a production mapfile.


Thanks,

Paul


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users


___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users

Re: [mapserver-users] How to combine all included map files in to one production map file.

2014-07-16 Thread Lime, Steve D (MNIT)
Another easy way is using MapScript. Just open the mapfile and then save it. 
Here’s the perl version:

#!/usr/bin/perl

use mapscript;

$map = new mapscript::mapObj('compass.map');
$map-save('compass_prod.map');

Steve

From: mapserver-users-boun...@lists.osgeo.org 
[mailto:mapserver-users-boun...@lists.osgeo.org] On Behalf Of TDS
Sent: Wednesday, July 16, 2014 11:54 AM
To: Moen, Paul T.; mapserver-users@lists.osgeo.org
Subject: Re: [mapserver-users] How to combine all included map files in to one 
production map file.

Hello,

look for mapserver-utils / basemaps package = 
https://github.com/mapserver/basemaps
Bye, Mathias

mailto:t...@tds-net.de

1+1=10
You have a question? - 42 or RTFM.
Am 16.07.2014 18:14, schrieb Moen, Paul T.:
Is there an easy way to combine all included map files into a single map file?  
The includes make it easy to organize the map file, but I want to combine all 
of them into one map file that will be used for debug or production.

The only thing I found related to what I want is specifically listed in the 
documentation at http://www.mapserver.org/mapfile/include.html, but it has no 
information on how to build a production map file.

Performance does not seem to be seriously impacted with limited use, however in 
high performance instances you may want to use includes in a pre-processing 
step to build a production mapfile.

Thanks,

Paul




___

mapserver-users mailing list

mapserver-users@lists.osgeo.orgmailto:mapserver-users@lists.osgeo.org

http://lists.osgeo.org/mailman/listinfo/mapserver-users

___
mapserver-users mailing list
mapserver-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapserver-users