RE: [mapguide-users] MapGuide v2.1 - Cannot select features on the map

2009-06-08 Thread miansi
I just went through refreshing dataconnection, layer, map, reloading my app – no errors in Error.log. That’s why I said that I see repeatable errors, but I cannot find out what it is triggering them. I assume if it would be the data – I should see an error every time I am making an attempt to g

Re: [mapguide-users] MapGuide v2.1 - Cannot select features on the map

2009-06-08 Thread Zac Spitzer
there's probably been a change in the fdo provider since 2.0.2 end of the day, your getting a very clear error from your database layer via FDO, as such it doesn't seem to be a mapguide issue per se whats the WKT for the geom causing the error? z On Tue, Jun 9, 2009 at 4:50 PM, miansi wrote: >

RE: [mapguide-users] MapGuide v2.1 - Cannot select features on the map

2009-06-08 Thread miansi
Exactly the same data works fine in MG v2.0.2 From: zspitzer (via Nabble) [mailto:ml-user+1569-572190...@n2.nabble.com] Sent: Tuesday, June 09, 2009 12:49 AM To: Sinelnikov, Andrei Subject: Re: [mapguide-users] MapGuide v2.1 - Cannot select features on the map the error message is rather

Re: [mapguide-users] MapGuide v2.1 - Cannot select features on the map

2009-06-08 Thread Zac Spitzer
the error message is rather clear, it looks like your data is corrupt? On Tue, Jun 9, 2009 at 4:45 PM, miansi wrote: > > Hello, > > We are using MG v2.0.2 with SQL 2008. > > I just install MG 2.1 and cannot resolve selection problem - layers drawn on > the map, but selection not working. I am usin

[mapguide-users] MapGuide v2.1 - Cannot select features on the map

2009-06-08 Thread miansi
Hello, We are using MG v2.0.2 with SQL 2008. I just install MG 2.1 and cannot resolve selection problem - layers drawn on the map, but selection not working. I am using SRID 4269. I believe it has something to do with coordinate system or scale, but I do not know how to fix it: http://n2.nabble

[mapguide-users] RE: MgLocalizer.GetString Buffer

2009-06-08 Thread Berdel, Brian
I figured it out...I was missing MgLocalizer.SetLocalizedFilesPath(Request.ServerVariables("APPL_PHYSICAL_PATH") + "..\localized\") Thanks, Brian From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of

[mapguide-users] RE: MgLocalizer.GetString Buffer

2009-06-08 Thread Berdel, Brian
Exception Details: System.NullReferenceException: Object reference not set to an instance of an object. Source Error: Line 124: Line 125:classDef.SetName(featureName) Line 126: classDef.SetDescription(MgLocalizer.GetString("BUFFERCLASSDESCR", locale)) Line 127:

[mapguide-users] MgLocalizer.GetString Buffer

2009-06-08 Thread Berdel, Brian
I keep getting object not set to instance of an object when trying to create a Buffer Layer in .net at the following lines Brian Berdel Applications Development Manager McMahon Associates, Inc. 425 Commerce Drive, Suite 200 Fort Washington, Pennsylvania 19034 p: 215.283.9444 x 260 f: 215.283

RE: [mapguide-users] Maestro - RenderRuntimeMap questions

2009-06-08 Thread Jason Birch
Hi Scott, The vast majority of your Windows users will be using 96dpi, which is the Windows default (at least up to Vista; haven't tried 7). You can change this on a PC-by-PC basis by going into the display control panel and changing the "font size" to 120 dpi, but I haven't come across many

RE: [mapguide-users] Maestro - RenderRuntimeMap questions

2009-06-08 Thread Scott Hameister
Ive always been wondering WHY the default is 96 dpi? Most monitors do much better than that...and thus scale is never accurate as displayed in the viewer. We can read how many pixels wide a users window is, is it just that its utterly impossible to tell How many inches those pixels translate too o

Re: [mapguide-users] Maestro - RenderRuntimeMap questions

2009-06-08 Thread djonio
Kenneth, I removed the previous version and installed the preview version. blahblah3911 if memory serves. All went well. Yes, it appears that I now have the version you noted. All works well. Thank you ... r, dennis -- View this message in context: http://n2.nabble.com/Maestro-%E2%80%93-Rende

Re: [mapguide-users] Maestro - RenderRuntimeMap questions

2009-06-08 Thread Kenneth Skovhede, GEOGRAF A/S
Try using the MaestroAPI from the latest preview or compile from source. I can't remember when the format parameter was introduced, but the signature for the method should be: RenderRuntimeMap(string resourceId, double x, double y, double scale, int width, int height, int dpi); RenderRuntimeMap(

RE: [mapguide-users] Maestro - RenderRuntimeMap questions

2009-06-08 Thread djonio
Kenneth, I am using the MaestroAPI. public Stream RenderRuntimeMap( string resourceId, double x, double

[mapguide-users] Re: zoom polygon prob

2009-06-08 Thread saloua wakrim
2009/6/8 saloua wakrim > hi all! i've application wich allow user to select polygon on map, on clic > on polygon i change polygon color, now i want to allow this user to zoom to > this polygon selected with manner wich proportionnal to his action on his > mouse, and that he can augment and reduc

[mapguide-users] change selection color

2009-06-08 Thread saloua wakrim
hi ! i've read the documentation you gove me and tried to apply it for changing selection color : format of my "ajaxmappane.templ" (or function wich concerning me) is function RequestMapImage(reqId) { url = webAgent + "?OPERATION=GETDYNAMICMAPOVERLAYIMAGE&FORMAT=PNG&VERSION=1.0.0&SESSION=" +

[mapguide-users] zoom polygon prob

2009-06-08 Thread saloua wakrim
hi all! i've application wich allow user to select polygon on map, on clic on polygon i change polygon color, now i want to allow this user to zoom to this polygon selected with manner wich proportionnal to his action on his mouse, and that he can augment and reduce this zoom to polygon he selects

Re: [mapguide-users] prob with GetSelectionXml()

2009-06-08 Thread saloua wakrim
ok thanks,i'll try do it and restart mapguide server,thanks any way 2009/6/8 Kenneth Skovhede, GEOGRAF A/S > What version of MG are you using? > I have not used the AJAX viewer for some time, so I can't offer you any > advice. > If you get no responses, try posing a fresh question, as the curren

Re: [mapguide-users] Saving a point to map permanently

2009-06-08 Thread saloua
i don't know how do you create it but i think with using "Session://" so if you want to keep it permanentlly on your map you must use "Library://layerDefinition" instead of session when your create your layer and feature source and you can use mapguidestudio for see all time your feature s

[mapguide-users] Saving a point to map permanently

2009-06-08 Thread sathishpsk9
Hi all, I could successfuly add a point to map . But i want to add permanently to the map .. any ideas . Thanks & Regards , Satish -- View this message in context: http://n2.nabble.com/Saving-a-point-to-map-permanently-tp3041754p3041754.html Sent from the MapGuide Users

Re: [mapguide-users] re: Google maps integration with mapguide

2009-06-08 Thread Zac Spitzer
did you search the list archives first? On Mon, Jun 8, 2009 at 5:19 PM, girish kumar bv wrote: > Hi all, > > Has anyone been successful in integration mapguide with google maps. Plz > provide neeceesary procedure/code for successful overlay of mapguide on > google maps. Any help is appreciated > >

[mapguide-users] re: Google maps integration with mapguide

2009-06-08 Thread girish kumar bv
Hi all,Has anyone been successful in integration mapguide with google maps. Plz provide neeceesary procedure/code for successful overlay of mapguide on google maps. Any help is appreciated ___ mapguide-users mailing list mapguide-users@lists.osgeo.org h

Re: [mapguide-users] Create of Deployment Of a Mapguide application

2009-06-08 Thread sathishpsk9
Hi Kenneth Skovhede, Thank you very much.I will try out this and let you know how it works... Have a great day ahead.. Thanks & Regards Satish ___ -- View this message in context: http://n2.nabble.com/Create-of-Deployment-Of

Re: [mapguide-users] prob with GetSelectionXml()

2009-06-08 Thread Kenneth Skovhede, GEOGRAF A/S
What version of MG are you using? I have not used the AJAX viewer for some time, so I can't offer you any advice. If you get no responses, try posing a fresh question, as the current subject will not attract attention from the people likely to have the answer to this. Regards, Kenneth Skovhede