[MAPSERVER-USERS] Pass parameters to mapfile

2008-11-07 Thread S.Reena
I am using the following data in my mapfile DATA "the_geom from ( select * from customised_point AS f where user_id='userid' AND f.subcat_id IN (select subcat_id from subcat_info where maincat_id =0))AS foo USING UNIQUE gid" I want the userid ( used in the above query) to be passed to map file

[MAPSERVER-USERS] point,polygon and line layers in single map file

2008-11-06 Thread S.Reena
Hi All, Is it possible to make a single map file having all the three types of layers ( point, polygon and line) and if yes how to store that in geometry_columns table in postgresql which gives duplication error ? -- View this message in context: http://www.nabble.com/point%2Cpolygon-and-line-

[MAPSERVER-USERS] Dynamic Labeling of maps

2008-10-07 Thread S.Reena
Hi All, Is it possible to put labels on map dynamically ..with sum button click or something ..I know that using Labelrequires "0"/"1" is used to set labels as off/on in map file...but thats static ..can we set this value dynamically from some code elsewhere . Thanks in advance :) Cheer

[MAPSERVER-USERS] Dynamic Labeling of maps

2008-10-07 Thread S.Reena
Hi All, Is it possible to put labels on map dynamically ..with sum button click or something ..I know that using Labelrequires "0"/"1" is used to set labels as off/on in map file...but thats static ..can we set this value dynamically from some come elsewhere . Cheers, Reena. -- View thi

[MAPSERVER-USERS] problem with map.zoomToExtent

2008-08-09 Thread S.Reena
hv split in 4 parts ...the thing is if i alert these values in that function..its working..but i i do like map.zoomToExtent(new OpenLayers.Bounds(str1,str2,str3,str4)) where str1 etc contain the passed values.. this doesn't work.. Can any1 help? Cheers, S.Reena -- View this

Re: [MAPSERVER-USERS] Display of polygon in map

2008-07-28 Thread S.Reena
here it is..I have tried using gid ,srid etc..n its still not working :( LAYER NAME gps_polygon STATUS on TYPE polygon CONNECTIONTYPE POSTGIS CONNECTION "host=localhost dbname=gps_data user=abc password=xyz port=5432" DATA "newgeom FROM gps_polygon

Re: [MAPSERVER-USERS] Display of polygon in map

2008-07-28 Thread S.Reena
LAYER NAME gps_polygon STATUS on TYPE polygon CONNECTIONTYPE POSTGIS CONNECTION "host=localhost dbname=gps_data user=postgres password=postgres port=5432" DATA "newgeom FROM gps_polygon USING UNIQUE gid" LABELCACHE on #LABELITEM 'na

[MAPSERVER-USERS] Display of polygon in map

2008-07-27 Thread S.Reena
Hi All, I had a shape file with point features which I had aggregated into polygon and formed a table with gid, newgeom and name attributes. Now that polygon is getting displayed as postgis layer in Quantum GIS but but somehow its not getting displayed in map...Can anyone suggest something? Che

[MAPSERVER-USERS] blur backgroung map when pop up appears

2008-07-08 Thread S.Reena
I am displaying a map on html page..i want that on some pop up window to appear over map on some eventn this should blur the map on backgroundhow to do this? -- View this message in context: http://www.nabble.com/blur-backgroung-map-when-pop-up-appears-tp18336965p18336965.html Sent f