[mapguide-users] problem with printing in fusion

2010-01-25 Thread Christoph Lauber
Hi List I have a printing problem with Fusion (Ajax works fine) using Windows Server 2008, IIS7 and Topobase Web. At the moment I hit the Print icon, Firebug shows this mesage: "GET http://my-page-ip/mapguide2010/fusion/widgets/Print/Print.html 400 Bad Request" and the printing dialog shows up wi

[mapguide-users] Re: Problem loading a Dynamic Web Layout

2010-01-25 Thread nclayton
While viewing/editing the layout xml in Maestro and Studio, I've found my problem. It doesn't like my xml for the TaskBar items, even though they are just copied and pasted from an existing layout. -- View this message in context: http://n2.nabble.com/Problem-loading-a-Dynamic-Web-Layout-tp4456

[mapguide-users] Problem loading a Dynamic Web Layout

2010-01-25 Thread nclayton
Hello everyone, I'm working on making modifications to the ajax viewer to fit the needs of the company that I work for. What I am currently trying to do is load up a dynamically generated web layout. Everything works until I get to the line to create the web layout. Here is the code that breaks:

Re: [mapguide-users] Best steps for upgrading from 2.0 to 2.1?

2010-01-25 Thread Jason Birch
I would highly recommend setting up a test server identical to your production server and testing (and documenting) the upgrade steps there first. There are several differences between 2.0 and 2.1, and some people are having problems with raster layers that have prevented upgrades. MapGuide does

Re: [mapguide-users] Does anybody understand these errors?

2010-01-25 Thread Jason Birch
SQL Server is nasty with geometry "errors" (anything that doesn't conform to OGC valid geometry) and if spatial query results contain any invalid geometry it throws an exception. If I recall correctly, MapGuide always tries a BBOX constrained query and then if that fails an unconstrained query, so

RE: [mapguide-users] Does anybody understand these errors?

2010-01-25 Thread Martin Morrison
I have found that if you give MapGuide bad data, the server will not be as stable. Looking from the top, the first item is an invalid geometry. Have you tried using your editing tools to scrub the data before you try to display it? Get rid of any zero length objects, extra vertices, etc. In

Re: [mapguide-users] King.Oracle provider - how to create join with table without geometry data?

2010-01-25 Thread Bojan Franc @ FER
I have Studio installed on the server running MGOS and Oracle. Working on it as we speak, but no luck so far. - Original Message - From: Haris Kurtagic To: MapGuide Users Mail List Sent: Monday, January 25, 2010 3:37 PM Subject: Re: [mapguide-users] King.Oracle provider - how

Re: [mapguide-users] King.Oracle provider - how to create join with table without geometry data?

2010-01-25 Thread Haris Kurtagic
That error looks more like networking problem then MG&King.Oracle. I guess googling for it would be first step ::) Haris On Mon, Jan 25, 2010 at 3:33 PM, bojanfr...@fer wrote: > Thx for info, I can select it now. > > Now, another problem... > I created the JOIN, restarted MGOS just in case...

Re: [mapguide-users] King.Oracle provider - how to create join with table without geometry data?

2010-01-25 Thread bojanfr...@fer
Thx for info, I can select it now. Now, another problem... I created the JOIN, restarted MGOS just in case... In MG Studio I can edit the features, it lists the feature values (means it reads data from the new join) but the layer is empty (nothing shown on map). In FeatureSource editor in MG St

[mapguide-users] Does anybody understand these errors?

2010-01-25 Thread JamesDudden
Hi, Currently I am using MG 2.0 on windows server 2003 with IIS 5, MG Studio 2009 and .net build. I have about 60 layers of data including raster, sdf, MS Access and SQL Express. Recently there have been alot of instances of MG stalling and me having to restart it to get things going again. Bel

[mapguide-users] Best steps for upgrading from 2.0 to 2.1?

2010-01-25 Thread JamesDudden
Hi, Could somebody tell me the best steps from upgrading from MG2.0 to 2.1. Currently I am using MG 2.0 on windows server 2003 with IIS 5, MG Studio 2009 and .net build. I have about 60 layers of data including raster, sdf, MS Access and SQL Express. I have programmed my own web interface that re

Re: [mapguide-users] King.Oracle provider - how to create join with table without geometry data?

2010-01-25 Thread Haris Kurtagic
If I am not mistaken you can use KingFdoClass metadata table to add non-geometry tables. Haris On Mon, Jan 25, 2010 at 2:10 PM, bojanfr...@fer wrote: > > Hi, > > I have a data warehouse with a FACT table containing a lot of points (GPS > locations). And I have a DATE dimension table. > I want t

[mapguide-users] King.Oracle provider - how to create join with table without geometry data?

2010-01-25 Thread bojanfr...@fer
Hi, I have a data warehouse with a FACT table containing a lot of points (GPS locations). And I have a DATE dimension table. I want to draw a layer containing all locations within 1 day (or a period of days). I was thinking of doing a JOIN with King.Oracle of that FACT and DIMENSION table, expor