[mapguide-users] How have fusion developers integrated the file MapGuideViewerApi.js?

2009-04-27 Thread alba
How have fusion developers integrated the file MapGuideViewerApi.js to use AJAX Viewer and Fusion ? I use mapguide 2.0.2 and I would like to work with the file of C:\Programmi\MapGuideOpenSource2.0\WebServerExtensions\www\phpviewersample\query I have now three problems: 1. function

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 multiple

Re: [mapguide-users] SetFilter IN

2009-04-27 Thread Kenneth Skovhede, GEOGRAF A/S
I have used the IN operator like you show, and it works for me, although not with the SDF provider. Regards, Kenneth Skovhede, GEOGRAF A/S Jackie Ng skrev: What if you single-quoted the values in the IN filter list? - Jackie KOBAH wrote: Hello, I hope users might have undergone this

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 = +

[mapguide-users] 2.1 GDAL Rasters - tiles disappearing on map load

2009-04-27 Thread cagray
Hi, I have a web application using the AJAX viewer on MapGuide 2.1. The map is basically just rasters using the GDAL provider and AGG renderer. The maps work fine when not using tiles but when I start to use tiles the tiles load up but once the map is fully rendered all the rasters/tiles

Re: [mapguide-users] 2.1 GDAL Rasters - tiles disappearing on map load

2009-04-27 Thread cagray
cagray wrote: Hi, I have a web application using the AJAX viewer on MapGuide 2.1. The map is basically just rasters using the GDAL provider and AGG renderer. The maps work fine when not using tiles but when I start to use tiles the tiles load up but once the map is fully rendered all

[mapguide-users] Question with Mapguide and Server

2009-04-27 Thread LGS
Hi There, I was developing an application using mg server 2.0 and in Map studio. We had an application running and when we moved the app from server to server we had lost our mg studio map and web layout settings. Where did we go wrong and can someone explain how that is stored on the server.

Re: [mapguide-users] Question with Mapguide and Server

2009-04-27 Thread Kenneth Skovhede, GEOGRAF A/S
The data is stored in the Repositories subfolder of your MapGuide installation folder. There should also be a RepositoryAdmin folder with tools for making backups. The format of the database is DbXml. If the old server is running, you can create a Package, using the Repository Administrator

[mapguide-users] help

2009-04-27 Thread saloua wakrim
i try the following code for displaying layer wich contains line in map, so i digitize a line, create temporary feature for this line, create a layer wich contains it and add it to the map. it doesn't give me some error but i can see the line in the map (i can draw it). Please help me. the code

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

2009-04-27 Thread Mike Adair
I can't get to it right now but I do have a task on my plate to get these issues ironed out in Fusion 2.0, It should be within the next 2 weeks. Mike Andy Morsell wrote: Thanks Chris. I would prefer to go the Google layers overlaid on Fusion route so will explore that further. I was able to

RE: [mapguide-users] 2.1 GDAL Rasters - tiles disappearing on map load

2009-04-27 Thread Jason Birch
cagray wrote: Fixed it myself. Was a really silly mistake where I had Thank goodness; had me worried there :) Jason ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http://lists.osgeo.org/mailman/listinfo/mapguide-users

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

2009-04-27 Thread Jonathan W
Getting back to the original post while I also would like to use the whole new google interface as well... who runs the mapguide enterprise site? I emailed Autodesk and they replied back: Unfortunately, we do not have any information regarding the maintenance of the website you were referring

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

2009-04-27 Thread Martin Morrison
A whois shows Autodesk is the registrant to mapguide.com... Martin -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Jonathan W Sent: Monday, April 27, 2009 11:22 AM To: mapguide-users@lists.osgeo.org Subject:

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

2009-04-27 Thread Jonathan W
Thanks Martin, Probably was a contractor who did it for them, hopefully whoever runs the site will fix the downloading error soon. Jonathan Martin Morrison wrote: A whois shows Autodesk is the registrant to mapguide.com... Martin -Original Message- From:

Re: [mapguide-users] Select points problem

2009-04-27 Thread Big Tom
Big Tom wrote: Big Tom wrote: Jackie Ng wrote: In Maestro, does this PK show up as the key column? If not have you set it? - Jackie Big Tom wrote: Big Tom wrote: Jackie Ng wrote: Have you defined a primary key for that point table? - Jackie Big Tom

RE: [mapguide-users] Select points problem

2009-04-27 Thread Haris Kurtagic
Are you using King.Oracle provider ? Which version of 9i are you using ? Not easy for me to read from email bellow :). You do have primary key defined ? If you are using King.Oracle you should check with Fdo2Fdo to confirm that FDO class created from that oracle table has identity defined.

Re: [mapguide-users] PHP version upgrade?

2009-04-27 Thread jeffjensen
Hello Andrew, Did you find an answer for this? I would also like to install the newer version of PHP. Thanks, Jeff Jensen Andrew DeMerchant wrote: Is it possible to upgrade the version of PHP that's included with MapGuide? More specifically, I mean that if I've got mapguide installed

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!!

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

2009-04-27 Thread Jamo
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. foreach (MgLayer cLayer in cadFeatures.GetLayers()) Is it best to store the information needed for each search in a MgSelection or would it be better to

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] New Enterprise Mapguide Samples unable to download.

2009-04-27 Thread Jason Birch
I'm not a lawyer either, but it's my understanding that as long as you're using the Google Maps published API (as OpenLayers/Fusion/MapGuide is) directly rather than scraping the data, it's a permitted use. In order to enable Google layers under Fusion you need to sign up for your own API key

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

2009-04-27 Thread Jamo
Cheers Jackie I've fixed it up changed the MgSelection to MgSelectionBase where needed. Also changed the MgSelection thisSel = new MgSelection() to MgSelectionBase thisSel = new MgSelectionBase(map); which i think has fixed up the issue Another issue thats got me stunned is this doesn't

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

2009-04-27 Thread Jackie Ng
Also, you may need to double check that you're correctly using the MgMap API as a result of http://trac.osgeo.org/mapguide/wiki/MapGuideRfc9 - Jackie Jamo wrote: Cheers Jackie I've fixed it up changed the MgSelection to MgSelectionBase where needed. Also changed the MgSelection thisSel

Re: [mapguide-users] SetFilter IN

2009-04-27 Thread Jackie Ng
If they are variables, then your line of code should really be: districtQuery.SetFilter(Autogenerated_SDF_ID IN ( + district1 + , + district2 + , + district3 + )); OR a cleaner version: districtQuery.SetFilter(string.Format(Autogenerated_SDF_ID IN ({0}, {1}, {2}), district1, district2,