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

2009-05-14 Thread Matteo

Hi,
  Autodesk has informed me that the problem should be solved.
Regards,
Matteo



Jonathan W wrote:
 
 i recently saw that the Enterprise Mapguide site has been updated with
 brand new samples!!
 
 http://enterprise.mapguide.com/landing/index.php
 
 when I click on the link to download the sample applications it runs to
 14% then tells me the server needs to reset.  I have tried it multiple
 times on multiple machines but to no luck.  Anyone have any success? 
 

-- 
View this message in context: 
http://n2.nabble.com/New-Enterprise-Mapguide-Samples-unable-to-download.-tp2693832p2888755.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] .NET viewer sample: query tool

2009-05-14 Thread nasp

Hi,
I specified a coordinate system with mapguide studioall my points
disappeared from the map, not moved in another place, just disappeared.

Also, obviously, query tool doesn't work.

There's something about coordinate system, MG 2.0.2 and FDO that I don't
understand, but I haven't focused the problem.

Regards,
Naspi


Jackie Ng wrote:
 
 If you are using MapGuide Studio, the feature source editor allows you to
 specify a coordinate system for your point geometry tables.
 
 I don't know if Maestro has exposed this same capability.
 
 - Jackie
 
 
 nasp wrote:
 
 The problem is for layer with FDO Provider: OSGeo.ODBC and it's ok for
 SDF layers.
 
 OSGeo.ODBC data connection has no spatial context information (SDF layer
 connection has it!).
 Do you know how can I provide spatial context information for ODBC
 geometry?
 
 Regards,
 Naspi
 
 
 Jackie Ng wrote:
 
 If you look at the server error logs, do they reveal any more
 information at the time of failure?
 
 - Jackie
 
 
 nasp wrote:
 
 Thank you for your answer.
 
 Mapguide version is 2.0.2 with FDO 3.4
 
 The map has EPSG=3003
 
 Any ideas?
 
 
 
 Jackie Ng wrote:
 
 Are you using the latest release of MapGuide?
 
 Also, do your maps/layers/feature sources have defined coordinate
 systems?
 
 - Jackie
 
 
 nasp wrote:
 
 Hi,
 I downloaded .NET sample application.
 Everything works fine but not the query tool.
 In query\classes\query.aspx, Execute() procedure, I got an error
 (MgUnclassifiedException) at this line
 
 centerPoint = (MgPoint)
 centerPoint.Transform(csTransform);
 
 Can someone help me, please?
 
 Regards,
 Naspi
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

-- 
View this message in context: 
http://n2.nabble.com/.NET-viewer-sample%3A-query-tool-tp2868356p2889026.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] (no subject)

2009-05-14 Thread Krushna Chandra Panigrahy
-- 
K.C. Panigrahy,Directer,TRIBAL MUSEUM
Koraput- 764020
Orissa,India
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] .NET viewer sample: query tool

2009-05-14 Thread Stefan Dalakov
Check if the coordinates fall within the range for the coordinate system 
you have specified.
And I may be wrong, but some time ago, I remember something, that points 
coming from ODBC data source should be in Lat/Lon coordinates. This, I 
repeat again, is something that I am not quite sure if it is true.


Stefan Dalakov


nasp wrote:

Hi,
I specified a coordinate system with mapguide studioall my points
disappeared from the map, not moved in another place, just disappeared.

Also, obviously, query tool doesn't work.

There's something about coordinate system, MG 2.0.2 and FDO that I don't
understand, but I haven't focused the problem.

Regards,
Naspi


Jackie Ng wrote:
  

If you are using MapGuide Studio, the feature source editor allows you to
specify a coordinate system for your point geometry tables.

I don't know if Maestro has exposed this same capability.

- Jackie


nasp wrote:


The problem is for layer with FDO Provider: OSGeo.ODBC and it's ok for
SDF layers.

OSGeo.ODBC data connection has no spatial context information (SDF layer
connection has it!).
Do you know how can I provide spatial context information for ODBC
geometry?

Regards,
Naspi


Jackie Ng wrote:
  

If you look at the server error logs, do they reveal any more
information at the time of failure?

- Jackie


nasp wrote:


Thank you for your answer.

Mapguide version is 2.0.2 with FDO 3.4

The map has EPSG=3003

Any ideas?



Jackie Ng wrote:
  

Are you using the latest release of MapGuide?

Also, do your maps/layers/feature sources have defined coordinate
systems?

- Jackie


nasp wrote:


Hi,
I downloaded .NET sample application.
Everything works fine but not the query tool.
In query\classes\query.aspx, Execute() procedure, I got an error
(MgUnclassifiedException) at this line

centerPoint = (MgPoint)
centerPoint.Transform(csTransform);

Can someone help me, please?

Regards,
Naspi





  

  

  



  


___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] is it true?: ODBC data source should be in Lat/Lon coordinates

2009-05-14 Thread nasp

Please,
I hope someone can answer my question and I hope the answer is NO.

Is it true: 
ODBC data source should be in Lat/Lon coordinates?

Thank you very much for your help.

Naspi
-- 
View this message in context: 
http://n2.nabble.com/is-it-true-%3A-ODBC-data-source-should-be-in-Lat-Lon-coordinates-tp2889266p2889266.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] is it true?: ODBC data source should be in Lat/Lon coordinates

2009-05-14 Thread Jackie Ng

No :-)

It just needs to have a coordinate system defined or mapguide won't know how
to interpret the points.

- Jackie


nasp wrote:
 
 Please,
 I hope someone can answer my question and I hope the answer is NO.
 
 Is it true: 
 ODBC data source should be in Lat/Lon coordinates?
 
 Thank you very much for your help.
 
 Naspi
 

-- 
View this message in context: 
http://n2.nabble.com/is-it-true-%3A-ODBC-data-source-should-be-in-Lat-Lon-coordinates-tp2889266p2889755.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Exporting a MapGuide Map to HTML file?

2009-05-14 Thread briancomeau

Hi Experts,

I have tested communication between MapGuide and JavaScript using a 6.5
version (MWF) map embedded in an HTML file. I would like to test the same
thing with Autodesk MapGuide 2009. Is it possible to export to MWF and use
the OBJECT tags to embed?

How else would I go about accessing the source for the generated page? I
want to be able to communicate between Flash and the MapGuide map.

Thanks in advance!

/Brian
-- 
View this message in context: 
http://n2.nabble.com/Exporting-a-MapGuide-Map-to-HTML-file--tp2891259p2891259.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Exporting a MapGuide Map to HTML file?

2009-05-14 Thread Zac Spitzer
6.5 and 2009 are very different beasts

by source what do you mean?

you might want to have a look at openlayers

z

On Fri, May 15, 2009 at 12:24 AM, briancomeau
brian.com...@accenture.com wrote:

 Hi Experts,

 I have tested communication between MapGuide and JavaScript using a 6.5
 version (MWF) map embedded in an HTML file. I would like to test the same
 thing with Autodesk MapGuide 2009. Is it possible to export to MWF and use
 the OBJECT tags to embed?

 How else would I go about accessing the source for the generated page? I
 want to be able to communicate between Flash and the MapGuide map.

 Thanks in advance!

 /Brian
 --
 View this message in context: 
 http://n2.nabble.com/Exporting-a-MapGuide-Map-to-HTML-file--tp2891259p2891259.html
 Sent from the MapGuide Users mailing list archive at Nabble.com.

 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users




-- 
Zac Spitzer -
http://zacster.blogspot.com
+61 405 847 168
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Exporting a MapGuide Map to HTML file?

2009-05-14 Thread Zac Spitzer
which of course supports mapguide , it's a client mapping api

On Fri, May 15, 2009 at 12:26 AM, Zac Spitzer zac.spit...@gmail.com wrote:
 6.5 and 2009 are very different beasts

 by source what do you mean?

 you might want to have a look at openlayers

 z

 On Fri, May 15, 2009 at 12:24 AM, briancomeau
 brian.com...@accenture.com wrote:

 Hi Experts,

 I have tested communication between MapGuide and JavaScript using a 6.5
 version (MWF) map embedded in an HTML file. I would like to test the same
 thing with Autodesk MapGuide 2009. Is it possible to export to MWF and use
 the OBJECT tags to embed?

 How else would I go about accessing the source for the generated page? I
 want to be able to communicate between Flash and the MapGuide map.

 Thanks in advance!

 /Brian
 --
 View this message in context: 
 http://n2.nabble.com/Exporting-a-MapGuide-Map-to-HTML-file--tp2891259p2891259.html
 Sent from the MapGuide Users mailing list archive at Nabble.com.

 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users




 --
 Zac Spitzer -
 http://zacster.blogspot.com
 +61 405 847 168




-- 
Zac Spitzer -
http://zacster.blogspot.com
+61 405 847 168
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Mapguide Server SPecs...

2009-05-14 Thread Scott Sonnier
What are the common specifications for a working Windows Server 2003 box to run 
Mapguide OS?
Hosting will include data-Entire Counties and Aerial Photos...
Do I need anything special when putting this server together?

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Exporting a MapGuide Map to HTML file?

2009-05-14 Thread briancomeau

So it is possible? 

Are you saying that there isn't something like the previous MWF that I could
simply embed into an HTML file using the OBJECT tags? If not, is there
another way to do this? You mentioned an API, is that fairly easy to use?

Thanks,
Brian

zspitzer wrote:
 
 which of course supports mapguide , it's a client mapping api
 
 On Fri, May 15, 2009 at 12:26 AM, Zac Spitzer zac.spit...@gmail.com
 wrote:
 6.5 and 2009 are very different beasts

 by source what do you mean?

 you might want to have a look at openlayers

 z

 On Fri, May 15, 2009 at 12:24 AM, briancomeau
 brian.com...@accenture.com wrote:

 Hi Experts,

 I have tested communication between MapGuide and JavaScript using a 6.5
 version (MWF) map embedded in an HTML file. I would like to test the
 same
 thing with Autodesk MapGuide 2009. Is it possible to export to MWF and
 use
 the OBJECT tags to embed?

 How else would I go about accessing the source for the generated page? I
 want to be able to communicate between Flash and the MapGuide map.

 Thanks in advance!

 /Brian
 --
 View this message in context:
 http://n2.nabble.com/Exporting-a-MapGuide-Map-to-HTML-file--tp2891259p2891259.html
 Sent from the MapGuide Users mailing list archive at Nabble.com.

 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users




 --
 Zac Spitzer -
 http://zacster.blogspot.com
 +61 405 847 168

 
 
 
 -- 
 Zac Spitzer -
 http://zacster.blogspot.com
 +61 405 847 168
 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users
 
 

-- 
View this message in context: 
http://n2.nabble.com/Exporting-a-MapGuide-Map-to-HTML-file--tp2891259p2891445.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Mapguide Server SPecs...

2009-05-14 Thread Zac Spitzer
good disk perfromance is really important, consider SSD's

On Fri, May 15, 2009 at 12:29 AM, Scott Sonnier sco...@suncoastland.com wrote:
 What are the common specifications for a working Windows Server 2003 box to
 run Mapguide OS?

 Hosting will include data-Entire Counties and Aerial Photos…

 Do I need anything special when putting this server together?



 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users





-- 
Zac Spitzer -
http://zacster.blogspot.com
+61 405 847 168
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] is it true?: ODBC data source should be in Lat/Lon coordinates

2009-05-14 Thread nasp

Thanks

Naspi


nasp wrote:
 
 Please,
 I hope someone can answer my question and I hope the answer is NO.
 
 Is it true: 
 ODBC data source should be in Lat/Lon coordinates?
 
 Thank you very much for your help.
 
 Naspi
 

-- 
View this message in context: 
http://n2.nabble.com/is-it-true-%3A-ODBC-data-source-should-be-in-Lat-Lon-coordinates-tp2889266p2891713.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Exporting a MapGuide Map to HTML file?

2009-05-14 Thread briancomeau

So I took a look at OpenLayers, and it will not work for my particular
situation. 

Any other ideas? Is there really no way to export to a standalone
self-contained map anymore?

briancomeau wrote:
 
 So it is possible? 
 
 Are you saying that there isn't something like the previous MWF that I
 could simply embed into an HTML file using the OBJECT tags? If not, is
 there another way to do this? You mentioned an API, is that fairly easy to
 use?
 
 Thanks,
 Brian
 
 zspitzer wrote:
 
 which of course supports mapguide , it's a client mapping api
 
 On Fri, May 15, 2009 at 12:26 AM, Zac Spitzer zac.spit...@gmail.com
 wrote:
 6.5 and 2009 are very different beasts

 by source what do you mean?

 you might want to have a look at openlayers

 z

 On Fri, May 15, 2009 at 12:24 AM, briancomeau
 brian.com...@accenture.com wrote:

 Hi Experts,

 I have tested communication between MapGuide and JavaScript using a 6.5
 version (MWF) map embedded in an HTML file. I would like to test the
 same
 thing with Autodesk MapGuide 2009. Is it possible to export to MWF and
 use
 the OBJECT tags to embed?

 How else would I go about accessing the source for the generated page?
 I
 want to be able to communicate between Flash and the MapGuide map.

 Thanks in advance!

 /Brian
 --
 View this message in context:
 http://n2.nabble.com/Exporting-a-MapGuide-Map-to-HTML-file--tp2891259p2891259.html
 Sent from the MapGuide Users mailing list archive at Nabble.com.

 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users




 --
 Zac Spitzer -
 http://zacster.blogspot.com
 +61 405 847 168

 
 
 
 -- 
 Zac Spitzer -
 http://zacster.blogspot.com
 +61 405 847 168
 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users
 
 
 
 

-- 
View this message in context: 
http://n2.nabble.com/Exporting-a-MapGuide-Map-to-HTML-file--tp2891259p2891833.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: [mapguide-users] .NET viewer sample: query tool

2009-05-14 Thread Dave Wilson
Points in an ODBC database can be in any coordinate system. The coordinate 
system must be set on the ODBC Feature Source which currently allows for only 1 
coordinate system for all tables accessed by the connection.

Regards,
Dave

-Original Message-
From: mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Stefan Dalakov
Sent: Thursday, May 14, 2009 4:06 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] .NET viewer sample: query tool

Check if the coordinates fall within the range for the coordinate system 
you have specified.
And I may be wrong, but some time ago, I remember something, that points 
coming from ODBC data source should be in Lat/Lon coordinates. This, I 
repeat again, is something that I am not quite sure if it is true.

Stefan Dalakov


nasp wrote:
 Hi,
 I specified a coordinate system with mapguide studioall my points
 disappeared from the map, not moved in another place, just disappeared.

 Also, obviously, query tool doesn't work.

 There's something about coordinate system, MG 2.0.2 and FDO that I don't
 understand, but I haven't focused the problem.

 Regards,
 Naspi


 Jackie Ng wrote:
   
 If you are using MapGuide Studio, the feature source editor allows you to
 specify a coordinate system for your point geometry tables.

 I don't know if Maestro has exposed this same capability.

 - Jackie


 nasp wrote:
 
 The problem is for layer with FDO Provider: OSGeo.ODBC and it's ok for
 SDF layers.

 OSGeo.ODBC data connection has no spatial context information (SDF layer
 connection has it!).
 Do you know how can I provide spatial context information for ODBC
 geometry?

 Regards,
 Naspi


 Jackie Ng wrote:
   
 If you look at the server error logs, do they reveal any more
 information at the time of failure?

 - Jackie


 nasp wrote:
 
 Thank you for your answer.

 Mapguide version is 2.0.2 with FDO 3.4

 The map has EPSG=3003

 Any ideas?



 Jackie Ng wrote:
   
 Are you using the latest release of MapGuide?

 Also, do your maps/layers/feature sources have defined coordinate
 systems?

 - Jackie


 nasp wrote:
 
 Hi,
 I downloaded .NET sample application.
 Everything works fine but not the query tool.
 In query\classes\query.aspx, Execute() procedure, I got an error
 (MgUnclassifiedException) at this line

 centerPoint = (MgPoint)
 centerPoint.Transform(csTransform);

 Can someone help me, please?

 Regards,
 Naspi





   
 
   
 
   
 

   

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Exporting a MapGuide Map to HTML file?

2009-05-14 Thread Zac Spitzer
there is DWF land

On Fri, May 15, 2009 at 12:44 AM, briancomeau
brian.com...@accenture.com wrote:

 So I took a look at OpenLayers, and it will not work for my particular
 situation.

 Any other ideas? Is there really no way to export to a standalone
 self-contained map anymore?

 briancomeau wrote:

 So it is possible?

 Are you saying that there isn't something like the previous MWF that I
 could simply embed into an HTML file using the OBJECT tags? If not, is
 there another way to do this? You mentioned an API, is that fairly easy to
 use?

 Thanks,
 Brian

 zspitzer wrote:

 which of course supports mapguide , it's a client mapping api

 On Fri, May 15, 2009 at 12:26 AM, Zac Spitzer zac.spit...@gmail.com
 wrote:
 6.5 and 2009 are very different beasts

 by source what do you mean?

 you might want to have a look at openlayers

 z

 On Fri, May 15, 2009 at 12:24 AM, briancomeau
 brian.com...@accenture.com wrote:

 Hi Experts,

 I have tested communication between MapGuide and JavaScript using a 6.5
 version (MWF) map embedded in an HTML file. I would like to test the
 same
 thing with Autodesk MapGuide 2009. Is it possible to export to MWF and
 use
 the OBJECT tags to embed?

 How else would I go about accessing the source for the generated page?
 I
 want to be able to communicate between Flash and the MapGuide map.

 Thanks in advance!

 /Brian
 --
 View this message in context:
 http://n2.nabble.com/Exporting-a-MapGuide-Map-to-HTML-file--tp2891259p2891259.html
 Sent from the MapGuide Users mailing list archive at Nabble.com.

 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users




 --
 Zac Spitzer -
 http://zacster.blogspot.com
 +61 405 847 168




 --
 Zac Spitzer -
 http://zacster.blogspot.com
 +61 405 847 168
 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users





 --
 View this message in context: 
 http://n2.nabble.com/Exporting-a-MapGuide-Map-to-HTML-file--tp2891259p2891833.html
 Sent from the MapGuide Users mailing list archive at Nabble.com.

 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users




-- 
Zac Spitzer -
http://zacster.blogspot.com
+61 405 847 168
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: [mapguide-users] Mapguide Server SPecs...

2009-05-14 Thread Martin Morrison
Agreed on the disk performance.  Even though Mapguide is currently a 32 bit 
primarily single threaded app, it's not going to stay that way forever.  Do get 
a server that 64-bit.  Mutli-cores and multi-processor capable.  A 32 bit app 
(with large address aware turned on) running on a 64-bit server will have 4 GB 
of ram available to it, rather than 2GB (or 3 with the switch added).  Memory 
is cheap, buy lot's of it.

Do consider putting data in a SQL spatial database, this has the benefit of 
off-loading some of the datareads.

If you need more help let, me know.

Martin

-Original Message-
From: mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Zac Spitzer
Sent: Thursday, May 14, 2009 10:33 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] Mapguide Server SPecs...

good disk perfromance is really important, consider SSD's

On Fri, May 15, 2009 at 12:29 AM, Scott Sonnier sco...@suncoastland.com wrote:
 What are the common specifications for a working Windows Server 2003 box to
 run Mapguide OS?

 Hosting will include data-Entire Counties and Aerial Photos...

 Do I need anything special when putting this server together?



 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users





-- 
Zac Spitzer -
http://zacster.blogspot.com
+61 405 847 168
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Exporting a MapGuide Map to HTML file?

2009-05-14 Thread briancomeau

So I can export to DWF and it will do what I'm looking for?

I found it was possible with 6.5 by looking through the examples in the API
for that version. It shows very distinctly how it can be done.


zspitzer wrote:
 
 there is DWF land
 
 On Fri, May 15, 2009 at 12:44 AM, briancomeau
 brian.com...@accenture.com wrote:

 So I took a look at OpenLayers, and it will not work for my particular
 situation.

 Any other ideas? Is there really no way to export to a standalone
 self-contained map anymore?

 briancomeau wrote:

 So it is possible?

 Are you saying that there isn't something like the previous MWF that I
 could simply embed into an HTML file using the OBJECT tags? If not, is
 there another way to do this? You mentioned an API, is that fairly easy
 to
 use?

 Thanks,
 Brian

 zspitzer wrote:

 which of course supports mapguide , it's a client mapping api

 On Fri, May 15, 2009 at 12:26 AM, Zac Spitzer zac.spit...@gmail.com
 wrote:
 6.5 and 2009 are very different beasts

 by source what do you mean?

 you might want to have a look at openlayers

 z

 On Fri, May 15, 2009 at 12:24 AM, briancomeau
 brian.com...@accenture.com wrote:

 Hi Experts,

 I have tested communication between MapGuide and JavaScript using a
 6.5
 version (MWF) map embedded in an HTML file. I would like to test the
 same
 thing with Autodesk MapGuide 2009. Is it possible to export to MWF
 and
 use
 the OBJECT tags to embed?

 How else would I go about accessing the source for the generated
 page?
 I
 want to be able to communicate between Flash and the MapGuide map.

 Thanks in advance!

 /Brian
 --
 View this message in context:
 http://n2.nabble.com/Exporting-a-MapGuide-Map-to-HTML-file--tp2891259p2891259.html
 Sent from the MapGuide Users mailing list archive at Nabble.com.

 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users




 --
 Zac Spitzer -
 http://zacster.blogspot.com
 +61 405 847 168




 --
 Zac Spitzer -
 http://zacster.blogspot.com
 +61 405 847 168
 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users





 --
 View this message in context:
 http://n2.nabble.com/Exporting-a-MapGuide-Map-to-HTML-file--tp2891259p2891833.html
 Sent from the MapGuide Users mailing list archive at Nabble.com.

 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users

 
 
 
 -- 
 Zac Spitzer -
 http://zacster.blogspot.com
 +61 405 847 168
 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users
 
 

-- 
View this message in context: 
http://n2.nabble.com/Exporting-a-MapGuide-Map-to-HTML-file--tp2891259p2892756.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Mapguide Server SPecs...

2009-05-14 Thread Zac Spitzer
can you explain primarily single threaded app a bit more?

On Fri, May 15, 2009 at 1:12 AM, Martin Morrison
martin.morri...@edsi.com wrote:
 Agreed on the disk performance.  Even though Mapguide is currently a 32 bit 
 primarily single threaded app, it's not going to stay that way forever.  Do 
 get a server that 64-bit.  Mutli-cores and multi-processor capable.  A 32 bit 
 app (with large address aware turned on) running on a 64-bit server will have 
 4 GB of ram available to it, rather than 2GB (or 3 with the switch added).  
 Memory is cheap, buy lot's of it.

 Do consider putting data in a SQL spatial database, this has the benefit of 
 off-loading some of the datareads.

 If you need more help let, me know.

 Martin

 -Original Message-
 From: mapguide-users-boun...@lists.osgeo.org 
 [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Zac Spitzer
 Sent: Thursday, May 14, 2009 10:33 AM
 To: MapGuide Users Mail List
 Subject: Re: [mapguide-users] Mapguide Server SPecs...

 good disk perfromance is really important, consider SSD's

 On Fri, May 15, 2009 at 12:29 AM, Scott Sonnier sco...@suncoastland.com 
 wrote:
 What are the common specifications for a working Windows Server 2003 box to
 run Mapguide OS?

 Hosting will include data-Entire Counties and Aerial Photos...

 Do I need anything special when putting this server together?



 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users





 --
 Zac Spitzer -
 http://zacster.blogspot.com
 +61 405 847 168
 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users

 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users




-- 
Zac Spitzer -
http://zacster.blogspot.com
+61 405 847 168
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] MapGuide Server 2.0.0.3202 not compatible with MapGuide Studio 2.0.0.3202...

2009-05-14 Thread briancomeau

I'm getting an error after installing MapGuide Studio 2009 and MapGuide
Enterprise 2009 where it says that my versions are not compatible. They both
check out as 2.0.0.3202... 

I went through these steps:

Installed MapGuide Studio 2009
Installed MapGuide Server 2009
Installed MapGuide Server Extensions 2009

Open MapGuide Studio 2009
Enter site: http://localhost:8008/mapguide2009

ERROR.

Any ideas?

Thanks,
Brian
-- 
View this message in context: 
http://n2.nabble.com/MapGuide-Server-2.0.0.3202-not-compatible-with-MapGuide-Studio-2.0.0.3202...-tp2893886p2893886.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
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-05-14 Thread Jonathan W

I was able to download the files!!  Thanks for informing me. Im glad Autodesk
fixed the problem.


Nimrod Cnaan wrote:
 
 
 I think it been solved I have just passed 25% of download file
 
 nimrod cnaan
 
 
  
 Date: Thu, 14 May 2009 00:54:43 -0700
 From: matteo.conte1...@libero.it
 To: mapguide-users@lists.osgeo.org
 Subject: Re: [mapguide-users] New Enterprise Mapguide Samples unable to
 download.
 
 
 Hi,
 Autodesk has informed me that the problem should be solved.
 Regards,
 Matteo
 
 
 
 Jonathan W wrote:
  
  i recently saw that the Enterprise Mapguide site has been updated with
  brand new samples!!
  
  http://enterprise.mapguide.com/landing/index.php
  
  when I click on the link to download the sample applications it runs to
  14% then tells me the server needs to reset. I have tried it multiple
  times on multiple machines but to no luck. Anyone have any success? 
  
 
 -- 
 View this message in context:
 http://n2.nabble.com/New-Enterprise-Mapguide-Samples-unable-to-download.-tp2693832p2888755.html
 Sent from the MapGuide Users mailing list archive at Nabble.com.
 
 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users
 
 _
 Windows Live™: Keep your life in sync. Check it out!
 http://windowslive.com/explore?ocid=TXT_TAGLM_WL_t1_allup_explore_012009
 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users
 
 

-- 
View this message in context: 
http://n2.nabble.com/New-Enterprise-Mapguide-Samples-unable-to-download.-tp2693832p2894031.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Issue with Gdal DefaultRasterFileLocation with UNC path

2009-05-14 Thread Kori Maleski
Hi all,

I am running MapGuide 2.0.2 with the service running under a domain account.

The account has full control over a file server directory containing raster
imagery in Sid format.  The imagery is in LL84.


When configuring a raster data connection with the Gdal FDO I am having
issues with applying coordinate system overrides when the files reside on a
file server and are being accessed via UNC path.

When I reference the file locally - i.e.  c:\myfiledirectory\myfile.sid,  I
can override the coordinate system with no issues in both Studio and
Maestro.  Map display is perfect.

When I use a UNC path - i.e.
\\myserver\myfiledirectory\myfile.sidfile://myserver/myfiledirectory/myfile.sid,
and
try to use the override by refreshing to see the default spatial context I
get the following error:

In studio:  A popup windows error :


The exception unknown software exception (0xc409) occurred in the
application at location 0x00ea0a66

In the event viewer:


Out of process application '/LM/W3SVC/1/ROOT/mapguide/mapagent' terminated
unexpectedly.

Maestro displays no error.

But after an attempt or two in either application, the service is
unresponsive and W3SVC and mgserver services have to be restarted.


Has anyone run into this issue before?


Cheers,

Kori Maleski
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] MapGuide Server 2.0.0.3202 not compatible with MapGuide Studio 2.0.0.3202...

2009-05-14 Thread briancomeau

It was a .Net issue. I fixed it with a simple VBA script.

briancomeau wrote:
 
 I'm getting an error after installing MapGuide Studio 2009 and MapGuide
 Enterprise 2009 where it says that my versions are not compatible. They
 both check out as 2.0.0.3202... 
 
 I went through these steps:
 
 Installed MapGuide Studio 2009
 Installed MapGuide Server 2009
 Installed MapGuide Server Extensions 2009
 
 Open MapGuide Studio 2009
 Enter site: http://localhost:8008/mapguide2009
 
 ERROR.
 
 Any ideas?
 
 Thanks,
 Brian
 

-- 
View this message in context: 
http://n2.nabble.com/MapGuide-Server-2.0.0.3202-not-compatible-with-MapGuide-Studio-2.0.0.3202...-tp2893886p2898951.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] AJAX/FUSION Viewer :: Pass data from Flash to Map (2 Frames)

2009-05-14 Thread briancomeau

Hi Experts,

I have two frames in a main.php file. One of those frames contains the
reference to the AJAXViewer with the WebLayout that I created, and the other
contains a Flash .SWF. I would like to be able to capture key values from
the selections made on the AJAXViewer and pass those to Flash, and would
also like to be able to pass values from Flash into the AJAXViewer.

I was able to do this using MapGuide 6.5 using simple JavaScript. There were
great examples found online for that sort of thing. As yet, I haven't found
anything similar for MapGuide 2009. If anyone knows how this can be done and
can point me to a sample/example/tutorial, that would be fantastic.

Thanks,
Brian
-- 
View this message in context: 
http://n2.nabble.com/AJAX-FUSION-Viewer-%3A%3A-Pass-data-from-Flash-to-Map-%282-Frames%29-tp2899016p2899016.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] AJAX/FUSION Viewer :: Pass data from Flash to Map (2 Frames)

2009-05-14 Thread briancomeau

Hi Experts,

I have two frames in a main.php file. One of those frames contains the
reference to the AJAXViewer with the WebLayout that I created, and the other
contains a Flash .SWF. I would like to be able to capture key values from
the selections made on the AJAXViewer and pass those to Flash, and would
also like to be able to pass values from Flash into the AJAXViewer.

I was able to do this using MapGuide 6.5 using simple JavaScript. There were
great examples found online for that sort of thing. As yet, I haven't found
anything similar for MapGuide 2009. If anyone knows how this can be done and
can point me to a sample/example/tutorial, that would be fantastic.

Thanks,
Brian
-- 
View this message in context: 
http://n2.nabble.com/AJAX-FUSION-Viewer-%3A%3A-Pass-data-from-Flash-to-Map-%282-Frames%29-tp2899031p2899031.html
Sent from the MapGuide Users mailing list archive at Nabble.com.

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: SPAM-LOW: [mapguide-users] Issue with Gdal DefaultRasterFileLocation with UNC path

2009-05-14 Thread Andy Morsell
What if you use a drive letter mapping instead of a UNC?
 
Andy Morsell, P.E.
Spatial Integrators, Inc.
www.SpatialGIS.com
 
From: mapguide-users-boun...@lists.osgeo.org
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Kori Maleski
Sent: Thursday, May 14, 2009 11:56 AM
To: MapGuide Users Mail List
Subject: SPAM-LOW: [mapguide-users] Issue with Gdal
DefaultRasterFileLocation with UNC path
 
 
Hi all,
 
I am running MapGuide 2.0.2 with the service running under a domain account.
 
The account has full control over a file server directory containing raster
imagery in Sid format.  The imagery is in LL84.
 
 
When configuring a raster data connection with the Gdal FDO I am having
issues with applying coordinate system overrides when the files reside on a
file server and are being accessed via UNC path.
 
When I reference the file locally - i.e.  c:\myfiledirectory\myfile.sid,  I
can override the coordinate system with no issues in both Studio and
Maestro.  Map display is perfect.
 
When I use a UNC path - i.e. \\myserver\myfiledirectory\myfile.sid
file:///\\myserver\myfiledirectory\myfile.sid , and try to use the
override by refreshing to see the default spatial context I get the
following error:
 
In studio:  A popup windows error :
 
The exception unknown software exception (0xc409) occurred in the
application at location 0x00ea0a66
 
In the event viewer:
 
Out of process application '/LM/W3SVC/1/ROOT/mapguide/mapagent' terminated
unexpectedly. 
 
Maestro displays no error.
 
But after an attempt or two in either application, the service is
unresponsive and W3SVC and mgserver services have to be restarted.
 
 
Has anyone run into this issue before?
 
 
Cheers,
 
Kori Maleski
 
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] AJAX/FUSION Viewer :: Pass data from Flash to Map (2 Frames)

2009-05-14 Thread James Card
On Thu, 14 May 2009 12:19:08 -0700, briancomeau brian.com...@accenture.com 
wrote:

 I have two frames in a main.php file. One of those frames contains the
 reference to the AJAXViewer with the WebLayout that I created, and the  
 other
 contains a Flash .SWF. I would like to be able to capture key values from
 the selections made on the AJAXViewer and pass those to Flash, and would
 also like to be able to pass values from Flash into the AJAXViewer.

The code at http://www.calcad.com/MGOS/PassData.html may help with the first 
part of that; it demonstrates how to get the key values from the selection set. 
The code samples page at http://trac.osgeo.org/mapguide/wiki/CodeSamples may 
also be useful.

-- 
James Card
California CAD Solutions, Inc.
209-578-5580 - Voice
209-521-6493 - FAX
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: SPAM-LOW: [mapguide-users] Issue with Gdal DefaultRasterFileLocation with UNC path

2009-05-14 Thread Dave Wilson
Mapped drives generally don't work. Is your MapGuide server running with a 
login that has permissions on the network share? Running the service with the 
default System account will not work.

Dave

From: mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Andy Morsell
Sent: Thursday, May 14, 2009 1:34 PM
To: 'MapGuide Users Mail List'
Subject: RE: SPAM-LOW: [mapguide-users] Issue with Gdal 
DefaultRasterFileLocation with UNC path

What if you use a drive letter mapping instead of a UNC?

Andy Morsell, P.E.
Spatial Integrators, Inc.
www.SpatialGIS.com

From: mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Kori Maleski
Sent: Thursday, May 14, 2009 11:56 AM
To: MapGuide Users Mail List
Subject: SPAM-LOW: [mapguide-users] Issue with Gdal DefaultRasterFileLocation 
with UNC path


Hi all,

I am running MapGuide 2.0.2 with the service running under a domain account.

The account has full control over a file server directory containing raster 
imagery in Sid format.  The imagery is in LL84.


When configuring a raster data connection with the Gdal FDO I am having issues 
with applying coordinate system overrides when the files reside on a file 
server and are being accessed via UNC path.

When I reference the file locally - i.e.  c:\myfiledirectory\myfile.sid,  I can 
override the coordinate system with no issues in both Studio and Maestro.  Map 
display is perfect.

When I use a UNC path - i.e. 
\\myserver\myfiledirectory\myfile.sidfile:///\\myserver\myfiledirectory\myfile.sid,
 and try to use the override by refreshing to see the default spatial context I 
get the following error:

In studio:  A popup windows error :


The exception unknown software exception (0xc409) occurred in the 
application at location 0x00ea0a66

In the event viewer:


Out of process application '/LM/W3SVC/1/ROOT/mapguide/mapagent' terminated 
unexpectedly.

Maestro displays no error.

But after an attempt or two in either application, the service is unresponsive 
and W3SVC and mgserver services have to be restarted.


Has anyone run into this issue before?


Cheers,

Kori Maleski

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: SPAM-LOW: [mapguide-users] Issue with Gdal DefaultRasterFileLocation with UNC path

2009-05-14 Thread Martin Morrison
My concern over this whole issue is speed.  You need your data as close and as 
fast as possible.  Reading raster over a network connection is not an optimal 
way to access the data.

Martin

From: mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Dave Wilson
Sent: Thursday, May 14, 2009 4:27 PM
To: MapGuide Users Mail List
Subject: RE: SPAM-LOW: [mapguide-users] Issue with Gdal 
DefaultRasterFileLocation with UNC path

Mapped drives generally don't work. Is your MapGuide server running with a 
login that has permissions on the network share? Running the service with the 
default System account will not work.

Dave

From: mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Andy Morsell
Sent: Thursday, May 14, 2009 1:34 PM
To: 'MapGuide Users Mail List'
Subject: RE: SPAM-LOW: [mapguide-users] Issue with Gdal 
DefaultRasterFileLocation with UNC path

What if you use a drive letter mapping instead of a UNC?

Andy Morsell, P.E.
Spatial Integrators, Inc.
www.SpatialGIS.com

From: mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Kori Maleski
Sent: Thursday, May 14, 2009 11:56 AM
To: MapGuide Users Mail List
Subject: SPAM-LOW: [mapguide-users] Issue with Gdal DefaultRasterFileLocation 
with UNC path


Hi all,

I am running MapGuide 2.0.2 with the service running under a domain account.

The account has full control over a file server directory containing raster 
imagery in Sid format.  The imagery is in LL84.


When configuring a raster data connection with the Gdal FDO I am having issues 
with applying coordinate system overrides when the files reside on a file 
server and are being accessed via UNC path.

When I reference the file locally - i.e.  c:\myfiledirectory\myfile.sid,  I can 
override the coordinate system with no issues in both Studio and Maestro.  Map 
display is perfect.

When I use a UNC path - i.e. 
\\myserver\myfiledirectory\myfile.sidfile:///\\myserver\myfiledirectory\myfile.sid,
 and try to use the override by refreshing to see the default spatial context I 
get the following error:

In studio:  A popup windows error :


The exception unknown software exception (0xc409) occurred in the 
application at location 0x00ea0a66

In the event viewer:


Out of process application '/LM/W3SVC/1/ROOT/mapguide/mapagent' terminated 
unexpectedly.

Maestro displays no error.

But after an attempt or two in either application, the service is unresponsive 
and W3SVC and mgserver services have to be restarted.


Has anyone run into this issue before?


Cheers,

Kori Maleski

___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: SPAM-LOW: [mapguide-users] Issue with Gdal DefaultRasterFileLocation with UNC path

2009-05-14 Thread Kori Maleski
If I use a mapped drive, no error occurs - but it fails to read the files
coordinate system and simply defaults to XY Arbitrary.  Fails to display as
a layer with a resource not found in the error log.

The login account has full control on the share.

I should note that this worked  with 2.0.1.



Cheers,


Kori Maleski





On Thu, May 14, 2009 at 1:26 PM, Dave Wilson dave.wil...@autodesk.comwrote:

  Mapped drives generally don’t work. Is your MapGuide server running with
 a login that has permissions on the network share? Running the service with
 the default System account will not work.



 Dave



 *From:* mapguide-users-boun...@lists.osgeo.org [mailto:
 mapguide-users-boun...@lists.osgeo.org] *On Behalf Of *Andy Morsell
 *Sent:* Thursday, May 14, 2009 1:34 PM
 *To:* 'MapGuide Users Mail List'
 *Subject:* RE: SPAM-LOW: [mapguide-users] Issue with Gdal
 DefaultRasterFileLocation with UNC path



 What if you use a drive letter mapping instead of a UNC?



 Andy Morsell, P.E.

 Spatial Integrators, Inc.

 www.SpatialGIS.com http://www.spatialgis.com/



 *From:* mapguide-users-boun...@lists.osgeo.org [mailto:
 mapguide-users-boun...@lists.osgeo.org] *On Behalf Of *Kori Maleski
 *Sent:* Thursday, May 14, 2009 11:56 AM
 *To:* MapGuide Users Mail List
 *Subject:* SPAM-LOW: [mapguide-users] Issue with Gdal
 DefaultRasterFileLocation with UNC path





 Hi all,



 I am running MapGuide 2.0.2 with the service running under a domain
 account.



 The account has full control over a file server directory containing raster
 imagery in Sid format.  The imagery is in LL84.





 When configuring a raster data connection with the Gdal FDO I am having
 issues with applying coordinate system overrides when the files reside on a
 file server and are being accessed via UNC path.



 When I reference the file locally - i.e.  c:\myfiledirectory\myfile.sid,  I
 can override the coordinate system with no issues in both Studio and
 Maestro.  Map display is perfect.



 When I use a UNC path - i.e. \\myserver\myfiledirectory\myfile.sid, and
 try to use the override by refreshing to see the default spatial context I
 get the following error:



 In studio:  A popup windows error :



 The exception unknown software exception (0xc409) occurred in the
 application at location 0x00ea0a66



 In the event viewer:



 Out of process application '/LM/W3SVC/1/ROOT/mapguide/mapagent' terminated
 unexpectedly.



 Maestro displays no error.



 But after an attempt or two in either application, the service is
 unresponsive and W3SVC and mgserver services have to be restarted.





 Has anyone run into this issue before?





 Cheers,



 Kori Maleski



 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users


___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: SPAM-LOW: [mapguide-users] Issue with Gdal DefaultRasterFileLocation with UNC path

2009-05-14 Thread Kori Maleski
These are tiny 20MB raster images.

For our larger imagery we have a Lizardtech Image Server.

We just need a network share since our production/development servers are
not an exact mirror and need to use the same source files in some cases.


Cheers,

Kori Maleski



On Thu, May 14, 2009 at 1:45 PM, Martin Morrison
martin.morri...@edsi.comwrote:

  My concern over this whole issue is speed.  You need your data as close
 and as fast as possible.  Reading raster over a network connection is not an
 optimal way to access the data.



 Martin



 *From:* mapguide-users-boun...@lists.osgeo.org [mailto:
 mapguide-users-boun...@lists.osgeo.org] *On Behalf Of *Dave Wilson
 *Sent:* Thursday, May 14, 2009 4:27 PM

 *To:* MapGuide Users Mail List
 *Subject:* RE: SPAM-LOW: [mapguide-users] Issue with Gdal
 DefaultRasterFileLocation with UNC path



 Mapped drives generally don’t work. Is your MapGuide server running with a
 login that has permissions on the network share? Running the service with
 the default System account will not work.



 Dave



 *From:* mapguide-users-boun...@lists.osgeo.org [mailto:
 mapguide-users-boun...@lists.osgeo.org] *On Behalf Of *Andy Morsell
 *Sent:* Thursday, May 14, 2009 1:34 PM
 *To:* 'MapGuide Users Mail List'
 *Subject:* RE: SPAM-LOW: [mapguide-users] Issue with Gdal
 DefaultRasterFileLocation with UNC path



 What if you use a drive letter mapping instead of a UNC?



 Andy Morsell, P.E.

 Spatial Integrators, Inc.

 www.SpatialGIS.com http://www.spatialgis.com/



 *From:* mapguide-users-boun...@lists.osgeo.org [mailto:
 mapguide-users-boun...@lists.osgeo.org] *On Behalf Of *Kori Maleski
 *Sent:* Thursday, May 14, 2009 11:56 AM
 *To:* MapGuide Users Mail List
 *Subject:* SPAM-LOW: [mapguide-users] Issue with Gdal
 DefaultRasterFileLocation with UNC path





 Hi all,



 I am running MapGuide 2.0.2 with the service running under a domain
 account.



 The account has full control over a file server directory containing raster
 imagery in Sid format.  The imagery is in LL84.





 When configuring a raster data connection with the Gdal FDO I am having
 issues with applying coordinate system overrides when the files reside on a
 file server and are being accessed via UNC path.



 When I reference the file locally - i.e.  c:\myfiledirectory\myfile.sid,  I
 can override the coordinate system with no issues in both Studio and
 Maestro.  Map display is perfect.



 When I use a UNC path - i.e. \\myserver\myfiledirectory\myfile.sid, and
 try to use the override by refreshing to see the default spatial context I
 get the following error:



 In studio:  A popup windows error :



 The exception unknown software exception (0xc409) occurred in the
 application at location 0x00ea0a66



 In the event viewer:



 Out of process application '/LM/W3SVC/1/ROOT/mapguide/mapagent' terminated
 unexpectedly.



 Maestro displays no error.



 But after an attempt or two in either application, the service is
 unresponsive and W3SVC and mgserver services have to be restarted.





 Has anyone run into this issue before?





 Cheers,



 Kori Maleski



 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users


___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


[mapguide-users] Making a FDO datastor from my old oracle schema

2009-05-14 Thread Patrick Ian C. Bautista
Hi there guys,

i am currently spearheading my department's migration to mapguide enterprise. 
we are 
currently using mapguide 6.5. i understand this may take a lot of work. I would 
like 
to clean up our old spatial data first and build an FDO datastore from it. will 
the 
resulting datastore after migration still be compatible with old mapguide 6.5 
applications?

follow up question:
will our mge2009 applications run faster when using FDO datastores? (schema 
having f_ 
tables)

thanks in advance,
patrick bautista


___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: [mapguide-users] Making a FDO datastor from my old oracle schema

2009-05-14 Thread Dave Wilson
First of all I would recommend going to MGE 2010 for some big Oracle 
performance improvements.

I'm also not entirely sure how much of a difference an FDO Datastore makes in 
2009. The difference partially depends on how many non-spatial tables and how 
many spatial tables are in your Oracle Schema, under the same owner.

With 2010 it may make even less of a difference.

Dave

-Original Message-
From: mapguide-users-boun...@lists.osgeo.org 
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Patrick Ian C. 
Bautista
Sent: Thursday, May 14, 2009 5:07 PM
To: mapguide-users@lists.osgeo.org
Subject: [mapguide-users] Making a FDO datastor from my old oracle schema

Hi there guys,

i am currently spearheading my department's migration to mapguide enterprise. 
we are 
currently using mapguide 6.5. i understand this may take a lot of work. I would 
like 
to clean up our old spatial data first and build an FDO datastore from it. will 
the 
resulting datastore after migration still be compatible with old mapguide 6.5 
applications?

follow up question:
will our mge2009 applications run faster when using FDO datastores? (schema 
having f_ 
tables)

thanks in advance,
patrick bautista


___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users