Hi, Read this, especially what is said about rasters and tile indexing. http://mapserver.gis.umn.edu/docs/howto/raster_data
-Jukka Rahkonen- > -----Alkuperäinen viesti----- > Lähettäjä: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] Puolesta ramses2k > Lähetetty: 25. syyskuuta 2008 10:30 > Kopio: [email protected] > Aihe: [mapserver-users] Display many Raster maps > > Dear List, > > I got a couple of Rater images (geoTIFF) and I wonder how I > can get them all into one mapserver application. It's > actually a big map composed of many tiles. The mapfile > actually allowas only one TIFF-file to display, or am I > completely wrong? > > thanks, > Clemens / TU Darmstadt > > > > ----- Original Message ----- > From: "Umberto Nicoletti" <[EMAIL PROTECTED]> > To: "Fawcett, David" <[EMAIL PROTECTED]> > Cc: <[email protected]> > Sent: Thursday, September 25, 2008 8:46 AM > Subject: Re: [mapserver-users] python mapscript - creating > vector symbols onthe fly? > > > > David, > > after a quick look it seems that the API is there, although > I am not > > entirely sure whether it is stable or tested. > > > > in pseudocode: > > > > symbol=new symbolObj() > > //set attributes of symbol > > map->symbolset.append(symbol) > > > > Regards, > > Umberto > > > > > > On Wed, Sep 24, 2008 at 10:09 PM, Fawcett, David > > <[EMAIL PROTECTED]> wrote: > >> In Python mapscript, is it possible to construct a vector symbol, > >> like a circle, without referencing a mapfile or a symbolset file? > >> > >> Essentially, build this in code: > >> > >> SYMBOL > >> NAME 'circle' > >> TYPE ELLIPSE > >> POINTS 1 1 END > >> FILLED TRUE > >> END > >> > >> If so, a few lines of code would be greatly appreciated... > >> > >> David. > >> _______________________________________________ > >> mapserver-users mailing list > >> [email protected] > >> http://lists.osgeo.org/mailman/listinfo/mapserver-users > >> > > _______________________________________________ > > mapserver-users mailing list > > [email protected] > > http://lists.osgeo.org/mailman/listinfo/mapserver-users > > _______________________________________________ > mapserver-users mailing list > [email protected] > http://lists.osgeo.org/mailman/listinfo/mapserver-users > _______________________________________________ mapserver-users mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/mapserver-users
