Re: [mapguide-users] Regarding Shape file

2009-07-22 Thread sathishpsk9
Hi kenneth , About Shape File loading a have a few more doubts 1) Upload the file to the desired server folder which folder i have to use either Pakages folder or Repositories/Library/DataFile or can i write any folder of my wish I had wrote to D:\Library 2) Create a featuresource

[mapguide-users] [FIREFOX 3.5] Double click bug?

2009-07-22 Thread David Hequet
Hi, I'm experiencing a strange issue only on Firefox 3.5 ("only firefox 3.5" mean that i don't have this issue on IE6,7,8, Chrome and Firefox 3) and Ajax viewer. I override the ajaxmappane.tmpl's OnDblClick function (or simply add an "alert") and it works perfectly. But when i activate some laye

Re: [mapguide-users] Regarding Shape file

2009-07-22 Thread Kenneth Skovhede, GEOGRAF A/S
It looks right, but I think the FeatureName should be: SHP_Schema:india_st (I have not used the SHP provider though, so I may be wrong). Try to see if the error log has any messages. C:\Program Files\MapGuideOpenSource2.0\Server\Logs\error.log For (1), you can use any folder you like, as long a

[mapguide-users] Adding Layers programmatically using java

2009-07-22 Thread Jai Prakash Mansukhani
Hi all, I am novice to Mapguide so please can somebody help me understand the logic of how to add a layer to a map using a java code. Basically this is what i am try doing. I have 8 out of which 7 are being shown on the map when it loads. Now i am provide a url button, by clicking on this button

Re: [mapguide-users] Adding Layers programmatically using java

2009-07-22 Thread Zac Spitzer
there aren't so many examples for java, but the api is pretty 100% much the same for php and .net... have a look here on the slightly hidden mapguide wiki... out of interest have you seen it before? http://trac.osgeo.org/mapguide/wiki/CodeSamples z On Thu, Jul 23, 2009 at 12:34 AM, Jai Prakash

RE: [mapguide-users] Select features on map load

2009-07-22 Thread GreenMapSanMiguel
Hi, I'm attaching the file executed by my hidden script frame in the hopes that it will bring me good karma and someone will help me fix the problems I'm having with Fusion. I stumbled my way through this when I was learning MapGuide so there are probably better ways to do it - but it works!

[mapguide-users] Adding Layers programmatically using java

2009-07-22 Thread Jai Prakash Mansukhani
Hi all, I am novice to Mapguide so please can somebody help me understand the logic of how to add a layer to a map using a java code. Basically this is what i am try doing. I have 8 out of which 7 are being shown on the map when it loads. Now i am provide a url button, by clicking on this butt

[mapguide-users] Problem with MgSelection's GetSelectedFeatures

2009-07-22 Thread Tom Lazo / Stygy
Hi, Well, srry about my last post, quiet stupid...dun worry..i erased it. Ok, i'm using the MgSelection as it follows include ("Common.php"); include('../../common/php/Utilities.php'); include('Utilities.php'); $featureService = $siteConnection->Cre

[mapguide-users] MapGuide dev tools of choice?

2009-07-22 Thread Jackie Ng
Hi All, I was wondering what editors / tools you use (pref. free or open source) for MapGuide Application Development? In particular, what tools do you use for PHP / Java APIs? For me .net is easy (Visual Studio / Web Developer Express), but for the other languages I have to resort to (notepad

Re: [mapguide-users] Regarding Shape file

2009-07-22 Thread sathishpsk9
Hi Kenneth Skovhede Thanks for your timely reply. 1.It looks right, but I think the FeatureName should be: SHP_Schema:india_st Ya your are right . now changed it to SHP_Schema:india_st 2.For (1), you can use any folder you like, as long as the web app has write access, and MapGuide has read a

Re: [mapguide-users] Regarding Shape file

2009-07-22 Thread sathishpsk9
Hi Kenneth Skovhede Very Good Morning.. You can ignore my previous post ... Ya your right the problem is about that " SHP_Schema" . I think mapguide could find this schema . so now i checked my other shape file layer definition which i created using Maestro ..and found that as "Default:ind

Re: [mapguide-users] MapGuide dev tools of choice?

2009-07-22 Thread sathishpsk9
Hi Jackie Ng I use Visual studio for my application.I have a question for you ... Have you created a setup and depoloyment of a web apllication that use mapguide for map functionality ? If yes please do guide me in that direction . Thanks & Regards, Satish Kumar -- View this message in contex

Re: [mapguide-users] MapGuide dev tools of choice?

2009-07-22 Thread Jackie Ng
No I haven't but if your app resides in a folder inside MapGuide's web root directory, you can zip that up and copy it across to the same directory in your production MapGuide installation, make a asp.net application out of that directory, and it should just work. - Jackie sathishpsk9 wrote: >

RE: [mapguide-users] MapGuide dev tools of choice?

2009-07-22 Thread sco...@mpowerinnovations.com
Dont use free jackie..use coldfusion...but use notepad++ as well..generally translate the over noun/verbi/object over declaration from the best source be it dll/java/php to my advantage -Original Message- From: Jackie Ng Sent: Wednesday, July 22, 2009 7:36 PM To: Subject: [mapguide-us

Re: [mapguide-users] Problem with MgSelection's GetSelectedFeatures

2009-07-22 Thread Jackie Ng
Have you tried using the MgMap(MgSiteConnection) constructor? I get a feeling the selection you've created assumes the map was created with this constructor. Note that if you do change constructors, you should be calling the overloads of Open(), Create() and Save() without the service parameters.

RE: [mapguide-users] MapGuide dev tools of choice?

2009-07-22 Thread sco...@mpowerinnovations.com
Been intrigued by .net maybe 2 tied 2 what i know or just love 2 much my flexibility to mix my languages -Original Message- From: Jackie Ng Sent: Wednesday, July 22, 2009 7:36 PM To: Subject: [mapguide-users] MapGuide dev tools of choice? Hi All, I was wondering what editors / tools

RE: [mapguide-users] MapGuide dev tools of choice?

2009-07-22 Thread Jackie Ng
If I knew coldfusion maybe... But I don't, and because it's not free there isn't a compelling reason (for me) to learn it. - Jackie Flipper wrote: > > Dont use free jackie..use coldfusion...but use notepad++ as > well..generally translate the over noun/verbi/object over declaration from > the

[mapguide-users] deployment

2009-07-22 Thread T.kiran kumar reddy
hi i am developing webapplication using mapguide os 2.0 , VS2005 and my system configaration is p4 3.06hz ,1gb ram,160gb hdd .i already deployed the normal webapplication without using mapguide.is there any difference between normal web application deployment and web application with mapguide?can

Re: [mapguide-users] Regarding Shape file

2009-07-22 Thread Kenneth Skovhede, GEOGRAF A/S
If you get no errors, there are a number of things that can go wrong. 1) The coordinate system is wrong 2) The data is outside the map 3) The layer does not display the feature (eg. layer is for points, but data only has lines) 4) The display style for the feature is empty 5) The layer is not v