Re: [mapguide-users] Several small lay-out questions

2007-06-07 Thread Jackie Ng
Regarding the decimals, try using 0+property name as your expression. - Jackie martijni wrote: Hey, I'm facing some small lay-out problems that I want to get rid of. As you can see on the screenshot it shows for numbers, six decimals, but ofcourse it should show none. Same for the

Re: [mapguide-users] creating points at runtime / display problem

2007-06-08 Thread Jackie Ng
Hi Hans, I had the same problem too, I submitted this problem ticket on Trac sometime ago and has been fixed. http://trac.osgeo.org/mapguide/ticket/53 The cause was the viewer sample. - Jackie Hans Mörschell wrote: Hallo, the problem I described can be seen also with the

Re: [mapguide-users] GETMAPIMAGE and hide layers/groups

2007-06-08 Thread Jackie Ng
The HIDELAYERS and SHOWLAYERS parameter is a comma-separated list of layer object ids. You can retrieve an MgLayer's object id through its GetObjectId() method. - Jackie Adrià wrote: Does anybody know how to show/hide specific layers or groups when querying an image with the GETMAPIMAGE

Re: [mapguide-users] About tooltip on marker

2007-06-08 Thread Jackie Ng
I think what you have to do is modify the underlying LayerDefinition xml of that push pin layer to incorporate your caption. (You want to seek out the ToolTip/ToolTip portion of the xml, insert your caption there, and save the modified xml) - Jackie akj006 wrote: Hi Everybody, I have

Re: [mapguide-users] Mouse cursor in Ajax viewer

2007-06-11 Thread Jackie Ng
No worries. This issue is now Trac'd http://trac.osgeo.org/mapguide/ticket/197 - Jackie macieksk wrote: thx Jackie! i works great! Maciek ps. i thing in future (MG 1.3?) this can by do i main code. Jackie can you add this to trac of MapGuide?

Re: [mapguide-users] MAPNAME Map.Open

2007-06-27 Thread Jackie Ng
Hi Mark, 1) I use the javascript method and store the map name in a hidden form field so it can be picked up in the Page's Request.Form collection 2) I see a few problems with this code, - You have two sessionid variables with lower and upper s casings. - You are new'ing a MgUserInformation

[mapguide-users] RE: MAPNAME Map.Open

2007-06-28 Thread Jackie Ng
the map.open procedure. Thanks again for the help thus far. -Mark P. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jackie Ng Sent: Wednesday, June 27, 2007 8:55 PM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] MAPNAME

[mapguide-users] RE: Setting Active Selection Using Web API

2007-07-02 Thread Jackie Ng
Hi Mark, It sounds like a cross-scripting problem. Are you sure that your javascript is running under the same hostname? Do you have any references to localhost in your javascript? - Jackie Mark Pendergraft wrote: Okay, I have done more testing And here is something weird.

Re: [mapguide-users] Adding commands to WebLayout at runtime

2007-07-13 Thread Jackie Ng
Hi, You might want to take a look at mainframe.aspx/php/jsp in the mapviewer(net/php/java) directory. The code there creates the javascript/html for the toolbar/taskbar items from the weblayout definition. - Jackie Ismael Cams wrote: Hello, I am looking for a way to add flyout menus to

[mapguide-users] AJAX viewer busy state

2007-07-18 Thread Jackie Ng
Hello all, The old MapGuide viewer had the ability to stop pending requests, and also maintained a busy state that can be queried from javascript. Does the AJAX viewer have such a busy state variable? Is there a way for us to cancel all current mapagent requests from the viewer? - Jackie --

[mapguide-users] RE: map agent documentation?

2007-07-22 Thread Jackie Ng
The map agent is the point of communication for clients to talk to the mapguide server. (emphasis on client. Server-side that's where the API comes in) The AJAX viewer and webstudio use the mapagent to do all of its magic (draw maps, send commands, etc..) If you look at the source code for the

Re: [mapguide-users] Attaching DWG's

2007-07-22 Thread Jackie Ng
Hi there, Only MapGuide Studio can load DWGs directly. Web Studio does not have DETE or similar component (the component that lets you load DWGs) Web Studio can only create SDF and SHP feature sources. If you want to create other feature sources, you have to create a feature source document by

Re: [mapguide-users] Introducing Fusion ...

2007-07-25 Thread Jackie Ng
Hi Paul, Nice work. Look pretty good. Is there a WebLayout-Fusion-0.1.xsd schema available that we could use to validate any WebLayout documents we create? - Jackie Paul Spencer-5 wrote: Hello MapGuide Open Source users and developers, I am very happy to announce that DM Solutions

[mapguide-users] RE: Introducing Fusion ...

2007-07-25 Thread Jackie Ng
I think he means the non-reliance on html frames because, html frames are evil Ivan Milicevic-3 wrote: Frames free??? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jose Manuel C G Sent: Wednesday, July 25, 2007 10:19 AM To:

Re: [mapguide-users] MapInfo problem

2007-07-30 Thread Jackie Ng
Hi Stefan, It sounds like the mapviewerajax virtual directory has not been setup / registered as an application. Are you using Apache or IIS? Does a url like this work for you? http://localhost/mapguide/mapviewerajax/?WEBLAYOUT=Path to a weblayout resource OR

Re: [mapguide-users] Trying to Create a Theme but get Parameter Not Found

2007-08-06 Thread Jackie Ng
Are you using MGOS 1.1 or lower? Studio can't generate themes on secondary table. However, you should be able to create the style rules from the secondary table one-by-one without a problem. - Jackie PhilipM wrote: I am trying to create a theme to a secondary table. I have created the

Re: [mapguide-users] How Can I load SDF

2007-08-09 Thread Jackie Ng
You should check the providers.xml you copied has valid paths for each provider listed inside that file. - Jackie akramany wrote: Thank you Mr.Kenneth , I had added all DLLs in VB.NET reference from MapGuide installation's FDO folder but the same error still there , I think this maybe

Re: [mapguide-users] I can not login to mapguide Administrator Site for first time :(

2007-08-09 Thread Jackie Ng
You installed 1.2 after uninstalling 1.1? Try killing all the php-cgi.exe processes in the Task Manager. They may have been leftovers from the 1.1 installation. - Jackie kuba_debek wrote: Hello So I see many post about this problem but still I can not login to my mapguide Site

Re: [mapguide-users] Mesure area functionality

2007-08-14 Thread Jackie Ng
Hi Alex, I think the simplest way would be to invoke the mapframe's DigitizePolygon() method, which will grab the user input. Trace the area you want to measure. Once the input is complete, post that to a server-side script that will create an MgPolygon from the digitized input, and calculate

Re: [mapguide-users] Introducing Fusion ...

2007-08-16 Thread Jackie Ng
Will Fusion replace or coexist with the existing AJAX viewer in future releases of mapguide? - Jackie Paul Spencer-5 wrote: Hello MapGuide Open Source users and developers, I am very happy to announce that DM Solutions Group will be contributing our Fusion technology to the MapGuide

Re: [mapguide-users] Connecting to remote files using mapagent [please help]

2007-08-22 Thread Jackie Ng
? Thanks in advance connecting to remote files using mapguide, please help Jackie Ng [EMAIL PROTECTED] wrote: Is the remote computer on the same network as the mapguide server? Are the shp files on a network share? If so you can create an unmanaged alias in the MapGuide Site

Re: [mapguide-users] Connecting to remote files using mapagent [please help]

2007-08-22 Thread Jackie Ng
and access shp file in LAN network without using mg studio? Thanks once again, Jackie Ng [EMAIL PROTECTED] wrote: 1. By network, I mean a LAN that is correct. 2. I don't quite understand this question. 3. In the Site Administrator. Go to the Add Alias under Configure external

Re: [mapguide-users] Newbie questions concerning MGE2008 vs. MGOS

2007-08-24 Thread Jackie Ng
1. MGE by default installs to C:\Program Files\Autodesk\MapGuideEnterprise2008\ MGOS by default, installs to C:\Program Files\MapGuideOpenSource MGE uses mapguide2008 as its virtual directory. MGOS uses mapguide as its virtual directory. As a result, you should be able to run both side-by-side

Re: [mapguide-users] Saving a map

2007-08-29 Thread Jackie Ng
Hi, It's very simple. Make a package from your current mapguide server (using the site administrator - manage packages), then copy that package across to the package directory in your target mapguide server and load it using that server's site administrator. - Jackie sweetGemini wrote:

Re: [mapguide-users] Saving a map

2007-08-29 Thread Jackie Ng
You can view the map by entering. http://servername/mapguide/mapviewerajax/?WEBLAYOUT=path to your web layout resource - Jackie sweetGemini wrote: i've already did the loading of package on server site administrator, how can i access that package on the browser? Jackie Ng wrote

Re: [mapguide-users] Displaying multiple feature selections in the properties pane

2007-09-05 Thread Jackie Ng
To my knowledge the property pane can only display information for one selected feature, you will probably have to create a custom property pane. - Jackie Simon-43 wrote: Hi, I'm looking to find out whether it is possible to return multiple features into the properties pane within

Re: [mapguide-users] initial map scale problem

2007-09-06 Thread Jackie Ng
I made a trac ticket for this some time ago. http://trac.osgeo.org/mapguide/ticket/155 Perhaps, you could add some extra information. - Jackie alucas wrote: Hello, When inital map is loaded, only with IE, sometimes the initial zoomscale is the minimun value (0.001) as you can see in

Re: [mapguide-users] .NET connection issue

2007-09-17 Thread Jackie Ng
Are you using a pre 1.2 webconfig.ini? Because the 1.2 webconfig.ini has new options which the 1.2 API requires. - Jackie ZoffoMan wrote: mgos 1.2 on windows sever 2003 using .net 2.0 verified dotnetviewersample is working fine. I wrote a web app not a web site This has worked perfect

Re: [mapguide-users] Deploying to site server = no map

2007-09-27 Thread Jackie Ng
Hi Emma, Do you get a viewer but no map? Or do you get a viewer but an error message inside? Or do you get nothing at all? - Jackie EmmaH wrote: Hi, I have a mapguide 1.2 installed on my local machine and have built a mapguide application locally that works fine. I now want to deploy it

Re: [mapguide-users] Deploying to site server = no map

2007-09-28 Thread Jackie Ng
Jackie Ng wrote: Hi Emma, Do you get a viewer but no map? Or do you get a viewer but an error message inside? Or do you get nothing at all? - Jackie EmmaH wrote: Hi, I have a mapguide 1.2 installed on my local machine and have built a mapguide application locally that works fine

Re: [mapguide-users] Java error in script - runs fine from studio

2007-09-30 Thread Jackie Ng
Does this happen consistently or is it a random event? - Jackie nicolej wrote: I have been working on a invoke url function in studio the function gets a list of features the user selects the feature they want to zoom to then clicks a button and the map zooms to the specified location and

Re: [mapguide-users] Problems with legend, when creating layer in tun time

2007-09-30 Thread Jackie Ng
You need to programmatically refresh the legend pane via javascript. You php script would look something like: ?php //Your code ? html head script type=text/javascript window.onload = function() { mapFrame.Refresh(); }; /script /head

Re: [mapguide-users] OSGeo could not be found. ERROR

2007-10-01 Thread Jackie Ng
Are the mapviewernet and mapviewerajax virtual directories set as applications and using ASP.net 2.0? - Jackie ales6 wrote: Having problem with MGOS OSGeo libraray. - I have fresh clean MapGuide installation v1.2 ERR: OSGeo could not be found. Server Error in '/mapguide'

Re: [mapguide-users] Error when instantiating a Map via MgMap.Open() method

2007-10-11 Thread Jackie Ng
Open() is for opening a runtime map. This is usually a map from an already initialized weblayout. If you are trying to instantiate maps outside of the ajax viewer, you should be using the Create() method instead. - Jackie Maksim Sestic wrote: Hi all, It's about MGE 2008 and

RE: [mapguide-users] MGOS 2.0...

2007-10-18 Thread Jackie Ng
pick it up if you post there. Jason From: Jackie Ng Subject: Re: [mapguide-users] MGOS 2.0... I have a personal interest in seeing ticket #230 resolved http://trac.osgeo.org/mapguide/ticket/230 As a result of this bug, we've had to export directly

Re: [mapguide-users] MGOS 2.0...

2007-10-18 Thread Jackie Ng
I have a personal interest in seeing ticket #230 resolved http://trac.osgeo.org/mapguide/ticket/230 As a result of this bug, we've had to export directly to sdf from AutoCAD Map (which as of the 2008 release, is still far from perfect) - Jackie JasonBirch wrote: Hi all, We're looking

Re: [mapguide-users] DigitizePoint

2007-10-19 Thread Jackie Ng
The code assumes the following: You are lauching the ajax viewer in a frame named ViewerFrame You are using this code inside the task pane, which is 2 levels deep (hence the parent.parent bit) Assuming you are using this code from the task pane, just change ViewerFrame to the name of the frame

[mapguide-users] Forcing MgByteReader download prompt in IE7 (asp.net)

2007-10-22 Thread Jackie Ng
I'm trying to write out the contents of an MgByteReader (which is from a dwf plot) so that the user is prompted to download the MgByteReader content as a file. I can get this to work perfectly in Firefox/IE6, but for some reason in IE7 doesn't prompt me to download, and I get nothing in the

RE: [mapguide-users] Forcing MgByteReader download prompt in IE7 (asp.net)

2007-10-22 Thread Jackie Ng
Yes it was a typo in my code (doh!) Unfortunately, fixing the typo still didn't fix the original problem. - Jackie JasonBirch wrote: Hi Jackie, Is this copy/paste? -- Response.AppendHeader(content-disposition, attachement; filename=\eplot.dwf\);

Re: [mapguide-users] Forcing MgByteReader download prompt in IE7 (asp.net)

2007-10-22 Thread Jackie Ng
that script in a new window. Ugh, why must microsoft make my life so difficult??? :-( - Jackie Jackie Ng wrote: I'm trying to write out the contents of an MgByteReader (which is from a dwf plot) so that the user is prompted to download the MgByteReader content as a file. I can get

Re: [mapguide-users] Newbie Questions

2007-10-23 Thread Jackie Ng
1) Are you using Internet Explorer? Try turning off friendly HTTP errors so you get a more detailed error message. Also in my experience, I wouldn't recommend using the .net configuration in Windows XP as IIS is totally crippled with a 10 connection limit, this may be a contributing factor. 2)

[mapguide-users] Strange labels on Ubuntu Linux 7.10

2007-10-26 Thread Jackie Ng
Hi List, I just built mgos 1.2.0 on Ubuntu Linux 7.10, and when I loaded up the Sheboygan dataset, I get these crazy looking wingding like labels, instead of english text. (?) See attached screenshot http://www.nabble.com/file/p13439407/sheboygan.jpg Any ideas what could be wrong? - Jackie

Re: [mapguide-users] Connecting to site failed

2007-10-26 Thread Jackie Ng
Is your mapguide service running? - Jackie dorra2007 wrote: I m trying to get connect to the site in order to make changes on one specific layer, so I wrote the following code in java: MapGuideJavaApi.MgInitializeWebTier(D:\\Program

Re: [mapguide-users] Add new property in Markup

2007-10-28 Thread Jackie Ng
Look for the code that creates the markup feature class, you will need to modify it so that it adds the extra property you are after. Then when you add new markup features, include that new property as part of the property collection. - Jackie Dhirendra Kumar wrote: Hi All, GT Markup is

RE: [mapguide-users] Strange labels on Ubuntu Linux 7.10

2007-10-28 Thread Jackie Ng
] on behalf of Jackie Ng Sent: Sat 10/27/2007 12:34 AM To: mapguide-users@lists.osgeo.org Cc: Subject: [mapguide-users] Strange labels on Ubuntu Linux 7.10 Hi List, I just built mgos 1.2.0 on Ubuntu Linux 7.10, and when I loaded

RE: [mapguide-users] Strange labels on Ubuntu Linux 7.10

2007-10-29 Thread Jackie Ng
-Original Message- From: [EMAIL PROTECTED] [mailto:mapguide-users- [EMAIL PROTECTED] On Behalf Of Jackie Ng Sent: Monday, October 29, 2007 1:37 AM To: mapguide-users@lists.osgeo.org Subject: RE: [mapguide-users] Strange labels on Ubuntu Linux 7.10 Hmm, that layer (Districts) defines

[mapguide-users] Major Feature Join Problems

2007-10-29 Thread Jackie Ng
Hello List, I am experiencing, major problems with Feature Joins in MGOS 1.2. When I create a Feature Join from a SDF feature source to an ODBC data source, the fill styles of the joined feature source, will randomly change as you pan and zoom around the map. I've described the problem in

RE: [mapguide-users] Major Feature Join Problems

2007-10-29 Thread Jackie Ng
. In our case, joining a SQL View to a SHP file (imported layer, but not converted to SDF) results in these wacky jumping themes. At least it seems we are not alone. -joe From: [EMAIL PROTECTED] on behalf of Jackie Ng Sent: Mon 10/29/2007 8:46

RE: [mapguide-users] Major Feature Join Problems

2007-10-29 Thread Jackie Ng
in these wacky jumping themes. At least it seems we are not alone. -joe From: [EMAIL PROTECTED] on behalf of Jackie Ng Sent: Mon 10/29/2007 8:46 PM To: mapguide-users@lists.osgeo.org Subject: [mapguide-users] Major Feature Join Problems

Re: [mapguide-users] Fluctuating Cursor Accuracy

2007-10-30 Thread Jackie Ng
Is there whitespace at the top of your AJAX viewer? (below the toolbar) - Jackie joecm wrote: When using an AJAX map, cursor is not always aligned properly. For example, if I go to select a polygon, sometimes the polygon on the tail or middle of the cursor is selected, instead

Re: [mapguide-users] Making Temporary Markups

2007-10-31 Thread Jackie Ng
I'm writing an example up on this page. http://trac.osgeo.org/mapguide/wiki/CodeSamples watch this space. - Jackie Denis Lalonde-2 wrote: Is there sample code for creating map markups/redlining that are saved to the session only and not directly to the Library in Repositories?

Re: [mapguide-users] Adding marker on the fly with tooltip

2007-11-11 Thread Jackie Ng
Did you put the tooltip tag in the right location? The ToolTip tag usually follows the Geometry tag in a layer definition document. - Jackie Kencana wrote: Hi, Can we modify the markersymbol.templ file to add ToolTip/ToolTip tag into it? I have try to add it but it returns me such

Re: [mapguide-users] Application develop environment

2007-11-13 Thread Jackie Ng
Does configPath actually point to your webconfig.ini? It could be that it's looking for webconfig.ini in the temporary asp.net files folder. Have you tried Page.ResolveUrl() for the webconfig.ini path? - Jackie Gunter Becker wrote: Hi, I wonder how to set up my develop environment. I'd

RE: [mapguide-users] [mapguide-announce] MapGuide Open Source 2.0.0 Beta 2 available for testing

2007-11-21 Thread Jackie Ng
Hi Tom, Is this the same beta 1 that was announced on mapguide-internals a few days earlier? - Jackie Tom Fukushima wrote: Ah, for those of you confused by the subject line and wondering what happened to Beta 1. Well, this is actually Beta 1, and I hit the wrong key when I typed the

Re: [mapguide-users] Dynamically creating a line layer with SDF Feature Source

2007-11-28 Thread Jackie Ng
Just looking at your code... Validation is failing because the $featureName should be an enumerated value ( FeatureClass or NamedExtension ) The value of $featureClass should actually be the resourceid of the layer definition xml document. The current value should be the current value of

Re: [mapguide-users] feature class in mapguide studio

2007-12-03 Thread Jackie Ng
I get this problem when using ODBC to SQL Server (2000/2005) My theory is that it is some bug or feature of FDO that is caching the database schema information. As a result, schema changes (eg. Add/Removed table. Add/Removed/Renamed columns in a table) are not reflected immediately. - Jackie

Re: [mapguide-users] Javascript value to php

2007-12-05 Thread Jackie Ng
Any one of these would work. 1 - Have a form that posts to your php script. eg. You have a form that looks like: form id=frm action=somescript.php method=get input type=hidden id=X name=X / input type=hidden id=Y name=Y / /form Then somewhere in your javascript

Re: [mapguide-users] Trusted Sites

2007-12-18 Thread Jackie Ng
I think the problem here is that the current AJAX viewer uses the Microsoft.XMLHTTP ActiveX object when sending off AJAX requests (if your browser is IE) More info here. http://trac.osgeo.org/mapguide/ticket/368 - Jackie ctallman wrote: I'm hoping i'm just missing something but when I add

RE: [mapguide-users] Trusted Sites

2007-12-19 Thread Jackie Ng
] [mailto:[EMAIL PROTECTED] On Behalf Of Jackie Ng Sent: Tuesday, December 18, 2007 5:58 PM To: mapguide-users@lists.osgeo.org Subject: Re: [mapguide-users] Trusted Sites I think the problem here is that the current AJAX viewer uses the Microsoft.XMLHTTP ActiveX object when sending off AJAX

Re: [mapguide-users] MGE/MGOS 1.2 on .NET 3.5/ASP.NET 3.5

2007-12-21 Thread Jackie Ng
no .NET 2.0/3.5 installed side by side? If so, that's a great news then. Thanks Jackie. Jackie Ng wrote: I installed VWD Express 2008 on a test machine w/ MGOS 1.2.0, created a new ASP.net web site with references to .net 3.5 libraries and MapGuide API in the mapguide www root. I put some

Re: [mapguide-users] Calling viewer api functions from the main page

2008-01-08 Thread Jackie Ng
With frame/iframe objects, you cannot use document.getElementById() to access the functions within that object. As already mentioned. Reference the frame by its name. Make sure you have set the name attribute of the viewer frame. - Jackie uXuf wrote: Hi all, I am trying to access the

Re: [mapguide-users] Select a point and make sql query

2008-01-14 Thread Jackie Ng
A high level overview is.. In your php script, load $currentselection into an MgSelection object, generate a filter off of that selection, Create a MgFeatureQueryOptions object that contains this filter, and pass it to the SelectFeatures() method of MgFeatureService. This returns an

Re: [mapguide-users] List Selected Parcels

2008-01-14 Thread Jackie Ng
It could be a cross site scripting issue. Are you sure that your main viewer url and script url reside in the same domain? - Jackie JeromeA wrote: Hi, I've got a problem with the Viewer Sample Application List Selected Parcels from the Developer's Guide. I'm trying to use the code for

Re: [mapguide-users] King Oracle Problem

2008-01-14 Thread Jackie Ng
Is that provider targeting the correct version of FDO that comes with your installed MapGuide OS? - Jackie JeromeA wrote: Hi, I'm trying to work with the King Oracle Provider to connect to a Oracle 9.2 database. I've copied the 3 files (KingOracleProvider.dll; KingOracleMessage.dll and

Re: [mapguide-users] command files

2008-01-15 Thread Jackie Ng
All commands are stored as part of the WebLayout they belong to. So check out the related WebLayout document. - Jackie JeromeA wrote: Hi, I created a search command in my weblayout in Studio and want to access it manually now to work on it, but in wich file is this command stored?

Re: [mapguide-users] problem with SelectFeature

2008-01-16 Thread Jackie Ng
Did you instantiate an MgMap instance via the empty constructor, or the one that takes an MgSiteConnection object? Using the code that way requires your MgMap instance be initialized with a MgSiteConnection object first. Otherwise, you should be using the SelectFeatures() method of

Re: [mapguide-users] Modify joined layer in MGOS 2.0

2008-01-21 Thread Jackie Ng
If your layer document checks out at the end of the day. (No invalid properties, feature source is valid). I can't see why you cannot do what you want to do. - Jackie Mbonnet wrote: one answer please ? -- View this message in context:

[mapguide-users] Useful MapGuide/FDO site, but it's Japanese

2008-01-21 Thread Jackie Ng
While crawling the interwebs today, I found this interesting site. http://hp.vector.co.jp/authors/VA019702/mapguide/index.html It's in Japanese, but if you read the MG/FDO code samples, you should get the gist of what the author is trying to explain. Or you could run the site through

Re: [mapguide-users] Mapguide on Mac

2008-01-28 Thread Jackie Ng
Theoretically, it should work because those Macs run on Intel CPUs. So to mapguide, it is for all intents and purposes a normal pc. But you're better off just installing and finding out yourself ;-) - Jackie stitch wrote: Hi, i have a question. Will mapguide work on Mac running

Re: [mapguide-users] Add Point to Existing Layer

2008-01-28 Thread Jackie Ng
Have you actually created the feature source pointed to by $featureSourceId ? (ie. Have you called $featureService-CreateFeatureSource() ?) - Jackie gaku wrote: Hi all I'm trying to let the user insert a point feature in PHP along with some attributes. The feature source is an SDF file

Re: [mapguide-users] Add Point to Existing Layer

2008-02-03 Thread Jackie Ng
. -gaku Jackie Ng wrote: Oh I see, I thought you were adding points to a session-based feature source. In that case, did you create a mapguide session via a username that has permissions to modify site resources? - Jackie gaku wrote: Yes, I have created the feature

Re: Re[mapguide-users] ad Polyline Co ordinates

2008-02-03 Thread Jackie Ng
Assuming your MgGeometry is derived from MgRegion (you can check the return value of MgGeometry.GetGeometryType() to find out). Just downcast the MgGeometry reference to the appropriate class type and call its GetCoordinates() method, that gives you a Collection of all the coordinates. - Jackie

Re: [mapguide-users] OS 1.1 and SQL Secondary Tables

2008-02-04 Thread Jackie Ng
If you use 1.2, you can read views from SQL Server. To my knowledge, to get the same capability in 1.1, you would have to do some crazy configuration hacking in the Feature Source which I don't think even works. Please note that that SQL Server Provider is different from the ODBC provider. The

Re: [mapguide-users] multiline feature labels

2008-02-04 Thread Jackie Ng
You could try putting '\n' characters inside the string. eg. TROPIC OF\n CAPRICORN - Jackie PAUL DE LEUR wrote: Is there a way you can split a single column feature label such as TROPIC OF CAPRICORN into a multiline text string on three lines from within the layer editor settings and

Re: [mapguide-users] error in weblayout preview

2008-02-08 Thread Jackie Ng
Do you have any menu items in your toolbar/context menu/task bar that point to commands that do not exist? - Jackie Vishaal wrote: Hi, i am facing a strange problem in weblayout of Autodesk Mapguide Studio 2007. i have created a weblayout and when i try to preview the same i get a list

Re: [mapguide-users] extracting selected features coordinates

2008-02-08 Thread Jackie Ng
Via fusion or existing web apis? - Jackie J Manafi wrote: Is there a way to extract the coordinates or x/y values from the selected features in MGOS 2.0? -- View this message in context: http://www.nabble.com/extracting-selected-features-coordinates-tp15211769s16610p15369343.html Sent

Re: [mapguide-users] missing dotnetsamples.zip, dotnetsamples.mgp (beginner)

2008-02-08 Thread Jackie Ng
They are mostly talking about: dotnetviewersample.zip Sheboygan.mgp found here. http://mapguide.osgeo.org/download/releases/1.2.x-samples - Jackie mabdel wrote: In Doc: Installing Sample Data and Sample Applications/Setting up Sample Applications (.Net) with IIS There are references

Re: Re[mapguide-users] quest for information around mapguide OS developers

2008-02-08 Thread Jackie Ng
Does this help in any way? http://www.ohloh.net/projects/4656?p=MapGuide+Open+Source - Jackie s r-7 wrote: Hi all I need some information around mapguide OS including: -Developer team members and their background -number of downloads of mapguide os -number of users in mailing list

Re: [mapguide-users] Feature Joins absolutely broken in MGOS 2.0.0 RC1

2008-02-11 Thread Jackie Ng
The message The current feature source has no feature classes, and cannot support joins is some strange message that MapGuide Studio spits out due to some caching problem (I believe). If you restart the MapGuide Server after breaking a join, you should be able to repair or create a new join. But

RE: [mapguide-users] Feature Joins absolutely broken in MGOS 2.0.0 RC1

2008-02-12 Thread Jackie Ng
3rd time does not seem to be the charm :( RC3 still fails to render my test joined layers correctly (re: ticket 429) or at all :( - Jackie Bruce Dechant wrote: This issue was also in RC2. I have tracked down the issue and fixed it. See trac ticket

Re: [mapguide-users] About build in commands

2008-02-16 Thread Jackie Ng
Look at the xml of your weblayout. Look for your particular command that's inside the CommandSet tags. If that command has a Target tag you can change its inner value to NewWindow to have its command launch in a new window. - Jackie Rahul sharma wrote: Hi I am using MapGuide Studio and i

Re: [mapguide-users] tool tip image source

2008-02-19 Thread Jackie Ng
I assume you mean local drive as in the same drive as the MapGuide Web Extensions installation? If that's the case, just make sure the path that contains the images is exposed as an accessible virtual directory in Apache/IIS. - Jackie Kencana wrote: Hi All, In one of the article

Re: [mapguide-users] tool tip image source

2008-02-19 Thread Jackie Ng
you Regards, Kencana Kesuma Jackie Ng wrote: I assume you mean local drive as in the same drive as the MapGuide Web Extensions installation? If that's the case, just make sure the path that contains the images is exposed as an accessible virtual directory in Apache/IIS. - Jackie

Re: [mapguide-users] MGOS 2 RC4 Observations

2008-02-21 Thread Jackie Ng
My observations so far: - Feature Joins are now working properly again (took 3 RCs to get there), but performance has somewhat degraded as a result. - There are lots of minor bugs/annoyances/usability problems with Fusion and/or the 5 example templates. Case in point: the number of Fusion

Re: [mapguide-users] Anybody else having trouble with the sample in RC4?

2008-02-27 Thread Jackie Ng
The compiler error is probably due to the coordinate system API changes. http://trac.osgeo.org/mapguide/wiki/MapGuideRfc35 - Jackie Jon Rizzo wrote: I am trying to use the ajaxviewersample in RC4. It loads, but some things don't seem to be working correctly. For example, on the Find

Re: [mapguide-users] InitializeWebTier

2008-02-27 Thread Jackie Ng
Did you create a function called InitializeWebTier() ? If you are following the sample then InitializeWebTier() is defined as follows: void InitializeWebTier() { MapGuideApi.MgInitializeWebTier(path to webconfig.ini); } - Jackie swetha1 wrote: Hi, I am trying to run the

Re: [mapguide-users] InitializeWebTier

2008-02-27 Thread Jackie Ng
InitializeWebTier() is defined in the utilityfunctions.aspx that you omitted from inclusion. The reason you are getting errors in are probably because of: - You are using frames (evil, but unavoidable since that's how the AJAX viewer was designed). Visual Studio has no designer support for

Re: [mapguide-users] InitializeWebTier

2008-02-27 Thread Jackie Ng
Oh, and the folder you put your code in, make sure it is configured as an application in IIS targeting ASP.net 2.0 - Jackie Jackie Ng wrote: InitializeWebTier() is defined in the utilityfunctions.aspx that you omitted from inclusion. The reason you are getting errors in are probably

Re: [mapguide-users] InitializeWebTier

2008-02-27 Thread Jackie Ng
is creating the problem Can you please send me the code and help me out in how to change the WebServer.I am new user to both Visual Studio and Mapguide OpenSource. And have a submission in 2 days Please Thanks for your help in advance Jackie Ng wrote: InitializeWebTier

Re: [mapguide-users] InitializeWebTier

2008-02-28 Thread Jackie Ng
You're gonna have to be more specific with the error message. - Jackie swetha1 wrote: Hi, It is now giving me an error saying failed to map utilityfunctions.aspx.It is in the same folder which is created.Dont know why it is unable to find it? :,(:,( -- View this message

Re: [mapguide-users] InitializeWebTier

2008-02-28 Thread Jackie Ng
studioThen as you said have changed the webserver. Now it is unable to find the utilityfunctions.aspx.It says that failed to map utilityfunctions.aspx Regards Swetha Jackie Ng wrote: You're gonna have to be more specific with the error message. - Jackie swetha1

Re: [mapguide-users] Need help in layerdfefinition

2008-03-02 Thread Jackie Ng
Try capturing that xml output, save it to a temp file, and validate it against the LayerDefinition-1.0.0.xsd schema. Visual Studio (assuming you have it) can easily validate the xml for you. - Jackie lornen wrote: Hi, This is my first time using MapGuide Enterprise, and I would

Re: [mapguide-users] Select from Selection

2008-03-02 Thread Jackie Ng
Try the following. - Create an MgSelection from your selection xml. - Create an MgFeatureQueryOptions object, set its filter to the GenerateFilter() of the MgSelection object. - Combine this query with your spatial filter. - Pass it to SelectFeatures() of MgFeatureService. The returned

[mapguide-users] IE's xmlhttprequest and activex security

2008-03-02 Thread Jackie Ng
Hi All, Is there a way to avoid getting activex security warnings in the AJAX viewer (in Internet Explorer) without adding that particular site as a trusted site? - Jackie -- View this message in context:

Re: [mapguide-users] MSSql and mapguide, data not displayed

2008-03-03 Thread Jackie Ng
If you are invoking SelectFeatures() from MgLayer you need to instantiate MgMap with an MgSiteConnection object otherwise you'll get an Exception - Jackie deakaron wrote: Thanks for your answer. Now I have another problem, I have the following code that throws an exception whenever I

[mapguide-users] auto-computing map extents

2008-03-03 Thread Jackie Ng
Hi All, I am trying to bulk load a series of XML resources into MapGuide. Each Feature Source that gets loaded references a distinct SDF file stored in an externally aliased directory. All these SDF files share the same feature schema and classes. What I want to do is for each SDF file, is to

Re: [mapguide-users] SQL Server is an Incompatible data resource

2008-03-04 Thread Jackie Ng
This is not really a problem, you get that message from studio if your layer is styled on properties (columns) that don't exist in the new Feature Class (table) that you have selected. - Jackie nadir elyass wrote: Dears, Have you come across this problem with SQL Server FDO? First,

Re: [mapguide-users] How to load SHP file into map guide open source

2008-03-05 Thread Jackie Ng
If you want to load SHP files into MapGuide you have the following options: - Use webstudio, which comes bundled w/ the MapGuide Open Source installation (http://yourservername/mapguide/webstudio/index.html) - Purchase/Get a trial of Autodesk MapGuide Studio

Re[mapguide-users] gistering new fusion templates

2008-03-05 Thread Jackie Ng
Hi All, I remember from the early betas of MGOS 2.0.0 that all I needed to do was copy/rename one of the existing template folders, copy/rename the corresponding xml file, change the path references in that xml file, and it would then get picked up as a new template when invoking

Re: [mapguide-users] Firefox 3.0b3 and MapGuide - BUG

2008-03-06 Thread Jackie Ng
I've documented my firefox 3 beta experience in these tickets: http://trac.osgeo.org/mapguide/ticket/378 http://trac.osgeo.org/mapguide/ticket/475 It would be good if you have anything extra information to contribute to these tickets. - Jackie macieksk wrote: Hi! I test new Firefox

  1   2   3   4   5   6   7   8   9   10   >