Re: [mapguide-users] Having problem in adding a layer to the map permanently

2009-08-03 Thread sathishpsk9
HI chandany5, Thank you for your quick reply. Can you tell me what is the purpose of using the following code? if ($gotBBox) { $MinXNode= $doc-getElementsByTagName('MinX')-item(0); $MinXNode-nodeValue = $BldgMinX; $MinYNode=

[mapguide-users] Unable load PostGisProvider on Ubuntu 8.04

2009-08-03 Thread Takashige
Hi all, I'm using Mapguide Opensource 2.0.2 on Ubuntu 8.04 Server and it's running fine. But I get CLNT_8_UNABLE_TO_LOAD_LIBRARY error when I try to use PostGisProvider (ver3.3.1). PostgreSQL + PostGis seems running OK because I can create and refer to geospatial-tables on my server. PostGis

Re: [mapguide-users] Unable load PostGisProvider on Ubuntu 8.04

2009-08-03 Thread Zac Spitzer
that an oracle client error, a quick google provided found that answer http://www.google.com.au/search?q=CLNT_8_UNABLE_TO_LOAD_LIBRARY+fdo try either installing the oracle instant client or remove the oracle fdo provider from your providers.xml z On Mon, Aug 3, 2009 at 6:53 PM,

[mapguide-users] error , map is not showing

2009-08-03 Thread T.kiran kumar reddy
hi to everyone, here below i am showing the picture of the problem i got when i debug the my program and i am giving the code in red mark where exception throws ,previously this code working fine but suddenly this error is coming i don't know why? I am using mapguide 2.0 and mastro of the

Re: [mapguide-users] error , map is not showing

2009-08-03 Thread T.kiran kumar reddy
sorry for the inconvience images i posted is not clear i think thats why i again resend the error clearly T.kiran kumar reddy wrote: hi to everyone, here below i am showing the picture of the problem i got when i debug the my program and i am giving the code in red mark where

Re: [mapguide-users] Create Points Layer From Coordinates

2009-08-03 Thread sathishpsk9
HI Mauricio Villablanca Check the Shareable Markups script source code from the Generic Tasks to see how resources are created at runtime. Please can you provide the link for that ... Thanks Regards satish -- View this message in context:

Re: [mapguide-users] Unable load PostGisProvider on Ubuntu 8.04

2009-08-03 Thread Takashige
Hi Zac, Thank you for replying. a quick google provided found that answer Oh, I'm sorry. I didn't notice that. But in my providers.xml, there is no Oracle parts. Thank you. Takashige -- View this message in context:

Re: [mapguide-users] Unable load PostGisProvider on Ubuntu 8.04

2009-08-03 Thread Jackie Ng
The PostGIS provider on Windows requires libpq.dll (The PostgreSQL library) either in the same directory as the provider dlls or in a directory specified in the PATH environment variable. I would imagine the same scenario in Linux. Do you have the directory containing libpq.so in PATH or

Re: [mapguide-users] Regarding Shape file

2009-08-03 Thread sathishpsk9
HI Kenneth Skovhede I found the extents of shp file using fdo connection . and set extents ... still new shape layer doest not appear Just a thought, you are uploading all the required shp files right? like: file.shp file.dbf file.idx etc... ? I do not upload all these

Re: [mapguide-users] Zoom to extent of single selected polygon

2009-08-03 Thread tejaswi
hi, how are you calling this function, on which event are you calling it.Have you checked scale. Even i got the same problem using the file ajaxmappane.I have to try a work around for it; thanksRegards Tejaswi stoff wrote: Hi, I have a problem zooming on polygon extent. I use the

Re: [mapguide-users] error , map is not showing

2009-08-03 Thread Kenneth Skovhede, GEOGRAF A/S
This is the results from searching the error message: http://www.google.dk/search?q=could+not+create+temporary+class Try the first or second hit, and see where it gets you. Regards, Kenneth Skovhede, GEOGRAF A/S T.kiran kumar reddy skrev: hi to everyone, here below i am showing the

Re: [mapguide-users] Regarding Shape file

2009-08-03 Thread Kenneth Skovhede, GEOGRAF A/S
The newer version of Maestro will upload these for you. If you just point to the file, the other files will be in the folder already, which is why it works. I can assure you that having just the SHP file will not work. http://en.wikipedia.org/wiki/Shapefile See the overview: While the term

[mapguide-users] which linux distribution to use with mapguide os

2009-08-03 Thread Christoph Lauber
Hi List I'm absolutely new with mapguide open source and would like to install it on a linux operating system. As I read on http://mapguide.osgeo.org/system_requirements.html fedora and red hat are supported. First I got a little bit confused about the fedora 6 version. Isn't it a quite old

Re: [mapguide-users] Regarding Shape file

2009-08-03 Thread sathishpsk9
HI Kenneth Thanks for reply.Ya your right .i found that other file are generated by mapguide even if we do not uploade them ...but contain no data. I will download the new maestro version . can you please me which new stable version . Thanks Regards Satish -- View

Re: [mapguide-users] which linux distribution to use with mapguide os

2009-08-03 Thread Rock Beans
CentOS On Mon, Aug 3, 2009 at 8:17 AM, Christoph Lauberchristoph.lau...@geoplanteam.ch wrote: Hi List I'm absolutely new with mapguide open source and would like to install it on a linux operating system. As I read on http://mapguide.osgeo.org/system_requirements.html fedora and red hat are

RE: [mapguide-users] initial displacement of map content

2009-08-03 Thread Chris Claydon
Take a look at the Trac ticket: http://trac.osgeo.org/mapguide/ticket/826 And the submission that fixed it: http://trac.osgeo.org/mapguide/changeset/3557 If you make the same changes to your local version of ajaxmappane.templ that are described in the changeset (only 3 lines changed) then it

Re: [mapguide-users] initial displacement of map content

2009-08-03 Thread JC650
This problem is fixed in MG2010. So if you can upgrade, that would fix it for you... at least it did for us. stoff wrote: Hi Chris, great job! That was exactly the problem ... if I activate the propertyctrl, then the displacement does not occur anymore ... I use mapguide enterprise

Re: [mapguide-users] Unable load PostGisProvider on Ubuntu 8.04

2009-08-03 Thread Takashige
Hi Jackie, Thank you for the reply. There's libpq.so.5.1 file in /usr/lib directory, so I added the directory to the PATH variable and rebooted the Server. But it didn't make difference. The result was the same when I spacified the directory in the LD_LIBRARY_PATH. Thanks. Takashige -- View

Re: [mapguide-users] Unable load PostGisProvider on Ubuntu 8.04

2009-08-03 Thread Zac Spitzer
try using ldd to list the dependancies of the fdo files http://linux.about.com/library/cmd/blcmdl1_ldd.htm z On Tue, Aug 4, 2009 at 11:49 AM, Takashigetakashige.nakag...@gmail.com wrote: Hi Jackie, Thank you for the reply. There's  libpq.so.5.1 file in /usr/lib directory, so I added the

Re: [mapguide-users] Unable load PostGisProvider on Ubuntu 8.04

2009-08-03 Thread Takashige
I appreciate your help. I also tried various thing like you said, but no difference was made. Takashige. -- View this message in context: http://n2.nabble.com/Unable-load-PostGisProvider-on-Ubuntu-8.04-tp3376565p3382040.html Sent from the MapGuide Users mailing list archive at Nabble.com.

Re: [mapguide-users] Unable load PostGisProvider on Ubuntu 8.04

2009-08-03 Thread Takashige
Hi Zac, Thank you for for help Actually that was the first thing I did, and I thought it was OK. I've done it again just in case, and the result is below. At the last line of the rusult, it says libPostGISProvider.so (a symbolic link of libPostGISProvider-3.3.0.so) is undefined?