[mapguide-users] Re: problem with tiled map - shown only in overview window !!!

2011-03-28 Thread Jackie Ng
In your Application Definition xml, do you have more than one Map Definition reference in your Map Group? - Jackie -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/problem-with-tiled-map-shown-only-in-overview-window-tp6214081p6214087.html Sent from the MapGuide Users mail

[mapguide-users] Re: problem with tiled map - shown only in overview window !!!

2011-03-28 Thread Jackie Ng
What does your MapGroup section of your Application Definition xml look like? Secondly, does this Map Definition contain any non-tiled layers? Or is it exclusively tiled layers? - Jackie -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/problem-with-tiled-map-shown-only-in

[mapguide-users] Re: problem with tiled map - shown only in overview window !!!

2011-03-28 Thread Jackie Ng
What widgets are supposed to be in the status bar? From your image, it's hard to really tell. On a different subject, please sign up on the mailing list if you haven't done so already. Registering on nabble != registering for the mailing list. Some non-nabble users will probably be seeing me r

[mapguide-users] Re: problem with tiled map - shown only in overview window !!!

2011-03-28 Thread Jackie Ng
Does your widget set contain a CursorPosition widget named "CursorPosition" and a ViewSize widget name "ViewSize"? Each widget referenced in a container (toolbar, menu, context menu, etc) must point to a widget of that name in the widget set. A common symptom of broken widget references is them no

[mapguide-users] Re: sum of a field on selected items

2011-03-28 Thread Jackie Ng
A high-level overview: In a PHP script, create a MgSelection from your MgMap. Call GetLayers on the MgSelection For each MgLayer in this result, if the layer's name matches the one you're interested in (Agencies), call GetSelectedFeatures on MgSelection using this layer Loop through the MgFeatu

Re: [mapguide-users] Re: sum of a field on selected items

2011-03-28 Thread farouk azzouhri
Hi , thank you jackie for your idea , although I see that it is dificult for me as a beginner :s but , I'll try it !! ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

[mapguide-users] RE: Unable to compile MGOS 2.2 on Linux (newbie)

2011-03-28 Thread ar_gaeta
I gave up on Fedora, because it was impossible for me let recognize for MG the symbolic link created to the libraries. Now I have a operative version of MGOS 2.2 RC4 on my Lubuntu VMWare Machine! I have just a little issue: how is possible to preview the item with MGMaestro on Linux? It is searchin

[mapguide-users] Invitation to connect on LinkedIn

2011-03-28 Thread Liely Imoet
LinkedIn MapGuide, I'd like to add you to my professional network on LinkedIn. - Liely Liely Imoet Help Desk, Admin at Telecomunications Indonesia Confirm that you know Liely Imoet https://www.linkedin.com/e/-eypc63-gltdr7f9-28/isd/2587660716/-VuNuQdL/ -- (c) 2011, Linke

[mapguide-users] Re: sum of a field on selected items

2011-03-28 Thread Jackie Ng
There is a "Listing Selected Parcels" example in the MapGuide Developer's Guide. What I've just outline is a variant of that example, except instead of printing out properties of each selected feature, we are totaling a certain numerical property of each selected feature. - Jackie -- View this m

[mapguide-users] RE: Compile Error: An attempt was made to load a program with an incorrect format.

2011-03-28 Thread airfiol
For anyone looking at this thread, the issue has nothing to do with coordinate systems. in order to avoid confusion, I will restate the issue that myself and another user are having. The issue is as follows: The error "Compile Error: An attempt was made to load a program with an incorrect format.

RE: [mapguide-users] RE: Unable to compile MGOS 2.2 on Linux (newbie)

2011-03-28 Thread Trevor Wekel
Hi Riccardo, Try this Debian package http://download.osgeo.org/mapguide/releases/2.2.0/Beta/mapguideopensource-maestro_2.0.0-4650_i386.deb. You will need to install Mono on Ubuntu before Maestro will work though. apt-get -y install mono-runtime libmono-winforms2.0-cil Regards, Trevor -Or

[mapguide-users] MapGuide 2011 64 bit with a 32 bit Application

2011-03-28 Thread SandraH
Hello, I have a 32 bit application that works with MapGuide 2.0, 2.1 and MapGuide Enterprise 2010. Now I installed MapGuide 2011 (64 bit) on my System. After including the OSGeo.dlls to my application there is an API Pinvoke Error. If I try the DotNetViewersamples (Running in an 64-Bit Applica

Re: [mapguide-users] MapGuide 2011 64 bit with a 32 bit Application

2011-03-28 Thread Nick
we use 64-bits MGE 2011 too and wroks fine. should copy all assemblies under drive:\Program Files\Autodesk\MapGuideEnterprise2011\WebServerExtensions\www\mapviewernet\bin to your app's bin folder and set references. On Mon, Mar 28, 2011 at 8:53 AM, SandraH wrote: > Hello, > > I have a 32

[mapguide-users] Re: MapGuide 2011 64 bit with a 32 bit Application

2011-03-28 Thread SandraH
Hello, I already copied the dll to the bin folder of my application. The problem occurs in my 32-bit Classlibrary. -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/MapGuide-2011-64-bit-with-a-32-bit-Application-tp6215511p6215648.html Sent from the MapGuide Users mailing li

Re: [mapguide-users] Re: MapGuide 2011 64 bit with a 32 bit Application

2011-03-28 Thread Nick
set platform to Any CPU for Cofiguration manager in Visual studio On Mon, Mar 28, 2011 at 9:25 AM, SandraH wrote: > Hello, > > I already copied the dll to the bin folder of my application. The problem > occurs in my 32-bit Classlibrary. > > -- > View this message in context: > http://osgeo-org.1

[mapguide-users] regarding coordinate system

2011-03-28 Thread bjoseph82
Dear all, how can i make my lat long, wgs 84 coordinate system compatible with the coordinate system of the map for mapguide, so that my buffer tool can work?? Please help -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/regarding-coordinate-system-tp6217265p6217265.html

Re: [mapguide-users] regarding coordinate system

2011-03-28 Thread Zac Spitzer
Using Maestro, open the map, it allows you to override the co-ordinate system On Tue, Mar 29, 2011 at 10:57 AM, bjoseph82 wrote: > Dear all, > how can i make my lat long, wgs 84 coordinate system compatible with the > coordinate system of the map for mapguide, so that my buffer tool can work?? >

Re: [mapguide-users] regarding coordinate system

2011-03-28 Thread brenda joseph
Dear all, but if i start using the buffer tool, theres a warning *Warning:* 1 layer was excluded from buffer computation because its coordinate system is incompatible with the coordinate system of the map, or because it has no coordinate system at all how to solve this. On Tue, Mar 29, 2011 at

Re: [mapguide-users] regarding coordinate system

2011-03-28 Thread Zac Spitzer
restating the problem is not going to help solve the problem did you try using Maestro to set the co-ordinate system as I suggested? On Tue, Mar 29, 2011 at 11:22 AM, brenda joseph wrote: > Dear all, > but if i start using the buffer tool, theres a warning > > Warning: 1 layer was excluded from

Re: [mapguide-users] regarding coordinate system

2011-03-28 Thread brenda joseph
yes, i did set the Coordinate Category as Lat Longs and Coordinate System as WGS84 datum, Latitude-Longitude; Degrees (LL84). On Tue, Mar 29, 2011 at 8:25 AM, Zac Spitzer wrote: > restating the problem is not going to help solve the problem > > did you try using Maestro to set the co-ordinate sy

Re: [mapguide-users] regarding coordinate system

2011-03-28 Thread Zac Spitzer
ok, it really helps if you take the time to explain in detail what you do, out of interest, what was the map coming up as before you overrode the CS ? now you need to check that the map layer feature sources have a CS defined z On Tue, Mar 29, 2011 at 11:31 AM, brenda joseph wrote: > yes, i di

[mapguide-users] Re: regarding coordinate system

2011-03-28 Thread Jackie Ng
Do you have any layers pointing to a feature source with no coordinate systems defined? This is what the buffer tool is raising a warning about. - Jackie -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/regarding-coordinate-system-tp6217265p6217353.html Sent from the MapGu

Re: [mapguide-users] regarding coordinate system

2011-03-28 Thread brenda joseph
ok, start from create new source, and i use shp load procedure, create the layer and after that create the map and set the coordinate system. after that generate the layout. when i try to browse it everything seems ok, i can see all the xy and also the scale at the bottom , but when i try to use th

Re: [mapguide-users] Re: regarding coordinate system

2011-03-28 Thread brenda joseph
Jackie, yes jackie, when i point to my shp layer there is no coordinate system defined. why is that so?? please advice On Tue, Mar 29, 2011 at 8:48 AM, Jackie Ng wrote: > Do you have any layers pointing to a feature source with no coordinate > systems defined? This is what the buffer tool is ra

[mapguide-users] Re: regarding coordinate system

2011-03-28 Thread Jackie Ng
It could be that there is no prj file that's part of the shape file (deceptive name. A shape file has multiple files!) or the prj file could not be parsed into a valid coordinate system. If there's no prj file, you could open the offending Feature Source in Maestro or MG Studio and upload the miss

Re: [mapguide-users] Re: regarding coordinate system

2011-03-28 Thread brenda joseph
o my God..thanks Jackie..everything seems working now...ye..thanks everybody On Tue, Mar 29, 2011 at 10:17 AM, Jackie Ng wrote: > It could be that there is no prj file that's part of the shape file > (deceptive name. A shape file has multiple files!) or the prj file could > not > be parsed i