[mapserver-dev] Re: MapFile generator?

Mulone mulone at rome.com
Sat Mar 20 14:38:44 EDT 2010


Thanks for your reply.
My point is that we need a structure to load, manipulate and generate
mapfiles similar to an XML/JSON parser.
Something like:

mapfile = new Mapfile( path );
mapfile.getLayer('buildings').setColor( newcolor );
// change structures
mapfile.write( new path );

Probably we don't need to call functions on the server, so I was wondering
if it is possible to extract a smaller library to do this.
We could easily write it ourselves, but it would be a bit of a waste of
time, given that all that logic is already written in mapscript.

Cheers

-----
Mulone
PhD student
-- 
View this message in context: http://n2.nabble.com/MapFile-generator-tp4752655p4769517.html
Sent from the Mapserver - Dev mailing list archive at Nabble.com.


More information about the mapserver-dev mailing list