[mapserver-users] (no subject)

2009-03-23 Thread aditigroup project
How to draw map on user request using database?We are using PostgreSQL database PHP language. ___ mapserver-users mailing list mapserver-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapserver-users

RE: [mapserver-users] mapserver install on solaris

2009-03-23 Thread Nolte, Tim
In general you don't copy your php extension to your web root. You need to copy it to your PHP extensions directory. You'll find what this is set to in your php.ini file. When you try to dynamically load the module it's looking to load it from the php default extensions path and not the web root

Re: [mapserver-users] (no subject)

2009-03-23 Thread Atul Dravid
Please use the documentation provided along with Mapserver... There are plenty of examples to query and draw the map... Basically you need to provide queries in .map file... Thanks, --AD On Mon, Mar 23, 2009 at 1:21 PM, aditigroup project aditi.kolstudygr...@gmail.com wrote: How to draw map

Re: [mapserver-users] (no subject)

2009-03-23 Thread Jeff McKenna
Atul Dravid wrote: Please use the documentation provided along with Mapserver... There are plenty of examples to query and draw the map... Basically you need to provide queries in .map file... Thanks, --AD On Mon, Mar 23, 2009 at 1:21 PM, aditigroup project aditi.kolstudygr...@gmail.com

[mapserver-users] php-mapscript - displaying blank page

2009-03-23 Thread kapilmanoj
Dear users, brbrI am using FGS-mapserver -5.2.1 0n fedora 9. Now i am trying to check the examples of the php-mapscript given in the mapserver site. so as a part of that when i call the browser brbra href=http://localhost:8080/mapfiles/sampletest/htdocs/kerala.php; target=_top

[mapserver-users] nquery against postgis layer

2009-03-23 Thread Fawcett, David
I am banging my head against an nquery request to a postgis based layer. This is on MS 5.2.1 on OSX using William's binaries. I can draw the layer in mode=map, but when I use mode=nquery, the query doesn't return any results and my templates aren't populated properly. I am not passing a point

[mapserver-users] MapServer using GDAL_WMS to access TileCache layer

2009-03-23 Thread Roger André
Hi All, I've created a TileCache layer that's being used to overlay tiles in a Google Maps page. That's working just fine, but I would also like to access this layer via a MapServer WMS call as well. I have tried to setup a GDAL_WMS file that can read the TileCache layer, but am getting

[mapserver-users] Re: [gdal-dev] MapServer using GDAL_WMS to access TileCache layer

2009-03-23 Thread Even Rouault
Roger, your GDAL_WMS xml file is not correct. The format of the URL you use is not consistant with the one expected by the TileService service. You've used the example of TMS service (which really new in GDAL 1.7.0dev SVN only) but the correct format would be exactly what you have commented

[mapserver-users] Re: [gdal-dev] MapServer using GDAL_WMS to access TileCache layer

2009-03-23 Thread Roger André
Hi Even, Thanks for the info. I have updated my GDAL_WMS file to now show: ServerUrlhttp://10.10.10.143/cgi-bin/tilecache-2.04/tilecache.cgi/1.0.0/v2_80m_global/${z}/${x}/${y}.png/ServerUrl Still doesn't work though. gdal_translate -outsize 1% 1% tilecache.xml test.tif Input file size is

RE: [mapserver-users] web development project with mapserver- questions

2009-03-23 Thread Fawcett, David
I sent a simple example to Pablo. When I get a chance, I will put the code up on the MapServer site. David. -Original Message- From: Pablo Romero [mailto:romero...@hotmail.com] Sent: Friday, March 20, 2009 12:52 PM To: david.fawc...@state.mn.us; mapserver-users@lists.osgeo.org Subject:

[mapserver-users] Projection object parameters for UTM to lat-long

2009-03-23 Thread Bistrais, Bob
I am trying to project an object from UTM to lat-long. I cannot get the projection to work, and I suspect it's the parameters for the UTM projection object. I am trying to project from UTM Zone 19N, NAD 1983 to lat-long. Here is my code: $projInObj =

[mapserver-users] gmap demo - map is not displaying

2009-03-23 Thread zizu
hello users... brbrI am a newbie nbsp;to mapserver. i am trying to get the gamp demo to run in my brmachine fedora 9. i have installed FGS- mapserver 5.2.1 a Stand alone environment. brI have done all the steps given in the Gmap demo Installation file. bri have added the AddTypes in the

[mapserver-users] Include directive and mapscript

2009-03-23 Thread Paul Moen
I have found that the method getLayersIndexByGroup(string groupname) does not find layers that are included from a different file. $llist=$map-getLayersIndexByGroup(Political Boundaries); $llist does not contain the indexes of any layers that are in the include file. Once, I copied the

Re: [mapserver-users] Set RASTER layer's black background to transparent

2009-03-23 Thread Rahkonen Jukka
Hi, You need to set OFFSITE into your raster layer definitions, for example if the background colour is black OFFSITE 0 0 0 -Jukka Rahkonen- -Alkuperäinen viesti- Lähettäjä: mapserver-users-boun...@lists.osgeo.org puolesta: adsaero Lähetetty: ti 24.3.2009 0:46 Vastaanottaja: