Re: [mapguide-users] Tooltip on the marker

2008-08-11 Thread Kenneth Skovhede, GEOGRAF A/S
I assume you fill out the resourceID somehow. Although it should work with just a string constant, have you tried with a column name? I'm not sure if tooltips work on data with no primary key, have you tried it on data where there is a primary key? If you try to load the layer manually, and open

Re: [mapguide-users] Create layer from oracle database without spatial data

2008-08-11 Thread Zac Spitzer
is there any reason why your not just converting your data to oracle spatial? http://download.oracle.com/docs/cd/B19306_01/appdev.102/b14255/sdo_objrelschema.htm#CBBFGHAE On Tue, Aug 12, 2008 at 3:03 PM, 0uch <[EMAIL PROTECTED]> wrote: > > > > Hi Max, > > Yes I have tried the way that you told be

Re: [mapguide-users] Create layer from oracle database without spatial data

2008-08-11 Thread 0uch
Hi Max, Yes I have tried the way that you told before, and this is what I see after clicking "show table". http://www.nabble.com/file/p18937853/mgs.jpg I have no idea how to continue in this situation, so I have only one way that use FDO provider for Oracle. Are there any solution for this p

Re: [mapguide-users] Create reports

2008-08-11 Thread lolob
Hope this example help PassData http://www.calcad.com/MGOS/PassData.html http://www.calcad.com/MGOS/PassData.html oamram wrote: > > Hi All, > i am trying to create reports from selected features. i am using MGO 2.0 > with web studio/Maestro with Php. > is there a code example out there i can

RE: [mapguide-users] Tooltip on the marker

2008-08-11 Thread gracecwl
Hi all, I try the method suggested, however, i cant get the desired output. May i know what happen. attached is my .xml file. http://www.nabble.com/file/p18937171/parcelmarker.xml parcelmarker.xml Farah-2 wrote: > > Hi..! > > It is possible to create tooltips for the pushpin markers. All

[mapguide-users] How to show tool tip on the created layer(parcel marker)

2008-08-11 Thread Grace Chai
Hi all, From the Sheboygan example, a 'temporary' layer will created as ParcelMarker, so in that case, how to create a tool tip for the ParcelMarker layer, so that it will show the name of the ParcelMarker. I try to add in the parcelmarker.xml file, but it seems no function. Very appreciate

Re: [mapguide-users] Mouse Cursor Change when over selectable feature?

2008-08-11 Thread Jamo181
If your as good looking as you are helpful and a 6ft blonde I would blow ya a kiss. Cheers :) -- View this message in context: http://www.nabble.com/Mouse-Cursor-Change-when-over-selectable-feature--tp18919987p18935364.html Sent from the MapGuide Users mailing list archive at Nabble.com. _

RE: [mapguide-users] DWF EPLOT Only one Layer can be selectable andhave data

2008-08-11 Thread Berdel, Brian
I am experiencing the same issue. Thanks, Brian -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Scott Hameister Sent: Monday, August 11, 2008 3:51 PM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] DWF EPLOT Only one Layer can be selecta

[mapguide-users] DWF EPLOT Only one Layer can be selectable and have data

2008-08-11 Thread Scott Hameister
I Went through and Used the Plot to DWF code "EPLOT.PHP" to create DWF output. My DWF opens just fineHowever a few Odd things in their behaviourIt only allows me to have one layer that is selectable for getting Object Properties from. In my map I have PLSS/Section corners that are selecta

Re: [mapguide-users] Mouse Cursor Change when over selectable feature?

2008-08-11 Thread Kenneth Skovhede, GEOGRAF A/S
The "tooltips" use a call named "QUERYMAPFEATURES". Its input includes a geometry object (usually a small polygon around the cursor). When called, the function returns a Xml file describing the features that intersects the input geometry object. Fortunately "QUERYMAPFEATURES" also accepts a pa

Re: [mapguide-users] How to export a WebLayouts toolbox and menu configuration

2008-08-11 Thread Kenneth Skovhede, GEOGRAF A/S
If you right click the WebLayout after it has been created, you can choose something like "Save to Xml...". This is the xml file. From Studio, you cannot restore the file, but you have 2 options: 1. Go to: http://localhost/mapguide/mapagent/index.html Click "Resource" (top-left) and "SetResource

[mapguide-users] Create reports

2008-08-11 Thread oamram
Hi All, i am trying to create reports from selected features. i am using MGO 2.0 with web studio/Maestro. is there a code example out there i can use, or some direction that willhelp me set one. Thanks, Omer. -- View this message in context: http://www.nabble.com/Create-reports-tp18931256p18931

[mapguide-users] Map or Layer Preview don't show the Geometry

2008-08-11 Thread Alexander Fischer
Hi, I'm working with MapGuide Open Source (2.0.1), MapGuide Maestro and King.Oracle (0.7.4). The Dataconnection works and I created a map and a Layer where I attached a Geometry with polylines. Also I edited the Layer style and the initial map view but when I tried the Preview the browser showed on

[mapguide-users] PHP is not working

2008-08-11 Thread Ed Jobe
Hello, I'm new to mgos. Here's the problem I'm having. I'm just getting started setting mgos on my server. I'm running ms server 2008 with IIS7. I can't get cgi or php to work. I installed the win installer and followed the pdf that explains the extra steps for setting up on IIS7, but it still w

Re: [mapguide-users] Using .NET Api to connect from a different Machine

2008-08-11 Thread Zac Spitzer
http://trac.osgeo.org/mapguide/ticket/659 On Tue, Aug 12, 2008 at 3:13 AM, Zac Spitzer <[EMAIL PROTECTED]> wrote: > I have just hit this as well... using the java api with coldfusion. > > Johann, can you file a bug? > > z > > On Fri, Jul 18, 2008 at 12:21 AM, Kenneth Skovhede, GEOGRAF A/S > <[EMAI

Re: [mapguide-users] Using .NET Api to connect from a different Machine

2008-08-11 Thread Zac Spitzer
I have just hit this as well... using the java api with coldfusion. Johann, can you file a bug? z On Fri, Jul 18, 2008 at 12:21 AM, Kenneth Skovhede, GEOGRAF A/S <[EMAIL PROTECTED]> wrote: > AFAIK, it should work then. > Do you have both port 2812 and 2811 open on both machines? > > Since you ar

RE: [mapguide-users] Select 2 objets and pass variable

2008-08-11 Thread MapasCatastro
thanks andy!!! Andy Morsell wrote: > > This will do what you need. See http://www.calcad.com/MGOS/PassData.html > > Andy Morsell, P.E. > Spatial Integrators, Inc. > www.SpatialGIS.com > > > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Mapa

RE: [mapguide-users] Select 2 objets and pass variable

2008-08-11 Thread Andy Morsell
This will do what you need. See http://www.calcad.com/MGOS/PassData.html Andy Morsell, P.E. Spatial Integrators, Inc. www.SpatialGIS.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MapasCatastro Sent: Monday, August 11, 2008 9:27 AM To: mapguide-us

[mapguide-users] Select 2 objets and pass variable

2008-08-11 Thread MapasCatastro
Hi list my question is: in my map select a parcel for ex. and pass url my key, ../mapguide/report.php?key=01 E3 0371 0006 but to select 2 or 3 parcels not have idea for pass my key. i try to create a report a varius parcels for ex. somebody helpme thanks a lot and sorry for

RE: [mapguide-users] How to zoom to coordinates

2008-08-11 Thread Andy Morsell
How about creating a selection of the objects and then use ExecuteMapAction(10) instead? This will zoom to the selection. Andy Morsell, P.E. Spatial Integrators, Inc. www.SpatialGIS.com -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Dragan Podvezanec S

[mapguide-users] wrong file names in DevGuideSamples.zip

2008-08-11 Thread Sylvain Pasche
Hi, In the DevGuideSamples.zip archive, available at http://download.osgeo.org/mapguide/releases/2.0.1/samples/DevGuideSamples.zip, all the file names are in upper case. However, the .html or .php files require some file to be in mixed case. For getting the PHP samples to work on Linux, I did the

[mapguide-users] Inserting features in PostGIS fails

2008-08-11 Thread isca
Hello, I am trying to insert features into PostGIS, but for some reason this does not seem to work. Please find below a snippet of the code I am using: Dim geometryFactory As New MgGeometryFactory Dim coordinateCollection As New MgCoordinateCollection() Dim wktReaderWriter As New

Re: [mapguide-users] How to export a WebLayouts toolbox and menu configuration

2008-08-11 Thread stoff
Hi, where do I find the target XML File? Where can I place the a new modified XML File to be reloaded by MapGuide Studio...? Bes regards, stoff >then merge the toolbox/contextmenu/task sections from the source XML file >into the target XML, then reload the modified XML file for the layout

[mapguide-users] How to zoom to coordinates

2008-08-11 Thread Dragan Podvezanec
Hi all. I have custom query which returns different objects from different layers. I know boundary coordinates of this objects (minx,miny,maxx,maxy), but I don't see any function to zoom to this known extents. Can this be done and is there any example? What I'm trying to do now is to calculate di