Re: [mapguide-users] difficulty to publish file raster

2008-10-12 Thread Jackie Ng
Can the MGOS server see the path that you have defined in your raster feature source connection? - Jackie alfredo54 wrote: > > I find difficulty to publish file raster from MapGuide Studio to MapGuide > Open Source. I don't succeed in understanding if it is a problem of format > file or it nee

Re: [mapguide-users] Synchro MapGuide with FDO

2008-10-14 Thread Jackie Ng
You can use FDO Toolbox (http://fdotoolbox.googlecode.com) to create a bulk copy task from Oracle to SDF. The bulk copy task has options to delete the data on the [target] before copying from the [source] You can save this task to an xml file and have it run on a regular schedule. - Jackie Luna

Re: [mapguide-users] Getting FeatureSource className without Layer

2008-11-10 Thread Jackie Ng
MgFeatureService has GetSchemas() and GetClasses() methods to help you enumerate schemas and classes (respectively) of a given feature source. - Jackie JamieG wrote: > > Hello everyone! I'm trying to find out the className of a FeatureSource > without referencing a layer. Here's the code I'm u

Re: [mapguide-users] mapguide studio

2008-11-10 Thread Jackie Ng
Web Studio hasn't been maintained, let alone touched, for quite some time now. That URL is to help documentation that doesn't exist. - Jackie Nisha P wrote: > > when i was using webstudio,an error will occurs... > the error is like this... > > "The requested URL /mapguide/webstudio/help/conce

Re: [mapguide-users] Mapguide server is very slow

2008-12-11 Thread Jackie Ng
Have you seen the MapGuide best practices document? http://images.autodesk.com/adsk/files/mapguide_enterprise_implementation_best_practices.pdf There's also a wiki version of that document (possibly with updated content) here: http://sandbox.mapguide.com/index.php/Main_Page - Jackie Fan Xu w

[mapguide-users] Does anyone use Feature Joins?

2008-12-11 Thread Jackie Ng
Hi All, I was wondering if anyone uses this feature (pardon the pun). When I first started with MapGuide, this was the feature that was of most interest to me as it seemed like an easy way to link spatial data with whatever non-spatial databases we have around. But after many bad experiences wi

Re: [mapguide-users] Mapguide server is very slow

2008-12-15 Thread Jackie Ng
Can you reduce the "surface area" of the data? That is, can you create views of that table containing only columns you need, and have your layers link to them instead? - Jackie anakando wrote: > > > answer for the question is 'yes'. that is why we raised up this issue at > this > forum. if we

Re: [mapguide-users] SDF convertion question

2008-12-17 Thread Jackie Ng
You could try using FDO Toolbox (http://fdotoolbox.googlecode.com) connecting to the text file via the ODBC Provider (see examples here: http://www.connectionstrings.com/textfile) and bulk copy it to a new SDF. I haven't actually tried this approach myself, so your mileage may vary. - Jackie Mo

Re: [mapguide-users] SDF convertion question

2008-12-18 Thread Jackie Ng
Try wrapping your connection string property in double quotes. - Jackie Moog wrote: > > > Hi Jackie, > i download FDO Toolbox, but i can't connect to my .txt file. > I've configured the odbc connection, but when i try to make a connection > with the driver it fails. > my original connection s

[mapguide-users] Does Maestro use enhanced EnumerateResources?

2008-12-21 Thread Jackie Ng
Does Maestro use the enhanced EnumerateResources (introduced in RFC 36)? I have a huge MapGuide dataset that kills Maestro with OutOfMemoryExceptions. If I browse the same dataset in MG Studio 2009, I get no such problems. - Jackie -- View this message in context: http://n2.nabble.com/Does-

Re: [mapguide-users] SHP to SQL Server 2008 spatial

2009-01-05 Thread Jackie Ng
Hi Peter, You could have an invalid geometry in the SHP file that is tripping up the bulk copy process. This isn't really an issue with MapGuide at all. So post a new issue to the Google Code project site, or send me an email (to continue this discussion). - Jackie Peter Filip wrote: > > Hi

Re: [mapguide-users] Show Multiple Properties for selection

2009-01-06 Thread Jackie Ng
This is "by design" as the AJAX viewer can only show properties for *one* selected feature. If you are using a Fusion-based viewer (aka. A flexible layout), it can show multiple selections without any modification. - Jackie Steve G wrote: > > I am using MG 2.0. Using MapGuide Studio 2009 I'v

Re: [mapguide-users] ASP .Net Digitize examples Draw Line and Draw Polygon

2009-01-07 Thread Jackie Ng
Thanks for sharing the code. You should put this in the code samples too http://trac.osgeo.org/mapguide/wiki/CodeSamples - Jackie Jamo wrote: > > Gday I've been trying to help Padmini understand some of the digitize > functions I've partly written for the ASP .Net Mapguide thought I might >

RE: [mapguide-users] OnSelection Event?

2009-01-08 Thread Jackie Ng
This is javascript code that hooks onto events from the viewer frame. So the code should go in the page that launches the viewer frame. A more detailed explaination here: http://trac.osgeo.org/mapguide/wiki/CodeSamples/JavaScript/AJAXViewerEventHooking - Jackie clarkie342 wrote: > > Hi Jaso

RE: [mapguide-users] OnSelection Event?

2009-01-09 Thread Jackie Ng
ound. Am I working with the right issues or is it > all supposed to work irrespective of the frame type? Thanks for any help. > > > Jackie Ng wrote: >> >> This is javascript code that hooks onto events from the viewer frame. >> >> So the code should go in the

Re: [mapguide-users] Name to Display

2009-01-14 Thread Jackie Ng
Hi Fabio, Use the MgResoureService to get the xml content (GetResourceContent) for the layer definition (of the layer in question). Look at the elements within. Each element will have a element and a element. The element contains the display name for the property indicated by the element.

Re: [mapguide-users] Installing Mapguide Step by step Process

2009-01-15 Thread Jackie Ng
The sample folder should be in the "www" folder, so that ..\webconfig.ini will be pointing to a directory one level below it. (ie. It's looking for C:\Program Files\MapGuideOpenSource2.0\WebServerExtensions\www\webconfig.ini) Hope that helps, - Jackie Anushri wrote: > > Hi, > > I am using .n

Re: [mapguide-users] Installing Mapguide Step by step Process

2009-01-15 Thread Jackie Ng
Is the MapGuide Server service running? Can you access the map admin page? (http://localhost/mapguide/mapadmin/login.php) Can you access the map agent page? (http://localhost/mapguide/mapagent/index.html) - Jackie Anushri wrote: > > I have followed the steps given in .pdf file for installation

Re: [mapguide-users] Is MGOS Version 2.1 based on FDO 3.4.0?

2009-01-15 Thread Jackie Ng
The trunk version of MapGuide (which 2.1 will be branched off of) builds off of the trunk version of FDO (which 3.4.0 beta is branched off of). So to speculate (and nothing more), I would say yes. - Jackie carls wrote: > > I found the Beta of FDO 3.4.0 had been released. > > Is MapGuide OS 2

Re: [mapguide-users] Image Tool Tips

2009-01-15 Thread Jackie Ng
That is most likely because C:\Images\... is not a valid "src" attribute from the client's point of view. Assuming your images are in (http://servername/mapguide/images) Change the src attribute in the tag so that it is either: - An absolute url to your images web directory (http://servername/

Re: [mapguide-users] Change Resource map in layout definition

2009-01-16 Thread Jackie Ng
Create a MgResourceService and call GetResourceContent() on the layout's resource id, which will return the xml content for that web layout. Change the element of the to the resource id of the map you're after. Then save the changes back to that layout's resource id using SetResource() The nex

Re: [mapguide-users] Two maps in the same layout

2009-01-20 Thread Jackie Ng
The easiest way is to have an outer frameset (or 2 outer iframes) that points to your individual ajax viewers. - Jackie Rodolfo Moreno wrote: > > I want to put two maps in the same layout and moreover each map must be > themed in different way just after of that the application to be loaded >

Re: [mapguide-users] Upload .shp file

2009-01-21 Thread Jackie Ng
Are you using MapGuide Studio or Maestro? If you are using MapGuide Studio, create a Load Procedure containing the SHP files you want to upload. The load procedure will create the Feature Sources and Layers Definitions for you. If you are using MapGuide Maestro, this link explains how to create

RE: [mapguide-users] Two maps in the same layout

2009-01-22 Thread Jackie Ng
> >>> >>> >>> This page creates a horizontal split page with two pages in it. If you >>> >>> adjusted frameset rows="50,*" to "frameset cols="*,*" you would get a >>> >>> page split in half vertically.

Re: [mapguide-users] Automatically load mgp packages

2009-01-27 Thread Jackie Ng
The mapagent http endpoint exposes an ApplyResourcePackage function. You could programatically HTTP post your package files to this mapagent url. You might also be able to do this via the MaestroAPI library (I'm not personally sure) - Jackie Sebastian NICIU wrote: > > Hi all, >   > Is it po

Re: [mapguide-users] having a problem for mapGuide

2009-01-28 Thread Jackie Ng
I assume you have just installed MapGuide onto a machine that has an existing WAMP installation. If you installed MapGuide Web Extensions with the Apache/PHP option, it is actually installing its own instance of Apache and PHP, and not using the one in your WAMP installation. - Jackie sara_gha

Re: [mapguide-users] TaskFrame and Multi-Selection

2009-01-28 Thread Jackie Ng
You need to get the selection XML of the current runtime map, which can then be converted into a filter that you use to query your feature source. The query result will be the seleted features. - Jackie wordsy wrote: > > Hey All; > > What I am trying to do is when a user selects multiple asse

Re: [mapguide-users] Open MapGuide minimized frame

2009-01-28 Thread Jackie Ng
If you want to react to the viewer completing the loading of the map. You can use the technique described here: http://trac.osgeo.org/mapguide/wiki/CodeSamples/JavaScript/AJAXViewerEventHooking - Jackie SandraH wrote: > > Hello, > > I embedded MapGuide into my application. I located the view

Re: [mapguide-users] flexible layout not showing layers

2009-01-28 Thread Jackie Ng
Do the MapGuide error logs show anything? Something might have been written to the error log which may help further to diagnose the problem. - Jackie Atika Irfan wrote: > > Hi, > i am new to the fusion layouts i am using mapstudio 2.0.2.. when i > try > to publish my map on the flexible l

Re: [mapguide-users] Search and Zoom - Minscale?

2009-01-28 Thread Jackie Ng
If you look at this example: http://trac.osgeo.org/mapguide/wiki/CodeSamples/JavaScript/AJAXViewerEventHooking you'll see that it is able to access the "private" mapInit variable of the map frame. You should be able to apply the same technique to access/change the minScale variable. - Jackie

Re: [mapguide-users] having a problem for mapGuide

2009-01-29 Thread Jackie Ng
Project and Map guide Web > Extensions ? :confused: > > > > Jackie Ng wrote: >> >> I assume you have just installed MapGuide onto a machine that has an >> existing WAMP installation. >> >> If you installed MapGuide Web Extensions with the Apache/PHP option, i

Re: [mapguide-users] Show/Hide Task Frame

2009-01-29 Thread Jackie Ng
Get a reference to the task pane container frame and set it's DOM element width to 0px Frames can be referenced by name, so assuming your viewer is in a frame named "viewerFrame". The reference to the task pane frame (in javascript) would be. viewerFrame.taskArea taskArea is the container frame

Re: [mapguide-users] MapGuide Web studio

2009-02-02 Thread Jackie Ng
1. No, you can use MapGuide Maestro (http://trac.osgeo.org/mapguide/wiki/maestro) 2. The default user/pass is : Administrator/admin (not the uppercase A) 3. I don't think much documentation exists for web studio. Not to mention that web studio hasn't been maintained in ages. You are better of u

Re: [mapguide-users] MapGuide Web studio

2009-02-02 Thread Jackie Ng
That is "note the uppercase A" and not "not the uppercase A" :-) - Jackie Jackie Ng wrote: > > 1. No, you can use MapGuide Maestro > (http://trac.osgeo.org/mapguide/wiki/maestro) > > 2. The default user/pass is : Administrator/admin (not the uppe

Re: [mapguide-users] having a problem for mapGuide

2009-02-02 Thread Jackie Ng
e is PhpMyAdmin ? > > > > > > Jackie Ng wrote: >> >> If you only have wamp installed on the (false) belief is is required for >> MapGuide development, then you can safely uninstall it. >> >> Apache's web root (that is installed with MapGu

Re: [mapguide-users] OnPointDigitized and GetTransform

2009-02-02 Thread Jackie Ng
GetTransform() requires two MgCoordinateSystem objects. These are created from the MgCoordinateSystemFactory, which you have to pass in wkt strings of the coordinate systems. So you need 2 wkt strings: 1) The map's coordinate system (The GetMapSRS() method of MgMap will return this string) 2) Th

Re: [mapguide-users] Change Resource map in layout definition

2009-02-03 Thread Jackie Ng
__ > > I have (like other users on nabble forum) this message : > > An exception occurred in the XML parser. > An exception occurred in the XML parser. > Exception occurred in method MgResourceContentManager.ValidateDocument at > line 556 in file > d:\build\mapguide

RE: [mapguide-users] anyone using gmail not receiving all the listemails

2009-02-03 Thread Jackie Ng
Yeah I posted from nabble, I'm more comfortable using the nabble front-end as opposed to a mailing list. - Jackie Jason Birch wrote: > > If people use Nabble to post and have not signed up for membership in > the mailing list, their messages will not make it through to email. > Here's the text

Re: [mapguide-users] Popup window

2009-02-03 Thread Jackie Ng
Sure you can. Just window.open() to a server-side script that queries the layers you're interested in and writes out the feature information. - Jackie Nisha P wrote: > > Hi All, > > I wish to display some details through a pop up window in my map. I have > two > layers in my map. one is Nasa

Re: [mapguide-users] Export feature to shp

2009-02-08 Thread Jackie Ng
You will have to use the FDO API to create your SHP file (see http://n2.nabble.com/Writing-data-to-a-shapefile-example--td1815692.html) and then use either MapGuide or FDO APIs to copy the selected features across. However, SHP is not very flexible as an output format as it can only support one t

Re: [mapguide-users] MapGuide Studio + enterprise server

2009-02-08 Thread Jackie Ng
MapGuide Studio can connect to both open source and enterprise editions. The only thing is that MG Studio can only connect to specific versions of the server. If I recall... MG Studio 2007 - MG Enterprise 2007, MGOS 1.0 - 1.1 MG Studio 2008 - MG Enterprise 2008, MGOS 1.2 MG Studio 2009 - MG Enter

Re: [mapguide-users] SDF-Viewer Feature Error

2009-02-09 Thread Jackie Ng
mapviewerajax is an alias that maps to a language-specific viewer, which could be any of the following: - mapviewernet - mapviewerphp - mapviewerjava Do any of these folders exist? - Jackie moedy wrote: > > > I am trying to open and view data and feature of SDF file through MapGuide > studi

[mapguide-users] Custom fusion widget support in MapGuide Studio

2009-02-11 Thread Jackie Ng
Hi All, When I create and register a custom fusion widget, I can see it in the list of available widgets. But when I edit the widget parameters in MapGuide Studio, all the parameters are plain text fields. Is this the normal behaviour? - Jackie -- View this message in context: http://n2.nabbl

Re: [mapguide-users] aspx code behind

2009-02-13 Thread Jackie Ng
Include a runat="server" attribute in the html element you want to expose. Then in the code-behind, either set its relevant properties or its Attributes collection property. - Jackie staniz wrote: > > I am trying to make default.aspx with code behind. > Can sameone helps to provide informatio

Re: [mapguide-users] aspx code behind

2009-02-13 Thread Jackie Ng
Yes, asp.net will treat them as HtmlControl (or is it HtmlGenericControl?) objects on the server-side. - Jackie Ed Jobe wrote: > > Can you do that to regular html elements? Don't you have to use asp > controls? >   > Ed Jobe > > > > > _______

Re: [mapguide-users] Problems with ODBC to .csv

2009-02-17 Thread Jackie Ng
What are your feature source connection settings? - Jackie Micho Gar wrote: > > HiHi everybody, > > I am trying to connect Mapguide Server to a file through ODBC and I get > the > following error: > > Error en el servidor remoto: (559) MgFdoException.: > An exception occurred in FDO componen

Re: [mapguide-users] Simple Question Regarding MAP with weblayout

2009-02-17 Thread Jackie Ng
The AJAX viewer only accepts a weblayout (with a valid map definition reference inside) What you can do is to get the xml content of the weblayout, replace the map definition reference with the map definition you want, and then save this xml into a session-based weblayout, and pass this weblayout

Re: [mapguide-users] Integration with Google Maps

2009-02-18 Thread Jackie Ng
MapGuide can serve compressed kml (kmz), which is many orders of magnitude smaller in size. - Jackie Sergio Nistal Calvo wrote: > > > Hi, > > > > I have a kml file format, but its size is greater than 10 MB. How can I > reduce its size or simplify in order to upload to Google Maps? I've s

Re: [mapguide-users] ASP.NET MG2.0.2 - SelectFeatures Filter

2009-02-18 Thread Jackie Ng
What if you try single-quoting the numeric values? - Jackie Matteo wrote: > > Hi, > I have a point layer with filter that i set from MapGuide Studio 2009 > (the filter is "( Codec ='HR') AND direction = 'B->A' and LQ <= 2.50 > and MNC=10 and valid =01 and ValidTestInfo =01") > Now I mu

RE: [mapguide-users] Properties Value

2009-02-19 Thread Jackie Ng
Please note two things: 1. You need to click "Apply Schema" to actually commit the changes. 2. Applying a schema containing modified properties is not guaranteed to succeed. In case of 2. not succeeding you can open the sdf in a Data Preview, include all properties except the double property. I

RE: [mapguide-users] Properties Value

2009-02-19 Thread Jackie Ng
I don't think FDO will actually allow you to change a property's data type if there is pre-existing data in it. - Jackie staniz wrote: > > Ivan, thank for your time and effort trying to solve my problem. > So far I couldn't change the property type. I follow your instructions and > also give

Re: [mapguide-users] Get the key field of ODBC table

2009-02-26 Thread Jackie Ng
Get the MgClassDefinition of the layer, then call its GetIdentityProperties() which will return a collection of identity properties (fields/columns) To get the MgClassDefinition, call the GetClassDefinition() method of MgFeatureService, the MgLayer has GetFeatureSourceId() and GetFeatureClassName

Re: [mapguide-users] Get Provider Informations

2009-03-04 Thread Jackie Ng
If you look at the xml content of the feature source (using GetResourceContent() of MgResourceService), it will tell you the name of the provider. If you want more information about that provider: The GetFeatureProviders() method of MgFeatureService will show the parameters required to make a co

Re: [mapguide-users] is Geometry in 3D ?

2009-03-05 Thread Jackie Ng
Yes geometries can have Z components. They aren't used for rendering but if your SDF has 3d geometries, you can interrogate the Z component of any geometry. - Jackie Jamo wrote: > > I've been asked if mapguide can handle 3D geometry ? > I'm not talking about displaying 3D solids or surface

Re: [mapguide-users] Is MGE accessible by mobile

2009-03-05 Thread Jackie Ng
The AJAX viewer uses lots of frames. I don't know about Opera Mini, but most mobile web browsers would choke on the AJAX viewer. - Jackie flakesns wrote: > > I plan to develop mge application and publish it in my server. > The question now is it accessible or can browse the map using PDA or an

Re: [mapguide-users] Selecting object returns wrong primary key

2009-03-09 Thread Jackie Ng
What is the underlying data? (SDF? SHP? other?) Is it joined to another feature source? - Jackie marius.360 wrote: > > I select an object on the map, on the mouse over it gives me the correct > primary key, but when I open a capture form where attribute information is > displayed, another dif

Re: [mapguide-users] Load AutoCAD Map 3D DWG file

2009-03-10 Thread Jackie Ng
I don't think Studio can load dwgs made with AutoCAD vertical products (eg. Map 3D), it will just treat them as vanilla AutoCAD dwgs. I could be wrong here. - Jackie mkaram84 wrote: > > Hi > We have an AutoCAD Map 3D DWG file which its layers have blocks. The > blocks are linked to an Oracle D

Re: [mapguide-users] Regarding -- Shape File Editor

2009-03-12 Thread Jackie Ng
Schema editing for shape files is extremely restrictive. You cannot edit the structure of an existing shape file. You can only create shape files by applying a schema (which you can add, modify and delete to your heart's content) but once that schema is applied, it is locked in and no more modific

Re: [mapguide-users] ExecuteSqlQuery Not Working

2009-03-13 Thread Jackie Ng
The SHP provider does not support SQL commands. You have to use MgFeatureQueryOptions to do your queries. - Jackie flakesns wrote: > > I got problem here. > > here is my code (php): > > $layerFeatureResource = new MgResourceIdentifier($layerFeatureId); > > $sql = "select road_name from ro

Re: [mapguide-users] Errors with mapguide svn checkout

2009-03-13 Thread Jackie Ng
Yes you need VS 2008 to build both MapGuide and FDO. If you want to save time, skip building FDO and just drop the binaries into Oem\FDO - Jackie manafi wrote: > > Thanks for the tip. > It did work for me to get the mapguide trunk downloaded. > > However, while trying to build FDO in order t

[mapguide-users] Re-usable command library/repository

2009-03-15 Thread Jackie Ng
Hi All, It would make sense to have some kind of re-usable command repository inside the mapguide web-root that all mapguide web applications can access and reference. Consider the following directory structure. www/ mapviewerphp/ mapviewernet/ mapviewerjava/ myapp1/ myapp2/

Re: [mapguide-users] Custom cursors in the AJAX viewer

2009-03-18 Thread Jackie Ng
There was a submission recently that changes the active tool cursor in the AJAX viewer. You should see it in the next release. http://trac.osgeo.org/mapguide/ticket/797 You can try applying the patches in the ticket if you require that functionality right now. - Jackie Peter Filip wrote: >

RE: [mapguide-users] Custom fusion widget support in MapGuide Studio

2009-03-19 Thread Jackie Ng
ith a restricted > set of values, fields with browse buttons for selecting resource IDs, > color pickers for colors etc. > > Chris. > > -Original Message- > From: mapguide-users-boun...@lists.osgeo.org > [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Jac

[mapguide-users] mapguide-contrib

2009-03-19 Thread Jackie Ng
Hi All, I've set up a project site on Google Code which I am hoping will be a home for community-contributed tools and scripts for MapGuide Open Source / Enterprise. http://code.google.com/p/mapguide-contrib/ It's currently empty at the moment, but I am hoping we can move some of the more usefu

Re: [mapguide-users] tooltip in fusion

2009-03-22 Thread Jackie Ng
Hi Susan, What does your tooltip look like and what version of MapGuide are you currently using? - Jackie SusanDaniel wrote: > > hi all > my platform is mapguide maestro .my problem is that i can't > display > the tool tip in fusion .Can i display it in fusion ?Any one having any

Re: [mapguide-users] tooltip in fusion

2009-03-22 Thread Jackie Ng
I mean what is the value you have for your tooltip? - Jackie SusanDaniel wrote: > > hi... >my tooltip is a text.And i am using mapguide 2.0.1 and maestro 1.0.9.. > > On Mon, Mar 23, 2009 at 10:46 AM, Jackie Ng > wrote: > >> >> Hi Susan, >> >&

Re: [mapguide-users] tooltip in fusion

2009-03-23 Thread Jackie Ng
;ctrl+click to open window</br> .Is it right? 2009/3/23 Jackie Ng <jumpinjac...@gmail.com> > > I mean what is the value you have for your tooltip? > > - Jackie > > > SusanDaniel wrote: > > > > hi... > >    my tooltip is a text.And i am using m

Re: [mapguide-users] Using the MapAgent directly to create map images.

2009-03-30 Thread Jackie Ng
I believe GETMAPIMAGE incorporates all the visible layers on the map, whereas GETDYNAMICOVERLAYIMAGE only considers the non-tiled visible layers. - Jackie Hi folks, Can someone out there please tell me when using the MapAgent directly (as I am developing my own viewer) when should I use GET

Re: [mapguide-users] Mapguide without Apache

2009-04-02 Thread Jackie Ng
If you have time too, file an installer ticket enhancement too. - Jackie Hello Zac, I've a deadline the next week. Let me 2 weeks to have time to remember all the steps (and details) to add the necessary steps into the wiki. regards. how about dropping this onto the wiki? 2009/4/2 Micho G

Re: [mapguide-users] FDO toolbox help

2009-04-04 Thread Jackie Ng
My energies are focused on MapGuide right now, but I take a look at this when I have time. - Jackie Hi Jackie, I am trying to use this tool in order to convert shp to sql2008. I wanted to connect to sql2008 database but with no success. I have attached a screenshot with the error that I got i

Re: [mapguide-users] FDO toolbox help

2009-04-07 Thread Jackie Ng
Out of the box, joins on attributes are supported, joining on spatial predicates however is not. It is something I have in my todo list though. I don't believe MapGuide supports joins on spatial predicates either. - Jackie I finally got round to giving FDO toolbox a go. Looks very impressive

Re: [mapguide-users] No viewer access

2009-04-08 Thread Jackie Ng
I don't think frames are accessible if you didn't supply the "name" attribute for them as well. - Jackie Hello, I embedd MapGuide in my own application, like this: Later on I want call the mapFrame functions form the Viewer API: var name = fraVIEWER.mapFrame.GetMapName(); When I do t

Re: [mapguide-users] Mapguide without Apache

2009-04-08 Thread Jackie Ng
Is this actually a feasible solution that is usable in a production environment? If so, I am willing to make a pure, tomcat-only configuration for the installer (but if so, this configuration won't make it for 2.1) - Jackie Hello, Yes, you can but you need to do some steps. 1. Modify www/WE

Re: [mapguide-users] FDO toolbox help

2009-04-12 Thread Jackie Ng
This is a defect with the Generic control that makes it unusable with RDBMS-based providers or any providers that have connection properties which are only available when connected. This will be fixed for the next release. The workaround in the meantime, would be to use the express connection

Re: [mapguide-users] FDO 3.4.0 RC 3

2009-04-13 Thread Jackie Ng
I don't think so. 1. FDO 3.3.1 was built with Visual C++ 2005 2. FDO 3.4.0 is built with Visual C++ 2008 3. FDO 3.4.0 has newer APIs Even if you have the required runtime libraries installed, I doubt a 2005-built MapGuide can use 2008-built FDO binaries. - Jackie Howdy, I'm re-installing map

Re: [mapguide-users] Mapguide 2.1 installer

2009-04-13 Thread Jackie Ng
What is your environment? (Operating System / 32 or 64-bit). Can we get more detailed (error) information? The installer has a Visual C++ 2008 Runtime installer built-in, and it will install that if it could not find said library on your machine. - Jackie Howdy, Just downloaded and installed

[mapguide-users] Performance: Single vs Multi-class SDF

2009-04-16 Thread Jackie Ng
Hi All, Is there any noticeable performance difference when using a multi-class SDF as opposed to a single-class SDF? - Jackie -- View this message in context: http://n2.nabble.com/Performance%3A-Single-vs-Multi-class-SDF-tp2642299p2642299.html Sent from the MapGuide Users mailing list archiv

Re: [mapguide-users] Mapguide Opensource 2.1 Release date

2009-04-16 Thread Jackie Ng
It's not going to be released on that date. There is usually beta and RC releases before the final release, and we even haven't hit beta yet. >From my point of view, it is because the new installer that Jason, Kenneth and >myself wrote is not ready for prime time. Proper IIS7 support is still

Re: [mapguide-users] Opening different weblayouts in one session

2009-04-16 Thread Jackie Ng
How do your tabs look like in HTML terms? It could be screwing up the javascript of the second viewer. - Jackie It could be that the AJAX viewer I have two tabs in one of my application pages. I am trying to open 2 different layouts in each tab so the user can switch between tabs for the dif

Re: [mapguide-users] Select points problem

2009-04-16 Thread Jackie Ng
Have you defined a primary key for that point table? - Jackie Check that the datasource has a X, Y and Z value even if it only requires an X, Y just assign one of the X, Y columns to the Z and retry, had this problem a while ago and this seemed to fix it. Good luck I try this: MDSYS.SDO_G

Re: [mapguide-users] Select points problem

2009-04-17 Thread Jackie Ng
In Maestro, does this PK show up as the key column? If not have you set it? - Jackie Have you defined a primary key for that point table? - Jackie Check that the datasource has a X, Y and Z value even if it only requires an X, Y just assign one of the X, Y columns to the Z and retry, had

Re: [mapguide-users] FDO toolbox help

2009-04-17 Thread Jackie Ng
I've made a new release of FDO Toolbox that not only fixes the Generic control for RDBMS providers, but also provides an express SQL Server 2008 spatial connection option. Cheers, - Jackie This is a defect with the Generic control that makes it unusable with RDBMS-based providers or any pro

Re: [mapguide-users] FDO Provider for Postgis ERROR

2009-04-21 Thread Jackie Ng
Go to the mapagent interface: http://yourmapguideserver:port/mapguide/mapagent/index.html Click "Feature" under "Services API" Click "GetSchemas" Enter the resource id of the feature source and click "Submit" If you get xml content, then click "DescribeSchema" and enter the same resource id a

Re: [mapguide-users] FDO Provider for Postgis ERROR

2009-04-22 Thread Jackie Ng
beSchema.cpp > - MgServerDescribeSchema::ExecuteDescribeSchema() line 173 file > d:\build\mapguide_open_source_v2.0\build_30.11\mgdev\server\src\services\feature\ServerDescribeSchema.cpp > Cannot establish connection. > > > > > > > > Jackie Ng wrote

RE: [mapguide-users] Query on Mapguide

2009-04-23 Thread Jackie Ng
You don't have to go that far anymore, if you're using the current version (2.0.2) changing one of the templates is enough. http://www.jasonbirch.com/nodes/2008/12/02/213/changing-selection-colour-in-mapguide-ajax-viewer/ - Jackie Ivan Milicevic wrote: > > Selection color is hard coded, so yo

Re: [mapguide-users] Store point geom: ODBC or Native

2009-04-24 Thread Jackie Ng
There's probably some conversion overhead involved with ODBC points, that you won't have with native storage. Unless you need to have your SQL Server 2008 database interop with other systems (that can't understand SQL Server 2008 spatial data types), you should go native where possible. Also us

Re: [mapguide-users] select the location on map

2009-04-24 Thread Jackie Ng
I see an extra brace (the very first one) in the javascript block that could be messing everything up. - Jackie SusanDaniel wrote: > > hi all > In order to display a form in the task pane i've the following > code > in "../mapviewerphp/window.php" > > > > { > function getsession

Re: [mapguide-users] SetFilter IN

2009-04-27 Thread Jackie Ng
What if you single-quoted the values in the IN filter list? - Jackie KOBAH wrote: > > Hello, > I hope users might have undergone this basic query filter in past. >districtQuery.SetFilter("Autogenerated_SDF_ID = " + > district); > > I just want to alter this filter to include m

Re: [mapguide-users] SetFilter IN

2009-04-27 Thread Jackie Ng
Another question I should've asked: Are district1, distrct2 the actual values you are after or are they variable names? - Jackie KOBAH wrote: > > Hello, > I hope users might have undergone this basic query filter in past. >districtQuery.SetFilter("Autogenerated_SDF_ID = " + >

Re: [mapguide-users] New Enterprise Mapguide Samples unable to download.

2009-04-27 Thread Jackie Ng
IANAL, but is this legal under Google's terms of usage? I remember this legal minefield with regards to the usage of Google Maps data. - Jackie Jonathan W wrote: > > i recently saw that the Enterprise Mapguide site has been updated with > brand new samples!! > > http://enterprise.mapguide.com

Re: [mapguide-users] Trying to create an ajax search thingo

2009-04-27 Thread Jackie Ng
Perhaps you may have used the wrong MgSelection constructor? The API docs says that MgSelection() is a dummy constructor. - Jackie Jamo wrote: > > I'm trying to populate an Ajax TabContainer with a tab for each search. > > I'm getting an error for line 94: "The map definition is invalid. " >

Re: [mapguide-users] Trying to create an ajax search thingo

2009-04-27 Thread Jackie Ng
tionString); > MgFeatureReader featureReader = > FeatureService.SelectFeatures(layerFeatureResource, layerClassName, > queryOptions); > > Response.Write(featureReader.GetClassDefinition().GetProperties().Count); > > I'm not too sure on why or how but I'm not too

Re: [mapguide-users] SetFilter IN

2009-04-27 Thread Jackie Ng
ng and it > will give errors. > > I tried similar stuff on SHPGEOM as well with no success. > KOBAH > > > > Jackie Ng wrote: >> >> Another question I should've asked: >> >> Are district1, distrct2 the actual values you are after or are they

Re: [mapguide-users] Trying to create an ajax search thingo

2009-04-28 Thread Jackie Ng
That would be the Layer Definition. You would have to get the resource id of the layer definition from the MgLayer and get the resource content, looking for the elements (I believe). - Jackie Jamo wrote: > > I can remember seeing somewhere something taht returns all the mapped > feature prope

Re: [mapguide-users] SDE Data

2009-04-28 Thread Jackie Ng
How big are these nvarchar fields? There were known problems with large nvarchar fields? http://trac.osgeo.org/fdo/ticket/471 - Jackie Daniel, Scott wrote: > > I have created a layer from an SDE data source. However, Studio is not > displaying any fields that are nvarchar field type. Is there

Re: [mapguide-users] Can you group features?

2009-04-30 Thread Jackie Ng
You have to use a MultiXXX geometry type. (MultiPoint, MultiLineString, etc) To make these types in AutoCAD Map (2009 onwards AFAIK), right click your FDO layer in your Display Manager, and choose "New Feature from Geometry", then you can select all your disconnected (AutoCAD) lines, and they sho

Re: [mapguide-users] freeBSD install

2009-04-30 Thread Jackie Ng
Fusion runs on top of MapGuide, which uses FDO. So yes you need to compile both. You're probably the first one to try compiling on BSD. So you're probably on your own here. Do let us know if you have success :-) - Jackie Marco Battistella wrote: > > Hi, > I am attempting to create a install o

Re: [mapguide-users] Creating a temporary feature source that is not an SDF file

2009-05-07 Thread Jackie Ng
If you understand that feature sources are just xml documents that describe a FDO connection to a particular data store, then CreateFeatureSource()/MgCreateSdfParams is just a convenience method that does the following: 1) Create the SDF file, with the specified schema 2) Create an XML feature so

Re: [mapguide-users] migrating resources from 2009 server to 2010

2009-05-11 Thread Jackie Ng
The simplest way to migrate data is to use the mapguide site administrator to create a data package (mgp), this can also serve as your 2009 backup that you can roll back if things go wrong. Copy this package to your 2010 installation (MapGuideEnterprise2010\Server\Packages). Run its site administ

Re: [mapguide-users] King.Oracle and King.Informix for FDO 3.4

2009-05-12 Thread Jackie Ng
Hi Haris, Will we see a 3.4 port of the KML provider anytime soon? - Jackie Haris Kurtagic wrote: > > Hi, > > I have build latest King.Oracle and King.Informix FDO providers for FDO > 3.4. > > You can download them from > http://www.sl-king.com/fdooracle/download/download.html and > http:/

  1   2   3   4   5   6   7   8   9   10   >