Re: [mapguide-users] Supported WMS and WFS in MapGuide

2008-10-17 Thread BradM

Hi,  I cannot access this document.  Do I need some kind of authorization or
join some kind of club?  Autodesk says it doesn't belong to them??? any help
appreciated


zspitzer wrote:
> 
> I think you can test the server side capabilities using the web tier tests
> which allows passing a version
> 
> http://locahost:8008/mapguide/mapagent/
> 
> there are a few quirks with WMS in there, GetMap returns only layers (
> and a list of them )
> rather than maps, there's no caching and or http cache semantics either
> 
> this document gives a nice nice overview of WMS support tho
> 
> http://feeds.autodesk.com/servlet/JiveServlet/download/233-594160-5688489-163673/ConfiguringAWMSFeatureSource.doc
> 
> 
> 
> On Fri, Oct 17, 2008 at 7:12 AM, BradM <[EMAIL PROTECTED]> wrote:
>>
>> WMS is critical to the success of my mapguide applications.   Can anyone
>> answer Kenneth?
>>
>> Kenneth Skovhede, GEOGRAF A/S wrote:
>>>
>>> If found the following document describing the versions of WMS and WFS
>>> supported in MapGuide:
>>> http://mapguide.osgeo.org/faq_ogcserices.html
>>>
>>> The page appears quite outdated: "as soon as the FDO providers for WMS
>>> and WFS are available".
>>>
>>> The above mentioned page is not making a clear distinciton between being
>>> a client and being a server.
>>> There was no apparent mentioning of WMS/WFS versions on the FDO website
>>> either.
>>>
>>>
>>> My questions are:
>>> 1. What versions are supported when MapGuide is a WMS/WFS server?
>>> 2. What versions are supported when MapGuide is a WMS/WFS client?
>>> 3. Does MapGuide support WFS-T as a server?
>>> 4. Does MapGuide support WFS-T as a client?
>>> 5. How are the OGC certifications for server/client WMS/WFS coming
>>> along?
>>>
>>> --
>>> Regards, Kenneth Skovhede, GEOGRAF A/S
>>>
>>>
>>> ___
>>> mapguide-users mailing list
>>> mapguide-users@lists.osgeo.org
>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Supported-WMS-and-WFS-in-MapGuide-tp19968309p20016664.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 (My Blog)
> +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://www.nabble.com/Supported-WMS-and-WFS-in-MapGuide-tp19968309p20041786.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] SPAM-LOW: Re: Oracle XE with ODBC?

2008-10-17 Thread GordonL

Hi Andy
yes and I think the column names may need the tablename.column in double
quotes too. 

For example:
   
  

may have to be:

   
  

I've tried the nest the double quotes " with singles ' and then load the
config files.. still nothing.  

Yikes, I hope I don't have to move my database out of Oracle...

gordon




Andy Morsell wrote:
> 
> Might be a parser problem?  How about using " for double-quotes
> instead?
> 
> Andy 
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of GordonL
> Sent: Friday, October 17, 2008 12:26 PM
> To: mapguide-users@lists.osgeo.org
> Subject: RE: [mapguide-users] SPAM-LOW: Re: Oracle XE with ODBC?
> 
> 
> Thanks Andy,
> I did try that.  I think it is an issue with XE requiring the double
> quotes
> around the tablename.  For example, WELLSITES table requires "WELLSITES" -
> but it won't pass from XML...you end up with "WELLSITES"Type and
> "WELLSITES"Name in the config...
> 
> I going to have to experiment with this to see if I can hack it.  It might
> be that I need the full schema too. ie.  "GISUSER"."WELLSITES" for
> example...it is difficult to nest the double quotes when passing from XML
> and MapGuide with the config file.
> 
> thanks
> gordon
> 
> 
> 
> 
> Andy Morsell wrote:
>> 
>> Hi Gordon,
>> Would it be possible for you to manually build the data resource XML with
>> the necessary table name, lat and lon fields, etc. and then upload it via
>> the mapagent?  It looks like this information is stored in the config
>> document which could be downloaded, modified and uploaded.  
>> 
>> Doing this would probably be a work-around for the enumeration problem in
>> Studio.
>> 
>> Andy Morsell, P.E.
>> Spatial Integrators, Inc.
>> www.SpatialGIS.com
>> 
>> 
>> -Original Message-
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On Behalf Of GordonL
>> Sent: Friday, October 17, 2008 9:40 AM
>> To: mapguide-users@lists.osgeo.org
>> Subject: SPAM-LOW: Re: [mapguide-users] Oracle XE with ODBC?
>> 
>> 
>> Thanks for the feedback.  Yes, my data is only numeric - meaning I am
>> trying
>> to draw points (X column and Y column) using the ODBC FDO Connector.
>> 
>> I have used Uppercase USER.
>> I have tried two connectors (both XE Client and XE Quick Client).
>> I have tried users that are DBA (including system).
>> 
>> When I click Test Connection with MapGuide Studio I get "Successful
>> connection."
>> 
>> I can connect to Oracle XE with PHP and get a report.
>> I can connect to Oracle XE with ODBC with Access and Link Tables.  
>> 
>> I just can't enumerate the list of tables (so I can set the Lat/Long
>> columns) with the ODBC Connection wtihin Studio   
>> 
>> Is having a user that is DBA too much?  Am I trying to see too many
>> tables
>> in Oracle so nothing appears?
>> 
>> thanks
>> gordon
>> 
>> 
>> 
>> 
>> 
>> zspitzer wrote:
>>> 
>>> was your userame in uppercase?
>>> 
>>> On Fri, Oct 17, 2008 at 5:45 AM, Gordon Luckett
>>> <[EMAIL PROTECTED]> wrote:
 Hi, has anyone been able to enumerate the list of tables in Oracle XE
 10g
 when connecting in MapGuide Studio with ODBC.

 None of the tables appear in the "Show Tables" area when making an
 OSGEO
 FDO
 Provider for ODBC.  None of the tables are "spatial" just numeric with
 Lat
 and Long...


 I have tried many users (DBA rights) - and nothing.

 I know I can connect with ODBC because when I "LINK" tables to the ODBC
 with
 MS Access I can see the tables in Oracle XE.  So the ODBC connection is
 fine.

 Has anyone had any luck with ODBC and XE seeing the tables in Studio
 2009?

 Thanks
 Gordon



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

>>> 
>>> 
>>> 
>>> -- 
>>> Zac Spitzer -
>>> http://zacster.blogspot.com (My Blog)
>>> +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://www.nabble.com/Oracle-XE-with-ODBC--tp20021723p20036886.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 mailing list
>> mapguide-users@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>> 
>> 
> 
> -- 
> View this message in context:
> http://www.nabble.com/Oracle-XE-with-ODBC--tp20021723p20039592.html
> Sent from the MapGuide Users mailing list archive at Nabble.com.
> 
> ___
> mapguide-user

RE: [mapguide-users] SPAM-LOW: Re: Oracle XE with ODBC?

2008-10-17 Thread Andy Morsell
Might be a parser problem?  How about using " for double-quotes
instead?

Andy 


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of GordonL
Sent: Friday, October 17, 2008 12:26 PM
To: mapguide-users@lists.osgeo.org
Subject: RE: [mapguide-users] SPAM-LOW: Re: Oracle XE with ODBC?


Thanks Andy,
I did try that.  I think it is an issue with XE requiring the double quotes
around the tablename.  For example, WELLSITES table requires "WELLSITES" -
but it won't pass from XML...you end up with "WELLSITES"Type and
"WELLSITES"Name in the config...

I going to have to experiment with this to see if I can hack it.  It might
be that I need the full schema too. ie.  "GISUSER"."WELLSITES" for
example...it is difficult to nest the double quotes when passing from XML
and MapGuide with the config file.

thanks
gordon




Andy Morsell wrote:
> 
> Hi Gordon,
> Would it be possible for you to manually build the data resource XML with
> the necessary table name, lat and lon fields, etc. and then upload it via
> the mapagent?  It looks like this information is stored in the config
> document which could be downloaded, modified and uploaded.  
> 
> Doing this would probably be a work-around for the enumeration problem in
> Studio.
> 
> Andy Morsell, P.E.
> Spatial Integrators, Inc.
> www.SpatialGIS.com
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of GordonL
> Sent: Friday, October 17, 2008 9:40 AM
> To: mapguide-users@lists.osgeo.org
> Subject: SPAM-LOW: Re: [mapguide-users] Oracle XE with ODBC?
> 
> 
> Thanks for the feedback.  Yes, my data is only numeric - meaning I am
> trying
> to draw points (X column and Y column) using the ODBC FDO Connector.
> 
> I have used Uppercase USER.
> I have tried two connectors (both XE Client and XE Quick Client).
> I have tried users that are DBA (including system).
> 
> When I click Test Connection with MapGuide Studio I get "Successful
> connection."
> 
> I can connect to Oracle XE with PHP and get a report.
> I can connect to Oracle XE with ODBC with Access and Link Tables.  
> 
> I just can't enumerate the list of tables (so I can set the Lat/Long
> columns) with the ODBC Connection wtihin Studio   
> 
> Is having a user that is DBA too much?  Am I trying to see too many tables
> in Oracle so nothing appears?
> 
> thanks
> gordon
> 
> 
> 
> 
> 
> zspitzer wrote:
>> 
>> was your userame in uppercase?
>> 
>> On Fri, Oct 17, 2008 at 5:45 AM, Gordon Luckett
>> <[EMAIL PROTECTED]> wrote:
>>> Hi, has anyone been able to enumerate the list of tables in Oracle XE
>>> 10g
>>> when connecting in MapGuide Studio with ODBC.
>>>
>>> None of the tables appear in the "Show Tables" area when making an OSGEO
>>> FDO
>>> Provider for ODBC.  None of the tables are "spatial" just numeric with
>>> Lat
>>> and Long...
>>>
>>>
>>> I have tried many users (DBA rights) - and nothing.
>>>
>>> I know I can connect with ODBC because when I "LINK" tables to the ODBC
>>> with
>>> MS Access I can see the tables in Oracle XE.  So the ODBC connection is
>>> fine.
>>>
>>> Has anyone had any luck with ODBC and XE seeing the tables in Studio
>>> 2009?
>>>
>>> Thanks
>>> Gordon
>>>
>>>
>>>
>>> ___
>>> mapguide-users mailing list
>>> mapguide-users@lists.osgeo.org
>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>
>> 
>> 
>> 
>> -- 
>> Zac Spitzer -
>> http://zacster.blogspot.com (My Blog)
>> +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://www.nabble.com/Oracle-XE-with-ODBC--tp20021723p20036886.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 mailing list
> mapguide-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
> 
> 

-- 
View this message in context:
http://www.nabble.com/Oracle-XE-with-ODBC--tp20021723p20039592.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 mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: [mapguide-users] SPAM-LOW: Re: Oracle XE with ODBC?

2008-10-17 Thread GordonL

Thanks Andy,
I did try that.  I think it is an issue with XE requiring the double quotes
around the tablename.  For example, WELLSITES table requires "WELLSITES" -
but it won't pass from XML...you end up with "WELLSITES"Type and
"WELLSITES"Name in the config...

I going to have to experiment with this to see if I can hack it.  It might
be that I need the full schema too. ie.  "GISUSER"."WELLSITES" for
example...it is difficult to nest the double quotes when passing from XML
and MapGuide with the config file.

thanks
gordon




Andy Morsell wrote:
> 
> Hi Gordon,
> Would it be possible for you to manually build the data resource XML with
> the necessary table name, lat and lon fields, etc. and then upload it via
> the mapagent?  It looks like this information is stored in the config
> document which could be downloaded, modified and uploaded.  
> 
> Doing this would probably be a work-around for the enumeration problem in
> Studio.
> 
> Andy Morsell, P.E.
> Spatial Integrators, Inc.
> www.SpatialGIS.com
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of GordonL
> Sent: Friday, October 17, 2008 9:40 AM
> To: mapguide-users@lists.osgeo.org
> Subject: SPAM-LOW: Re: [mapguide-users] Oracle XE with ODBC?
> 
> 
> Thanks for the feedback.  Yes, my data is only numeric - meaning I am
> trying
> to draw points (X column and Y column) using the ODBC FDO Connector.
> 
> I have used Uppercase USER.
> I have tried two connectors (both XE Client and XE Quick Client).
> I have tried users that are DBA (including system).
> 
> When I click Test Connection with MapGuide Studio I get "Successful
> connection."
> 
> I can connect to Oracle XE with PHP and get a report.
> I can connect to Oracle XE with ODBC with Access and Link Tables.  
> 
> I just can't enumerate the list of tables (so I can set the Lat/Long
> columns) with the ODBC Connection wtihin Studio   
> 
> Is having a user that is DBA too much?  Am I trying to see too many tables
> in Oracle so nothing appears?
> 
> thanks
> gordon
> 
> 
> 
> 
> 
> zspitzer wrote:
>> 
>> was your userame in uppercase?
>> 
>> On Fri, Oct 17, 2008 at 5:45 AM, Gordon Luckett
>> <[EMAIL PROTECTED]> wrote:
>>> Hi, has anyone been able to enumerate the list of tables in Oracle XE
>>> 10g
>>> when connecting in MapGuide Studio with ODBC.
>>>
>>> None of the tables appear in the "Show Tables" area when making an OSGEO
>>> FDO
>>> Provider for ODBC.  None of the tables are "spatial" just numeric with
>>> Lat
>>> and Long...
>>>
>>>
>>> I have tried many users (DBA rights) - and nothing.
>>>
>>> I know I can connect with ODBC because when I "LINK" tables to the ODBC
>>> with
>>> MS Access I can see the tables in Oracle XE.  So the ODBC connection is
>>> fine.
>>>
>>> Has anyone had any luck with ODBC and XE seeing the tables in Studio
>>> 2009?
>>>
>>> Thanks
>>> Gordon
>>>
>>>
>>>
>>> ___
>>> mapguide-users mailing list
>>> mapguide-users@lists.osgeo.org
>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>
>> 
>> 
>> 
>> -- 
>> Zac Spitzer -
>> http://zacster.blogspot.com (My Blog)
>> +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://www.nabble.com/Oracle-XE-with-ODBC--tp20021723p20036886.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 mailing list
> mapguide-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Oracle-XE-with-ODBC--tp20021723p20039592.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] dllhost high CPU - proj.dll and MgGeometry.dll are the problems...

2008-10-17 Thread Andrew DeMerchant




Hmm - ok, so what's the fix? I suppose I could write an app that looks
for dllhost.exe and when it's running over 99% for x seconds, kill it.
That seems a bit much though, not to mention a little dangerous - 
Should I make a trac entry, I wonder? 

Andrew


On 10/17/2008 3:34 PM, Frank Warmerdam wrote:
Andrew
DeMerchant wrote:
  
  Sometimes, if I really do a lot of playing
around on some of my sites (lots of zooming, panning, printing, etc) I
get some problemsdllhost.exe starts taking more and more CPU %.
After a few minutes, it gets up to 100%. If I kill the process, all's
well.


After looking at it with Sysinternals Process Explorer, it seems that
the culprits are actually proj.dll and MgGeometry.dll. Now, I have no
idea what this means, but here's what Process Explorer has to say about
it:


the CSwitch Deta number is really high - 1000-4000

The 2 threads at fault are:

proj.dl!dmstor+0x3a17

  
  
Andrew,
  
  
For reference, the proj.dll dmstor() function converts angular values
  
expressed as a DMS string into radians in numeric form.  In use from
mapguide
  
I believe it would only be used when doing pj_init() to convert a
coordinate
  
system description in string format to an internal coordinate system
  
description.
  
  
I imagine there is some sort of systematic problem at a high level with
  
left over requests continuing to be processed after they are no longer
  
needed.  I am doubtful that dmstor itself is at fault.
  
  
Best regards,
  


-- 

  

  
   
  
  Andrew
DeMerchant
   Computer
Technologist
  ph.1-877-2GEMTEC
x.163
fax 506-453-9470
   
  GEMTEC Limited
  191 Doak
Road
  Fredericton,
NB,
Canada
   E3C 2E6
  

  




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


Re: [mapguide-users] dllhost high CPU - proj.dll and MgGeometry.dll are the problems...

2008-10-17 Thread Frank Warmerdam

Andrew DeMerchant wrote:
Sometimes, if I really do a lot of playing around on some of my sites 
(lots of zooming, panning, printing, etc) I get some 
problemsdllhost.exe starts taking more and more CPU %. After a few 
minutes, it gets up to 100%. If I kill the process, all's well.


After looking at it with Sysinternals Process Explorer, it seems that 
the culprits are actually proj.dll and MgGeometry.dll. Now, I have no 
idea what this means, but here's what Process Explorer has to say about it:


the CSwitch Deta number is really high - 1000-4000
The 2 threads at fault are:
proj.dl!dmstor+0x3a17


Andrew,

For reference, the proj.dll dmstor() function converts angular values
expressed as a DMS string into radians in numeric form.  In use from mapguide
I believe it would only be used when doing pj_init() to convert a coordinate
system description in string format to an internal coordinate system
description.

I imagine there is some sort of systematic problem at a high level with
left over requests continuing to be processed after they are no longer
needed.  I am doubtful that dmstor itself is at fault.

Best regards,
--
---+--
I set the clouds in motion - turn up   | Frank Warmerdam, [EMAIL PROTECTED]
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush| Geospatial Programmer for Rent

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


[mapguide-users] Help....

2008-10-17 Thread Deepthi Shiju
hello,

  i would like to know whether mapguide  and ms4w can work in the same
system using php,apache.
  Also like to know the difference between Map Guide and Mapserver.




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


[mapguide-users] fdo autocad map from mapguide

2008-10-17 Thread Nandorov

hi,
i proved postgis fdo provider 3.3 from
http://www.geomapgis.com/web/geomap-group/fdo/index.html
and works well with mapguide 2009.
i wonder if that provider works for autocadmap 3d 2009, i did the
configuration like with mapguide. the provider makes the connection to the
database, but it fails when reading the schema.
"there was a problem accesing the connection schema information"
i added the bin folder of postgre at enviroment variable path. just in case,
it's necesary to install postgresql on the local machine, or just with the
bin folder it should work? (if it works, ofc)
thanks
-- 
View this message in context: 
http://www.nabble.com/fdo-autocad-map-from-mapguide-tp20038089p20038089.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] Please help! Has anybody used King.Oracleinreal conditions?

2008-10-17 Thread shreepad Ranadive


I am using MGE 2009 , king.oracle 0.7.4  Oracle 10.2.0.1.0 and Oracle
Instant Client 10.2.0.3
I also did try Oracle Instant Client 10.2.0.4 I am also finding the same
thing as Dragan found, after some data accessing by website  MGE crashes and
service stops. 

I have same application using oracle XE and running on my test machine 
where I have king.oracle 0.7.4  and Oracle Instant Client 10.2.0.3  it runs
fine but really slow. Please let us know what we are doing wrong.  
I have live app using earlier version of king fdo and it rocks.

Thanks
Shreepad 



Dragan Podvezanec wrote:
> 
> Hi Haris,
> 
> We are running MapGuide Server (Version 2.0.0.2716), King.Oracle 0.7.4,
> Oracle 10.2.0.1.0, and client which was installed with database.
> Everything is on same machine.
> 
> Database has some 20 tables (around 10.000 objects) ,and few views. After
> around 2 hours ram usage of mgserver goes above 1GB and everything gets
> locked up until restarting the service.
> 


-
Shreepad Ranadive 
Direcotor , Application Development 
ValueCAD
444 Natoma St
Sanfrancisco,CA 94103
-- 
View this message in context: 
http://www.nabble.com/Please-help%21-Has-anybody-used-King.Oracle-in-real-conditions--tp19793029p20037698.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: Re: [mapguide-users] Oracle XE with ODBC?

2008-10-17 Thread Andy Morsell
Hi Gordon,
Would it be possible for you to manually build the data resource XML with
the necessary table name, lat and lon fields, etc. and then upload it via
the mapagent?  It looks like this information is stored in the config
document which could be downloaded, modified and uploaded.  

Doing this would probably be a work-around for the enumeration problem in
Studio.

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


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of GordonL
Sent: Friday, October 17, 2008 9:40 AM
To: mapguide-users@lists.osgeo.org
Subject: SPAM-LOW: Re: [mapguide-users] Oracle XE with ODBC?


Thanks for the feedback.  Yes, my data is only numeric - meaning I am trying
to draw points (X column and Y column) using the ODBC FDO Connector.

I have used Uppercase USER.
I have tried two connectors (both XE Client and XE Quick Client).
I have tried users that are DBA (including system).

When I click Test Connection with MapGuide Studio I get "Successful
connection."

I can connect to Oracle XE with PHP and get a report.
I can connect to Oracle XE with ODBC with Access and Link Tables.  

I just can't enumerate the list of tables (so I can set the Lat/Long
columns) with the ODBC Connection wtihin Studio   

Is having a user that is DBA too much?  Am I trying to see too many tables
in Oracle so nothing appears?

thanks
gordon





zspitzer wrote:
> 
> was your userame in uppercase?
> 
> On Fri, Oct 17, 2008 at 5:45 AM, Gordon Luckett
> <[EMAIL PROTECTED]> wrote:
>> Hi, has anyone been able to enumerate the list of tables in Oracle XE 10g
>> when connecting in MapGuide Studio with ODBC.
>>
>> None of the tables appear in the "Show Tables" area when making an OSGEO
>> FDO
>> Provider for ODBC.  None of the tables are "spatial" just numeric with
>> Lat
>> and Long...
>>
>>
>> I have tried many users (DBA rights) - and nothing.
>>
>> I know I can connect with ODBC because when I "LINK" tables to the ODBC
>> with
>> MS Access I can see the tables in Oracle XE.  So the ODBC connection is
>> fine.
>>
>> Has anyone had any luck with ODBC and XE seeing the tables in Studio
>> 2009?
>>
>> Thanks
>> Gordon
>>
>>
>>
>> ___
>> mapguide-users mailing list
>> mapguide-users@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>
> 
> 
> 
> -- 
> Zac Spitzer -
> http://zacster.blogspot.com (My Blog)
> +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://www.nabble.com/Oracle-XE-with-ODBC--tp20021723p20036886.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 mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Supported WMS and WFS in MapGuide

2008-10-17 Thread gom

To go with my last message, I should have said that the data is in Southern
Alberta.  The wms was created to try using the data in Google Earth so I do
the wms in EPSG:4326 and the EPSG:26912 is the code for the original data
which is in UTM Zone 12N. 


gom wrote:
> 
> I can succesfully use wms in ArcMAP 9.3, from Mapguide 1.2.
> 
> These are my WMS layer seettings in Mapguide.
> 
> Bounds
> 
> Other SRS
> EPSG:26912
> 
> This is what I have as my wms string in ArcMAP
> http://myserver.com/mapguide/mapagent/mapagent.fcgi?
> 
> 
> 
> Alex Fordyce wrote:
>> 
>> 
>> Via WMS I've tried to serve the Sheboygan sample data to ArcGIS 9.2 and
>> haven't really been successful yet. I'm using mgos 2.0.2 and both mgos
>> and
>> arcgis are on the same internal domain. 
>> 
>> ArcGIS sees my mg WMS server and pulls the layers over. However, the
>> layers
>> do not display.
>> 
>> The documentation for both MG and ArcGIS claim to support OGC:WMS 1.1.1
>> 
>> Has anyone been successful using this configuration? Any ideas?
>> 
>> thanks,
>> alex
>> 
>> 
>> 
>> zspitzer wrote:
>>> 
>>> I think you can test the server side capabilities using the web tier
>>> tests
>>> which allows passing a version
>>> 
>>> http://locahost:8008/mapguide/mapagent/
>>> 
>>> there are a few quirks with WMS in there, GetMap returns only layers (
>>> and a list of them )
>>> rather than maps, there's no caching and or http cache semantics either
>>> 
>>> this document gives a nice nice overview of WMS support tho
>>> 
>>> http://feeds.autodesk.com/servlet/JiveServlet/download/233-594160-5688489-163673/ConfiguringAWMSFeatureSource.doc
>>> 
>>> 
>>> 
>>> On Fri, Oct 17, 2008 at 7:12 AM, BradM <[EMAIL PROTECTED]> wrote:

 WMS is critical to the success of my mapguide applications.   Can
 anyone
 answer Kenneth?

 Kenneth Skovhede, GEOGRAF A/S wrote:
>
> If found the following document describing the versions of WMS and WFS
> supported in MapGuide:
> http://mapguide.osgeo.org/faq_ogcserices.html
>
> The page appears quite outdated: "as soon as the FDO providers for WMS
> and WFS are available".
>
> The above mentioned page is not making a clear distinciton between
> being
> a client and being a server.
> There was no apparent mentioning of WMS/WFS versions on the FDO
> website
> either.
>
>
> My questions are:
> 1. What versions are supported when MapGuide is a WMS/WFS server?
> 2. What versions are supported when MapGuide is a WMS/WFS client?
> 3. Does MapGuide support WFS-T as a server?
> 4. Does MapGuide support WFS-T as a client?
> 5. How are the OGC certifications for server/client WMS/WFS coming
> along?
>
> --
> Regards, Kenneth Skovhede, GEOGRAF A/S
>
>
> ___
> mapguide-users mailing list
> mapguide-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>
>

 --
 View this message in context:
 http://www.nabble.com/Supported-WMS-and-WFS-in-MapGuide-tp19968309p20016664.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 (My Blog)
>>> +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://www.nabble.com/Supported-WMS-and-WFS-in-MapGuide-tp19968309p20037000.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
>> 
>> 
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Supported-WMS-and-WFS-in-MapGuide-tp1331826p1346103.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] Supported WMS and WFS in MapGuide

2008-10-17 Thread gom

I can succesfully use wms in ArcMAP 9.3, from Mapguide 1.2.

These are my WMS layer seettings in Mapguide.

Bounds

Other SRS
EPSG:26912

This is what I have as my wms string in ArcMAP
http://myserver.com/mapguide/mapagent/mapagent.fcgi?



Alex Fordyce wrote:
> 
> 
> Via WMS I've tried to serve the Sheboygan sample data to ArcGIS 9.2 and
> haven't really been successful yet. I'm using mgos 2.0.2 and both mgos and
> arcgis are on the same internal domain. 
> 
> ArcGIS sees my mg WMS server and pulls the layers over. However, the
> layers
> do not display.
> 
> The documentation for both MG and ArcGIS claim to support OGC:WMS 1.1.1
> 
> Has anyone been successful using this configuration? Any ideas?
> 
> thanks,
> alex
> 
> 
> 
> zspitzer wrote:
>> 
>> I think you can test the server side capabilities using the web tier
>> tests
>> which allows passing a version
>> 
>> http://locahost:8008/mapguide/mapagent/
>> 
>> there are a few quirks with WMS in there, GetMap returns only layers (
>> and a list of them )
>> rather than maps, there's no caching and or http cache semantics either
>> 
>> this document gives a nice nice overview of WMS support tho
>> 
>> http://feeds.autodesk.com/servlet/JiveServlet/download/233-594160-5688489-163673/ConfiguringAWMSFeatureSource.doc
>> 
>> 
>> 
>> On Fri, Oct 17, 2008 at 7:12 AM, BradM <[EMAIL PROTECTED]> wrote:
>>>
>>> WMS is critical to the success of my mapguide applications.   Can anyone
>>> answer Kenneth?
>>>
>>> Kenneth Skovhede, GEOGRAF A/S wrote:

 If found the following document describing the versions of WMS and WFS
 supported in MapGuide:
 http://mapguide.osgeo.org/faq_ogcserices.html

 The page appears quite outdated: "as soon as the FDO providers for WMS
 and WFS are available".

 The above mentioned page is not making a clear distinciton between
 being
 a client and being a server.
 There was no apparent mentioning of WMS/WFS versions on the FDO website
 either.


 My questions are:
 1. What versions are supported when MapGuide is a WMS/WFS server?
 2. What versions are supported when MapGuide is a WMS/WFS client?
 3. Does MapGuide support WFS-T as a server?
 4. Does MapGuide support WFS-T as a client?
 5. How are the OGC certifications for server/client WMS/WFS coming
 along?

 --
 Regards, Kenneth Skovhede, GEOGRAF A/S


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


>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/Supported-WMS-and-WFS-in-MapGuide-tp19968309p20016664.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 (My Blog)
>> +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://www.nabble.com/Supported-WMS-and-WFS-in-MapGuide-tp19968309p20037000.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
> 
> 

-- 
View this message in context: 
http://n2.nabble.com/Supported-WMS-and-WFS-in-MapGuide-tp1331826p1346078.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] GETMAPLEGENDIMAGE options?

2008-10-17 Thread Alex Fordyce

I noticed this in 1.x and I still see this problem in 2.0.2. I too am
interested in documentation and/or workaround within the layout. C#
examples? 



andrew.demerchant wrote:
> 
> Is there any documentation about the GETMAPLEGENDIMAGE mapagent 
> operation? Currently, the legend image that I'm getting is pretty bad 
> (note the attached image)...I'd like to be able to make a larger font 
> size, and to be able to get rid of the border (or at least make the 
> legend be /_inside_/ of it!). Anyone?
> 
> 
> -- 
>   *Andrew DeMerchant*
> *Computer Technologist*
> ph.1-877-2GEMTEC x.163
> fax 506-453-9470
> 
> /GEMTEC Limited 
> /191 Doak Road
> Fredericton, NB, Canada
> E3C 2E6
> 
> 
> ___
> mapguide-users mailing list
> mapguide-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/GETMAPLEGENDIMAGE-options--tp20021561p20037105.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] Print Layout - 2 questions...

2008-10-17 Thread Andy Morsell
You may want to look at the existing Scribble code in the code samples
section of the Wiki.  That application outputs the map as a PDF

http://trac.osgeo.org/mapguide/wiki/CodeSamples/ASP.Net/ScribbleApp


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


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of BradM
Sent: Friday, October 17, 2008 8:10 AM
To: mapguide-users@lists.osgeo.org
Subject: RE: [mapguide-users] Print Layout - 2 questions...


Is anyone interested in giving me a reasonable quote which would build the
code to allow viewers/ users to increase the DPI and to print to pdf?


Gary Morin wrote:
> 
> 
> I would back both of those proposals
> 
> 
> Gary
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Jason Birch
> Sent: 16 October 2008 17:36
> To: MapGuide Users Mail List
> Subject: RE: [mapguide-users] Print Layout - 2 questions...
> 
> No, there is no PDF support in MapGuide.  I'd sure love to see GeoPDF
> (and geo-referenced DWF) supported.
> 
> This has been mentioned to the appropriate ADSK product manager more
> than once, but it would be awesome if there was enough community support
> and a C++ coder willing to get into the guts of MapGuide to make this
> happen :)
> 
> Jason
> 
> -Original Message-
> From: BradM
> Subject: Re: [mapguide-users] Print Layout - 2 questions...
> 
> With respect to printing,  can we print to PDF and can we specify the
> DPI so
> that images will print with a higher resolution?
> ___
> 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
> 
> 

-- 
View this message in context:
http://www.nabble.com/Re%3A-Print-Layout---2-questions...-tp19801245p2003521
0.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 mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Supported WMS and WFS in MapGuide

2008-10-17 Thread Alex Fordyce

Via WMS I've tried to serve the Sheboygan sample data to ArcGIS 9.2 and
haven't really been successful yet. I'm using mgos 2.0.2 and both mgos and
arcgis are on the same internal domain. 

ArcGIS sees my mg WMS server and pulls the layers over. However, the layers
do not display.

The documentation for both MG and ArcGIS claim to support OGC:WMS 1.1.1

Has anyone been successful using this configuration? Any ideas?

thanks,
alex



zspitzer wrote:
> 
> I think you can test the server side capabilities using the web tier tests
> which allows passing a version
> 
> http://locahost:8008/mapguide/mapagent/
> 
> there are a few quirks with WMS in there, GetMap returns only layers (
> and a list of them )
> rather than maps, there's no caching and or http cache semantics either
> 
> this document gives a nice nice overview of WMS support tho
> 
> http://feeds.autodesk.com/servlet/JiveServlet/download/233-594160-5688489-163673/ConfiguringAWMSFeatureSource.doc
> 
> 
> 
> On Fri, Oct 17, 2008 at 7:12 AM, BradM <[EMAIL PROTECTED]> wrote:
>>
>> WMS is critical to the success of my mapguide applications.   Can anyone
>> answer Kenneth?
>>
>> Kenneth Skovhede, GEOGRAF A/S wrote:
>>>
>>> If found the following document describing the versions of WMS and WFS
>>> supported in MapGuide:
>>> http://mapguide.osgeo.org/faq_ogcserices.html
>>>
>>> The page appears quite outdated: "as soon as the FDO providers for WMS
>>> and WFS are available".
>>>
>>> The above mentioned page is not making a clear distinciton between being
>>> a client and being a server.
>>> There was no apparent mentioning of WMS/WFS versions on the FDO website
>>> either.
>>>
>>>
>>> My questions are:
>>> 1. What versions are supported when MapGuide is a WMS/WFS server?
>>> 2. What versions are supported when MapGuide is a WMS/WFS client?
>>> 3. Does MapGuide support WFS-T as a server?
>>> 4. Does MapGuide support WFS-T as a client?
>>> 5. How are the OGC certifications for server/client WMS/WFS coming
>>> along?
>>>
>>> --
>>> Regards, Kenneth Skovhede, GEOGRAF A/S
>>>
>>>
>>> ___
>>> mapguide-users mailing list
>>> mapguide-users@lists.osgeo.org
>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/Supported-WMS-and-WFS-in-MapGuide-tp19968309p20016664.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 (My Blog)
> +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://www.nabble.com/Supported-WMS-and-WFS-in-MapGuide-tp19968309p20037000.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 to MapGuide OS

2008-10-17 Thread Nelson Soto
Not that this will probably ever come up for anyone but for me uninstalling IIS 
from Windows XP and then reinstalling solved the issues. Thanks to everyone who 
helped.

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 12:36 PM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

The reference does not even appear in my visual studio. To what DLL should I 
reference? 

 

When loading specifically the dotnetviewerdemo as a website in visual studio, 
the error I get is JsonObject could not be found.

 

When loading the next folder above, www, I get the OsGeo error. 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Berdel, Brian
Sent: Friday, October 17, 2008 12:23 PM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

Did you rebuild? Or Try adding them as references in visual studio to the site 
then instead of just copying.

 

Brian 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 12:18 PM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

Sorry... I copied all of the bin contents from mapviewernet over to the demo 
bin and still nothing...

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 10:59 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

The site I'm trying to view is the dotnetviewer? So, isn't this folder the same 
folder?

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Berdel, Brian
Sent: Friday, October 17, 2008 10:26 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

You need to copy the dll's from the mapviewernet bin directory to the bin 
directory of your site. 

 

Brian 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 10:23 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

I am having a .NET related error when trying to load the .NET ajax viewer 
sample...

 

It is a rudimentary error. I can not load the namespace OSGeo.MapGuide. Does 
this mean I need to reinstall MapGuide or have I missed an additional step? I 
believe I installed both MapGuide and WebServerExtensions and am also under the 
impression I selected the .NET part of the configuration during install..

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 10:16 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

Indeed, I just recognized this! Thanks for the prompt responses!

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth 
Skovhede, GEOGRAF A/S
Sent: Friday, October 17, 2008 10:11 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] New to MapGuide OS

 

You are most likely using IE, which has renamed the Sheboygan.mgp file til 
Sheboygan.zip.
Rename it back, and you can load it.

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev: 

Ok, so at the risk of sounding a bit naïve, I am at the point where I have 
dropped the Sheboygan Sample Data in the folder "Packages" in the Server 
install directory. When logged into the Admin Site however, it does not list 
any packages as being present to load.

 

I am using IIS 5.1, which I have read may pose issues down the line with a 
maximum connection limit (although I think I can circumvent that...). 

 

The package path in the configuration is 'C:/Program 
Files/MapGuideOpenSource2.0/Server/Packages/' which is the correct path. Has 
anyone ever run into a similar situation? 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 9:58 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

This was not what I had looked at, I think I was looking throught the dev PDF. 
This is exactly what I was looking for I believe. Thank you!

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth 
Skovhede, GEOGRAF A/S
Sent: Friday, October 17, 2008 9:54 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] New to MapGuide OS

 

Was one of the PDF's the "Gettings Started with MapGuide":
http://mapguide.osgeo.org/2.0/documentation.html

If so, which of the five steps on page 1 is causing you trouble?

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev: 

Hello all, 

 

I have experience with MapServer but just discovered MapGuide as a seeming 
alternative... I would like to get the samples running but I am q

Re: [mapguide-users] Oracle XE with ODBC?

2008-10-17 Thread GordonL

Thanks for the feedback.  Yes, my data is only numeric - meaning I am trying
to draw points (X column and Y column) using the ODBC FDO Connector.

I have used Uppercase USER.
I have tried two connectors (both XE Client and XE Quick Client).
I have tried users that are DBA (including system).

When I click Test Connection with MapGuide Studio I get "Successful
connection."

I can connect to Oracle XE with PHP and get a report.
I can connect to Oracle XE with ODBC with Access and Link Tables.  

I just can't enumerate the list of tables (so I can set the Lat/Long
columns) with the ODBC Connection wtihin Studio   

Is having a user that is DBA too much?  Am I trying to see too many tables
in Oracle so nothing appears?

thanks
gordon





zspitzer wrote:
> 
> was your userame in uppercase?
> 
> On Fri, Oct 17, 2008 at 5:45 AM, Gordon Luckett
> <[EMAIL PROTECTED]> wrote:
>> Hi, has anyone been able to enumerate the list of tables in Oracle XE 10g
>> when connecting in MapGuide Studio with ODBC.
>>
>> None of the tables appear in the "Show Tables" area when making an OSGEO
>> FDO
>> Provider for ODBC.  None of the tables are "spatial" just numeric with
>> Lat
>> and Long...
>>
>>
>> I have tried many users (DBA rights) - and nothing.
>>
>> I know I can connect with ODBC because when I "LINK" tables to the ODBC
>> with
>> MS Access I can see the tables in Oracle XE.  So the ODBC connection is
>> fine.
>>
>> Has anyone had any luck with ODBC and XE seeing the tables in Studio
>> 2009?
>>
>> Thanks
>> Gordon
>>
>>
>>
>> ___
>> mapguide-users mailing list
>> mapguide-users@lists.osgeo.org
>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>
> 
> 
> 
> -- 
> Zac Spitzer -
> http://zacster.blogspot.com (My Blog)
> +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://www.nabble.com/Oracle-XE-with-ODBC--tp20021723p20036886.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 to MapGuide OS

2008-10-17 Thread Nelson Soto
The reference does not even appear in my visual studio. To what DLL should I 
reference? 

 

When loading specifically the dotnetviewerdemo as a website in visual studio, 
the error I get is JsonObject could not be found.

 

When loading the next folder above, www, I get the OsGeo error. 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Berdel, Brian
Sent: Friday, October 17, 2008 12:23 PM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

Did you rebuild? Or Try adding them as references in visual studio to the site 
then instead of just copying.

 

Brian 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 12:18 PM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

Sorry... I copied all of the bin contents from mapviewernet over to the demo 
bin and still nothing...

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 10:59 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

The site I'm trying to view is the dotnetviewer? So, isn't this folder the same 
folder?

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Berdel, Brian
Sent: Friday, October 17, 2008 10:26 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

You need to copy the dll's from the mapviewernet bin directory to the bin 
directory of your site. 

 

Brian 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 10:23 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

I am having a .NET related error when trying to load the .NET ajax viewer 
sample...

 

It is a rudimentary error. I can not load the namespace OSGeo.MapGuide. Does 
this mean I need to reinstall MapGuide or have I missed an additional step? I 
believe I installed both MapGuide and WebServerExtensions and am also under the 
impression I selected the .NET part of the configuration during install..

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 10:16 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

Indeed, I just recognized this! Thanks for the prompt responses!

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth 
Skovhede, GEOGRAF A/S
Sent: Friday, October 17, 2008 10:11 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] New to MapGuide OS

 

You are most likely using IE, which has renamed the Sheboygan.mgp file til 
Sheboygan.zip.
Rename it back, and you can load it.

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev: 

Ok, so at the risk of sounding a bit naïve, I am at the point where I have 
dropped the Sheboygan Sample Data in the folder "Packages" in the Server 
install directory. When logged into the Admin Site however, it does not list 
any packages as being present to load.

 

I am using IIS 5.1, which I have read may pose issues down the line with a 
maximum connection limit (although I think I can circumvent that...). 

 

The package path in the configuration is 'C:/Program 
Files/MapGuideOpenSource2.0/Server/Packages/' which is the correct path. Has 
anyone ever run into a similar situation? 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 9:58 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

This was not what I had looked at, I think I was looking throught the dev PDF. 
This is exactly what I was looking for I believe. Thank you!

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth 
Skovhede, GEOGRAF A/S
Sent: Friday, October 17, 2008 9:54 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] New to MapGuide OS

 

Was one of the PDF's the "Gettings Started with MapGuide":
http://mapguide.osgeo.org/2.0/documentation.html

If so, which of the five steps on page 1 is causing you trouble?

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev: 

Hello all, 

 

I have experience with MapServer but just discovered MapGuide as a seeming 
alternative... I would like to get the samples running but I am quite clueless. 
I am attempting to read the PDF help but it doesn't seem to help me get the 
demo's up and running or I am kind of an imbecile. Can anyone guide me to a 
tutorial or instructions on how to set up the samples, I guess Sheboygan? 

 

Thanks,

Nelson

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 







 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

RE: [mapguide-users] New to MapGuide OS

2008-10-17 Thread Berdel, Brian
Did you rebuild? Or Try adding them as references in visual studio to the site 
then instead of just copying.

 

Brian 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 12:18 PM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

Sorry... I copied all of the bin contents from mapviewernet over to the demo 
bin and still nothing...

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 10:59 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

The site I'm trying to view is the dotnetviewer? So, isn't this folder the same 
folder?

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Berdel, Brian
Sent: Friday, October 17, 2008 10:26 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

You need to copy the dll's from the mapviewernet bin directory to the bin 
directory of your site. 

 

Brian 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 10:23 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

I am having a .NET related error when trying to load the .NET ajax viewer 
sample...

 

It is a rudimentary error. I can not load the namespace OSGeo.MapGuide. Does 
this mean I need to reinstall MapGuide or have I missed an additional step? I 
believe I installed both MapGuide and WebServerExtensions and am also under the 
impression I selected the .NET part of the configuration during install..

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 10:16 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

Indeed, I just recognized this! Thanks for the prompt responses!

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth 
Skovhede, GEOGRAF A/S
Sent: Friday, October 17, 2008 10:11 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] New to MapGuide OS

 

You are most likely using IE, which has renamed the Sheboygan.mgp file til 
Sheboygan.zip.
Rename it back, and you can load it.

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev: 

Ok, so at the risk of sounding a bit naïve, I am at the point where I have 
dropped the Sheboygan Sample Data in the folder "Packages" in the Server 
install directory. When logged into the Admin Site however, it does not list 
any packages as being present to load.

 

I am using IIS 5.1, which I have read may pose issues down the line with a 
maximum connection limit (although I think I can circumvent that...). 

 

The package path in the configuration is 'C:/Program 
Files/MapGuideOpenSource2.0/Server/Packages/' which is the correct path. Has 
anyone ever run into a similar situation? 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 9:58 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

This was not what I had looked at, I think I was looking throught the dev PDF. 
This is exactly what I was looking for I believe. Thank you!

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth 
Skovhede, GEOGRAF A/S
Sent: Friday, October 17, 2008 9:54 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] New to MapGuide OS

 

Was one of the PDF's the "Gettings Started with MapGuide":
http://mapguide.osgeo.org/2.0/documentation.html

If so, which of the five steps on page 1 is causing you trouble?

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev: 

Hello all, 

 

I have experience with MapServer but just discovered MapGuide as a seeming 
alternative... I would like to get the samples running but I am quite clueless. 
I am attempting to read the PDF help but it doesn't seem to help me get the 
demo's up and running or I am kind of an imbecile. Can anyone guide me to a 
tutorial or instructions on how to set up the samples, I guess Sheboygan? 

 

Thanks,

Nelson

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 






 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
___
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 mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-us

RE: [mapguide-users] New to MapGuide OS

2008-10-17 Thread Nelson Soto
Sorry... I copied all of the bin contents from mapviewernet over to the demo 
bin and still nothing...

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 10:59 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

The site I'm trying to view is the dotnetviewer? So, isn't this folder the same 
folder?

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Berdel, Brian
Sent: Friday, October 17, 2008 10:26 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

You need to copy the dll's from the mapviewernet bin directory to the bin 
directory of your site. 

 

Brian 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 10:23 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

I am having a .NET related error when trying to load the .NET ajax viewer 
sample...

 

It is a rudimentary error. I can not load the namespace OSGeo.MapGuide. Does 
this mean I need to reinstall MapGuide or have I missed an additional step? I 
believe I installed both MapGuide and WebServerExtensions and am also under the 
impression I selected the .NET part of the configuration during install..

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 10:16 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

Indeed, I just recognized this! Thanks for the prompt responses!

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth 
Skovhede, GEOGRAF A/S
Sent: Friday, October 17, 2008 10:11 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] New to MapGuide OS

 

You are most likely using IE, which has renamed the Sheboygan.mgp file til 
Sheboygan.zip.
Rename it back, and you can load it.

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev: 

Ok, so at the risk of sounding a bit naïve, I am at the point where I have 
dropped the Sheboygan Sample Data in the folder "Packages" in the Server 
install directory. When logged into the Admin Site however, it does not list 
any packages as being present to load.

 

I am using IIS 5.1, which I have read may pose issues down the line with a 
maximum connection limit (although I think I can circumvent that...). 

 

The package path in the configuration is 'C:/Program 
Files/MapGuideOpenSource2.0/Server/Packages/' which is the correct path. Has 
anyone ever run into a similar situation? 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 9:58 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

This was not what I had looked at, I think I was looking throught the dev PDF. 
This is exactly what I was looking for I believe. Thank you!

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth 
Skovhede, GEOGRAF A/S
Sent: Friday, October 17, 2008 9:54 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] New to MapGuide OS

 

Was one of the PDF's the "Gettings Started with MapGuide":
http://mapguide.osgeo.org/2.0/documentation.html

If so, which of the five steps on page 1 is causing you trouble?

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev: 

Hello all, 

 

I have experience with MapServer but just discovered MapGuide as a seeming 
alternative... I would like to get the samples running but I am quite clueless. 
I am attempting to read the PDF help but it doesn't seem to help me get the 
demo's up and running or I am kind of an imbecile. Can anyone guide me to a 
tutorial or instructions on how to set up the samples, I guess Sheboygan? 

 

Thanks,

Nelson

 
 
 
 
 
 
 
 
 
 
 
 
 







 
 
 
 
 
 
 
 
 
 
 
 
 
___
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 mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: Re[mapguide-users] nderingService on MGOS 2.0.2

2008-10-17 Thread Alex Fordyce

Well, I don't know if it's a "real" bug. The Developers Guide shows the
parameters as uCase as does the Server API doc. Maybe a mention of this in
the dev guide would help some people (it is the only parameter that is case
sensitive). Of course I'll never do that again, but it may save someone else
from a mild headache.  My feeling is that it doesn't really need to be
logged as a bug. 



zspitzer wrote:
> 
> there's a few case sensitive gotcha's like that with mapguide...
> 
> worth filing a bug?
> 
> On Fri, Oct 17, 2008 at 11:41 AM, Alex Fordyce <[EMAIL PROTECTED]>
> wrote:
>>
>> Kenneth,
>>
>> I don't know whether to laugh or cry, but that was it! Changed "png" to
>> "PNG" and it works great now.
>>
>> Thank you so much.
>>
>> Regards,
>> alex
>>
>>
>> Kenneth Skovhede, GEOGRAF A/S wrote:
>>>
>>> I use the GETMAPIMAGE function extensively, which I belive is the same
>>> function, and it works great.
>>> What line causes the error?
>>> Have you tried with "PNG" instead of "png"?
>>>
>>> Regards, Kenneth Skovhede, GEOGRAF A/S
>>>
>>>
>>>
>>> Alex Fordyce skrev:
 Has anyone been successful using the RenderingService using release
 2.0.2? It
 does not seem to be working for me. My install is MGOS 2.0.2 ,.NET, and
 IIS.

 I am trying to save a map as a PNG to my local drive.

 I get the following error: "An unclassified exception occurred." and no
 file
 is created. Yes, c:\temp exists. :)

 Sample C# code:

 MgByteReader byteReader = renderingService.RenderMap(map, selection,
 mapExtent, 650, 650, bgcolor, "png" );
 MgByteSink byteSink = new MgByteSink(byteReader);
 string fileName = "c:\\temp\\myMap.png";
 byteSink.ToFile(fileName);

 Any suggestions or success stories would be welcomed.

 thanks.
 alex


>>> ___
>>> mapguide-users mailing list
>>> mapguide-users@lists.osgeo.org
>>> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>>>
>>>
>>
>> --
>> View this message in context:
>> http://www.nabble.com/RenderingService-on-MGOS-2.0.2-tp20005723p20023938.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 (My Blog)
> +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://www.nabble.com/RenderingService-on-MGOS-2.0.2-tp20005723p20035930.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] Print Layout - 2 questions...

2008-10-17 Thread BradM

Is anyone interested in giving me a reasonable quote which would build the
code to allow viewers/ users to increase the DPI and to print to pdf?


Gary Morin wrote:
> 
> 
> I would back both of those proposals
> 
> 
> Gary
> 
> 
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Jason Birch
> Sent: 16 October 2008 17:36
> To: MapGuide Users Mail List
> Subject: RE: [mapguide-users] Print Layout - 2 questions...
> 
> No, there is no PDF support in MapGuide.  I'd sure love to see GeoPDF
> (and geo-referenced DWF) supported.
> 
> This has been mentioned to the appropriate ADSK product manager more
> than once, but it would be awesome if there was enough community support
> and a C++ coder willing to get into the guts of MapGuide to make this
> happen :)
> 
> Jason
> 
> -Original Message-
> From: BradM
> Subject: Re: [mapguide-users] Print Layout - 2 questions...
> 
> With respect to printing,  can we print to PDF and can we specify the
> DPI so
> that images will print with a higher resolution?
> ___
> 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
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Re%3A-Print-Layout---2-questions...-tp19801245p20035210.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 to MapGuide OS

2008-10-17 Thread Nelson Soto
.NET is set to 2.0 already. It does get overlooked though, so good suggestion 
regardless. Thanks. 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth 
Skovhede, GEOGRAF A/S
Sent: Friday, October 17, 2008 10:55 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] New to MapGuide OS

 

You also have to select .Net 2.0 under properties->ASP.Net in IIS.




Regards, Kenneth Skovhede, GEOGRAF A/S



Berdel, Brian skrev: 

You need to copy the dll's from the mapviewernet bin directory to the bin 
directory of your site. 

 

Brian 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 10:23 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

I am having a .NET related error when trying to load the .NET ajax viewer 
sample...

 

It is a rudimentary error. I can not load the namespace OSGeo.MapGuide. Does 
this mean I need to reinstall MapGuide or have I missed an additional step? I 
believe I installed both MapGuide and WebServerExtensions and am also under the 
impression I selected the .NET part of the configuration during install..

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 10:16 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

Indeed, I just recognized this! Thanks for the prompt responses!

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth 
Skovhede, GEOGRAF A/S
Sent: Friday, October 17, 2008 10:11 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] New to MapGuide OS

 

You are most likely using IE, which has renamed the Sheboygan.mgp file til 
Sheboygan.zip.
Rename it back, and you can load it.

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev: 

Ok, so at the risk of sounding a bit naïve, I am at the point where I have 
dropped the Sheboygan Sample Data in the folder "Packages" in the Server 
install directory. When logged into the Admin Site however, it does not list 
any packages as being present to load.

 

I am using IIS 5.1, which I have read may pose issues down the line with a 
maximum connection limit (although I think I can circumvent that...). 

 

The package path in the configuration is 'C:/Program 
Files/MapGuideOpenSource2.0/Server/Packages/' which is the correct path. Has 
anyone ever run into a similar situation? 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 9:58 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

This was not what I had looked at, I think I was looking throught the dev PDF. 
This is exactly what I was looking for I believe. Thank you!

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth 
Skovhede, GEOGRAF A/S
Sent: Friday, October 17, 2008 9:54 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] New to MapGuide OS

 

Was one of the PDF's the "Gettings Started with MapGuide":
http://mapguide.osgeo.org/2.0/documentation.html

If so, which of the five steps on page 1 is causing you trouble?

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev: 

Hello all, 

 

I have experience with MapServer but just discovered MapGuide as a seeming 
alternative... I would like to get the samples running but I am quite clueless. 
I am attempting to read the PDF help but it doesn't seem to help me get the 
demo's up and running or I am kind of an imbecile. Can anyone guide me to a 
tutorial or instructions on how to set up the samples, I guess Sheboygan? 

 

Thanks,

Nelson

 
 
 
 
 
 
 
 
 
 







 
 
  
 
 
 
 
 
 
 
 
 
___
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 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] New to MapGuide OS

2008-10-17 Thread Nelson Soto
The site I'm trying to view is the dotnetviewer? So, isn't this folder the same 
folder?

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Berdel, Brian
Sent: Friday, October 17, 2008 10:26 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

You need to copy the dll's from the mapviewernet bin directory to the bin 
directory of your site. 

 

Brian 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 10:23 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

I am having a .NET related error when trying to load the .NET ajax viewer 
sample...

 

It is a rudimentary error. I can not load the namespace OSGeo.MapGuide. Does 
this mean I need to reinstall MapGuide or have I missed an additional step? I 
believe I installed both MapGuide and WebServerExtensions and am also under the 
impression I selected the .NET part of the configuration during install..

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 10:16 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

Indeed, I just recognized this! Thanks for the prompt responses!

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth 
Skovhede, GEOGRAF A/S
Sent: Friday, October 17, 2008 10:11 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] New to MapGuide OS

 

You are most likely using IE, which has renamed the Sheboygan.mgp file til 
Sheboygan.zip.
Rename it back, and you can load it.

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev: 

Ok, so at the risk of sounding a bit naïve, I am at the point where I have 
dropped the Sheboygan Sample Data in the folder "Packages" in the Server 
install directory. When logged into the Admin Site however, it does not list 
any packages as being present to load.

 

I am using IIS 5.1, which I have read may pose issues down the line with a 
maximum connection limit (although I think I can circumvent that...). 

 

The package path in the configuration is 'C:/Program 
Files/MapGuideOpenSource2.0/Server/Packages/' which is the correct path. Has 
anyone ever run into a similar situation? 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 9:58 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

This was not what I had looked at, I think I was looking throught the dev PDF. 
This is exactly what I was looking for I believe. Thank you!

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth 
Skovhede, GEOGRAF A/S
Sent: Friday, October 17, 2008 9:54 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] New to MapGuide OS

 

Was one of the PDF's the "Gettings Started with MapGuide":
http://mapguide.osgeo.org/2.0/documentation.html

If so, which of the five steps on page 1 is causing you trouble?

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev: 

Hello all, 

 

I have experience with MapServer but just discovered MapGuide as a seeming 
alternative... I would like to get the samples running but I am quite clueless. 
I am attempting to read the PDF help but it doesn't seem to help me get the 
demo's up and running or I am kind of an imbecile. Can anyone guide me to a 
tutorial or instructions on how to set up the samples, I guess Sheboygan? 

 

Thanks,

Nelson

 
 
 
 
 
 
 
 
 
 
 







 
 
 
 
 
 
 
 
 
 
 
___
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 mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] New to MapGuide OS

2008-10-17 Thread Kenneth Skovhede, GEOGRAF A/S

You also have to select .Net 2.0 under properties->ASP.Net in IIS.

Regards, Kenneth Skovhede, GEOGRAF A/S



Berdel, Brian skrev:


You need to copy the dll's from the mapviewernet bin directory to the 
bin directory of your site.


 


Brian

* *

*From:* [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] *On Behalf Of *Nelson Soto

*Sent:* Friday, October 17, 2008 10:23 AM
*To:* MapGuide Users Mail List
*Subject:* RE: [mapguide-users] New to MapGuide OS

 

I am having a .NET related error when trying to load the .NET ajax 
viewer sample...


 

It is a rudimentary error. I can not load the namespace 
OSGeo.MapGuide. Does this mean I need to reinstall MapGuide or have I 
missed an additional step? I believe I installed both MapGuide and 
WebServerExtensions and am also under the impression I selected the 
.NET part of the configuration during install..


 




*From:* [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] *On Behalf Of *Nelson Soto

*Sent:* Friday, October 17, 2008 10:16 AM
*To:* MapGuide Users Mail List
*Subject:* RE: [mapguide-users] New to MapGuide OS

 


Indeed, I just recognized this! Thanks for the prompt responses!

 




*From:* [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] *On Behalf Of *Kenneth 
Skovhede, GEOGRAF A/S

*Sent:* Friday, October 17, 2008 10:11 AM
*To:* MapGuide Users Mail List
*Subject:* Re: [mapguide-users] New to MapGuide OS

 

You are most likely using IE, which has renamed the Sheboygan.mgp file 
til Sheboygan.zip.

Rename it back, and you can load it.

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev:

Ok, so at the risk of sounding a bit naïve, I am at the point where I 
have dropped the Sheboygan Sample Data in the folder "Packages" in the 
Server install directory. When logged into the Admin Site however, it 
does not list any packages as being present to load.


 

I am using IIS 5.1, which I have read may pose issues down the line 
with a maximum connection limit (although I think I can circumvent 
that...).


 

The package path in the configuration is 'C:/Program 
Files/MapGuideOpenSource2.0/Server/Packages/' which is the correct 
path. Has anyone ever run into a similar situation?


 




*From:* [EMAIL PROTECTED] 
 
[mailto:[EMAIL PROTECTED] *On Behalf Of *Nelson Soto

*Sent:* Friday, October 17, 2008 9:58 AM
*To:* MapGuide Users Mail List
*Subject:* RE: [mapguide-users] New to MapGuide OS

 

This was not what I had looked at, I think I was looking throught the 
dev PDF. This is exactly what I was looking for I believe. Thank you!


 




*From:* [EMAIL PROTECTED] 
 
[mailto:[EMAIL PROTECTED] *On Behalf Of *Kenneth 
Skovhede, GEOGRAF A/S

*Sent:* Friday, October 17, 2008 9:54 AM
*To:* MapGuide Users Mail List
*Subject:* Re: [mapguide-users] New to MapGuide OS

 


Was one of the PDF's the "Gettings Started with MapGuide":
http://mapguide.osgeo.org/2.0/documentation.html

If so, which of the five steps on page 1 is causing you trouble?

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev:

Hello all,

 

I have experience with MapServer but just discovered MapGuide as a 
seeming alternative... I would like to get the samples running but I 
am quite clueless. I am attempting to read the PDF help but it doesn't 
seem to help me get the demo's up and running or I am kind of an 
imbecile. Can anyone guide me to a tutorial or instructions on how to 
set up the samples, I guess Sheboygan?


 


Thanks,

Nelson

 
 
 
 
 
 
 
 
 




  
 
 
 
 
 
 
 
 
 
___

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 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] MapGuide Oracle FDO provider: Autodesk vs.King.Oracle

2008-10-17 Thread gingerbbm


Brent Robinson wrote:
> The extra one to copy is OracleOverrides.dll.


Ah, that's OK then. I thought that was Number 3 but it already existed in
the MGOS bin/FDO folder. Thanks for confirming.
-- 
View this message in context: 
http://n2.nabble.com/MapGuide-Oracle-FDO-provider%3A-Autodesk-vs.-King.Oracle-tp1341597p1345416.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 Oracle FDO provider: Autodesk vs.King.Oracle

2008-10-17 Thread Brent Robinson
The extra one to copy is OracleOverrides.dll.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of gingerbbm
Sent: Friday, October 17, 2008 9:31 AM
To: mapguide-users@lists.osgeo.org
Subject: RE: [mapguide-users] MapGuide Oracle FDO provider: Autodesk 
vs.King.Oracle



- the Autodesk Oracle provider DLLs (there should be at least three of them)


Any idea which ones? I copied the following:
1. Autodesk.Gis.Fdo.Providers.Oracle.Overrides.dll
2. FdoRdbms.dll

...and it seems to work. What else?
--
View this message in context: 
http://n2.nabble.com/MapGuide-Oracle-FDO-provider%3A-Autodesk-vs.-King.Oracle-tp1341597p1345157.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 mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: [mapguide-users] New to MapGuide OS

2008-10-17 Thread Berdel, Brian
You need to copy the dll's from the mapviewernet bin directory to the bin 
directory of your site. 

 

Brian 

 

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 10:23 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

I am having a .NET related error when trying to load the .NET ajax viewer 
sample...

 

It is a rudimentary error. I can not load the namespace OSGeo.MapGuide. Does 
this mean I need to reinstall MapGuide or have I missed an additional step? I 
believe I installed both MapGuide and WebServerExtensions and am also under the 
impression I selected the .NET part of the configuration during install..

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 10:16 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

Indeed, I just recognized this! Thanks for the prompt responses!

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth 
Skovhede, GEOGRAF A/S
Sent: Friday, October 17, 2008 10:11 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] New to MapGuide OS

 

You are most likely using IE, which has renamed the Sheboygan.mgp file til 
Sheboygan.zip.
Rename it back, and you can load it.

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev: 

Ok, so at the risk of sounding a bit naïve, I am at the point where I have 
dropped the Sheboygan Sample Data in the folder "Packages" in the Server 
install directory. When logged into the Admin Site however, it does not list 
any packages as being present to load.

 

I am using IIS 5.1, which I have read may pose issues down the line with a 
maximum connection limit (although I think I can circumvent that...). 

 

The package path in the configuration is 'C:/Program 
Files/MapGuideOpenSource2.0/Server/Packages/' which is the correct path. Has 
anyone ever run into a similar situation? 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 9:58 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

This was not what I had looked at, I think I was looking throught the dev PDF. 
This is exactly what I was looking for I believe. Thank you!

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth 
Skovhede, GEOGRAF A/S
Sent: Friday, October 17, 2008 9:54 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] New to MapGuide OS

 

Was one of the PDF's the "Gettings Started with MapGuide":
http://mapguide.osgeo.org/2.0/documentation.html

If so, which of the five steps on page 1 is causing you trouble?

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev: 

Hello all, 

 

I have experience with MapServer but just discovered MapGuide as a seeming 
alternative... I would like to get the samples running but I am quite clueless. 
I am attempting to read the PDF help but it doesn't seem to help me get the 
demo's up and running or I am kind of an imbecile. Can anyone guide me to a 
tutorial or instructions on how to set up the samples, I guess Sheboygan? 

 

Thanks,

Nelson

 
 
 
 
 
 
 
 
 






 
 
 
 
 
 
 
 
 
___
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 mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: [mapguide-users] New to MapGuide OS

2008-10-17 Thread Nelson Soto
I am having a .NET related error when trying to load the .NET ajax viewer 
sample...

 

It is a rudimentary error. I can not load the namespace OSGeo.MapGuide. Does 
this mean I need to reinstall MapGuide or have I missed an additional step? I 
believe I installed both MapGuide and WebServerExtensions and am also under the 
impression I selected the .NET part of the configuration during install..

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 10:16 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

Indeed, I just recognized this! Thanks for the prompt responses!

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth 
Skovhede, GEOGRAF A/S
Sent: Friday, October 17, 2008 10:11 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] New to MapGuide OS

 

You are most likely using IE, which has renamed the Sheboygan.mgp file til 
Sheboygan.zip.
Rename it back, and you can load it.



Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev: 

Ok, so at the risk of sounding a bit naïve, I am at the point where I have 
dropped the Sheboygan Sample Data in the folder "Packages" in the Server 
install directory. When logged into the Admin Site however, it does not list 
any packages as being present to load.

 

I am using IIS 5.1, which I have read may pose issues down the line with a 
maximum connection limit (although I think I can circumvent that...). 

 

The package path in the configuration is 'C:/Program 
Files/MapGuideOpenSource2.0/Server/Packages/' which is the correct path. Has 
anyone ever run into a similar situation? 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 9:58 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

This was not what I had looked at, I think I was looking throught the dev PDF. 
This is exactly what I was looking for I believe. Thank you!

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth 
Skovhede, GEOGRAF A/S
Sent: Friday, October 17, 2008 9:54 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] New to MapGuide OS

 

Was one of the PDF's the "Gettings Started with MapGuide":
http://mapguide.osgeo.org/2.0/documentation.html

If so, which of the five steps on page 1 is causing you trouble?

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev: 

Hello all, 

 

I have experience with MapServer but just discovered MapGuide as a seeming 
alternative... I would like to get the samples running but I am quite clueless. 
I am attempting to read the PDF help but it doesn't seem to help me get the 
demo's up and running or I am kind of an imbecile. Can anyone guide me to a 
tutorial or instructions on how to set up the samples, I guess Sheboygan? 

 

Thanks,

Nelson

 
 
 
 
 
 
 







 
 
 
 
 
 
 
___
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 mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: [mapguide-users] New to MapGuide OS

2008-10-17 Thread Nelson Soto
Indeed, I just recognized this! Thanks for the prompt responses!

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth 
Skovhede, GEOGRAF A/S
Sent: Friday, October 17, 2008 10:11 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] New to MapGuide OS

 

You are most likely using IE, which has renamed the Sheboygan.mgp file til 
Sheboygan.zip.
Rename it back, and you can load it.




Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev: 

Ok, so at the risk of sounding a bit naïve, I am at the point where I have 
dropped the Sheboygan Sample Data in the folder "Packages" in the Server 
install directory. When logged into the Admin Site however, it does not list 
any packages as being present to load.

 

I am using IIS 5.1, which I have read may pose issues down the line with a 
maximum connection limit (although I think I can circumvent that...). 

 

The package path in the configuration is 'C:/Program 
Files/MapGuideOpenSource2.0/Server/Packages/' which is the correct path. Has 
anyone ever run into a similar situation? 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 9:58 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

This was not what I had looked at, I think I was looking throught the dev PDF. 
This is exactly what I was looking for I believe. Thank you!

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth 
Skovhede, GEOGRAF A/S
Sent: Friday, October 17, 2008 9:54 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] New to MapGuide OS

 

Was one of the PDF's the "Gettings Started with MapGuide":
http://mapguide.osgeo.org/2.0/documentation.html

If so, which of the five steps on page 1 is causing you trouble?

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev: 

Hello all, 

 

I have experience with MapServer but just discovered MapGuide as a seeming 
alternative... I would like to get the samples running but I am quite clueless. 
I am attempting to read the PDF help but it doesn't seem to help me get the 
demo's up and running or I am kind of an imbecile. Can anyone guide me to a 
tutorial or instructions on how to set up the samples, I guess Sheboygan? 

 

Thanks,

Nelson

 
 
 
 
 







 
 
 
 
 
___
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 mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] New to MapGuide OS

2008-10-17 Thread Kenneth Skovhede, GEOGRAF A/S
You are most likely using IE, which has renamed the Sheboygan.mgp file 
til Sheboygan.zip.

Rename it back, and you can load it.

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev:


Ok, so at the risk of sounding a bit naïve, I am at the point where I 
have dropped the Sheboygan Sample Data in the folder "Packages" in the 
Server install directory. When logged into the Admin Site however, it 
does not list any packages as being present to load.


 

I am using IIS 5.1, which I have read may pose issues down the line 
with a maximum connection limit (although I think I can circumvent 
that...).


 

The package path in the configuration is 'C:/Program 
Files/MapGuideOpenSource2.0/Server/Packages/' which is the correct 
path. Has anyone ever run into a similar situation?


 




*From:* [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] *On Behalf Of *Nelson Soto

*Sent:* Friday, October 17, 2008 9:58 AM
*To:* MapGuide Users Mail List
*Subject:* RE: [mapguide-users] New to MapGuide OS

 

This was not what I had looked at, I think I was looking throught the 
dev PDF. This is exactly what I was looking for I believe. Thank you!


 




*From:* [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] *On Behalf Of *Kenneth 
Skovhede, GEOGRAF A/S

*Sent:* Friday, October 17, 2008 9:54 AM
*To:* MapGuide Users Mail List
*Subject:* Re: [mapguide-users] New to MapGuide OS

 


Was one of the PDF's the "Gettings Started with MapGuide":
http://mapguide.osgeo.org/2.0/documentation.html

If so, which of the five steps on page 1 is causing you trouble?

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev:

Hello all,

 

I have experience with MapServer but just discovered MapGuide as a 
seeming alternative... I would like to get the samples running but I 
am quite clueless. I am attempting to read the PDF help but it doesn't 
seem to help me get the demo's up and running or I am kind of an 
imbecile. Can anyone guide me to a tutorial or instructions on how to 
set up the samples, I guess Sheboygan?


 


Thanks,

Nelson

 
 
 






 
 
 
___

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 mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: [mapguide-users] New to MapGuide OS

2008-10-17 Thread Nelson Soto
Ok, so at the risk of sounding a bit naïve, I am at the point where I have 
dropped the Sheboygan Sample Data in the folder "Packages" in the Server 
install directory. When logged into the Admin Site however, it does not list 
any packages as being present to load.

 

I am using IIS 5.1, which I have read may pose issues down the line with a 
maximum connection limit (although I think I can circumvent that...). 

 

The package path in the configuration is 'C:/Program 
Files/MapGuideOpenSource2.0/Server/Packages/' which is the correct path. Has 
anyone ever run into a similar situation? 

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Nelson Soto
Sent: Friday, October 17, 2008 9:58 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] New to MapGuide OS

 

This was not what I had looked at, I think I was looking throught the dev PDF. 
This is exactly what I was looking for I believe. Thank you!

 



From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Kenneth 
Skovhede, GEOGRAF A/S
Sent: Friday, October 17, 2008 9:54 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] New to MapGuide OS

 

Was one of the PDF's the "Gettings Started with MapGuide":
http://mapguide.osgeo.org/2.0/documentation.html

If so, which of the five steps on page 1 is causing you trouble?

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev: 

Hello all, 

 

I have experience with MapServer but just discovered MapGuide as a seeming 
alternative... I would like to get the samples running but I am quite clueless. 
I am attempting to read the PDF help but it doesn't seem to help me get the 
demo's up and running or I am kind of an imbecile. Can anyone guide me to a 
tutorial or instructions on how to set up the samples, I guess Sheboygan? 

 

Thanks,

Nelson

 
 
 







 
 
 
___
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] New to MapGuide OS

2008-10-17 Thread Nelson Soto
This was not what I had looked at, I think I was looking throught the
dev PDF. This is exactly what I was looking for I believe. Thank you!

 



From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kenneth
Skovhede, GEOGRAF A/S
Sent: Friday, October 17, 2008 9:54 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] New to MapGuide OS

 

Was one of the PDF's the "Gettings Started with MapGuide":
http://mapguide.osgeo.org/2.0/documentation.html

If so, which of the five steps on page 1 is causing you trouble?



Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev: 

Hello all, 

 

I have experience with MapServer but just discovered MapGuide as a
seeming alternative... I would like to get the samples running but I am
quite clueless. I am attempting to read the PDF help but it doesn't seem
to help me get the demo's up and running or I am kind of an imbecile.
Can anyone guide me to a tutorial or instructions on how to set up the
samples, I guess Sheboygan? 

 

Thanks,

Nelson

 







 
___
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] New to MapGuide OS

2008-10-17 Thread Kenneth Skovhede, GEOGRAF A/S

Was one of the PDF's the "Gettings Started with MapGuide":
http://mapguide.osgeo.org/2.0/documentation.html

If so, which of the five steps on page 1 is causing you trouble?

Regards, Kenneth Skovhede, GEOGRAF A/S



Nelson Soto skrev:


Hello all,

 

I have experience with MapServer but just discovered MapGuide as a 
seeming alternative... I would like to get the samples running but I 
am quite clueless. I am attempting to read the PDF help but it doesn't 
seem to help me get the demo's up and running or I am kind of an 
imbecile. Can anyone guide me to a tutorial or instructions on how to 
set up the samples, I guess Sheboygan?


 


Thanks,

Nelson



___
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] New to MapGuide OS

2008-10-17 Thread Nelson Soto
Hello all, 

 

I have experience with MapServer but just discovered MapGuide as a
seeming alternative... I would like to get the samples running but I am
quite clueless. I am attempting to read the PDF help but it doesn't seem
to help me get the demo's up and running or I am kind of an imbecile.
Can anyone guide me to a tutorial or instructions on how to set up the
samples, I guess Sheboygan? 

 

Thanks,

Nelson

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


RE: [mapguide-users] MapGuide Oracle FDO provider: Autodesk vs.King.Oracle

2008-10-17 Thread gingerbbm


- the Autodesk Oracle provider DLLs (there should be at least three of them)


Any idea which ones? I copied the following:
1. Autodesk.Gis.Fdo.Providers.Oracle.Overrides.dll
2. FdoRdbms.dll

...and it seems to work. What else?
-- 
View this message in context: 
http://n2.nabble.com/MapGuide-Oracle-FDO-provider%3A-Autodesk-vs.-King.Oracle-tp1341597p1345157.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] Please help! Has anybody used King.Oracleinreal conditions?

2008-10-17 Thread Dragan Podvezanec

Hi Haris,

We are running MapGuide Server (Version 2.0.0.2716), King.Oracle 0.7.4,
Oracle 10.2.0.1.0, and client which was installed with database. Everything
is on same machine.

Database has some 20 tables (around 10.000 objects) ,and few views. After
around 2 hours ram usage of mgserver goes above 1GB and everything gets
locked up until restarting the service.
-- 
View this message in context: 
http://www.nabble.com/Please-help%21-Has-anybody-used-King.Oracle-in-real-conditions--tp19793029p20032531.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 versus DWF problem

2008-10-17 Thread Sebastian NICIU
Hello mapguide users, I've been reading the DWF viewer API and still didn't 
find a solution of how to find out when a map has loaded using the DWF viewer. 
For the AJAX viewer it works like a charm.Here is some sample code using the 
AJAX viewer :In the first page I have :<[EMAIL PROTECTED] 
file="utilityfunctionsMapguide.jsp" %>

<%
    /* Initialize a JSP session and register a variable to hold the session id,
    then initialize the Web Extensions, and connect to the site, and create a 
session. */

    try {
    createSessionMapguide(request);
    } catch (Throwable t) {
    response.sendRedirect("errorPageMapguide.jsp?ERROR=" + t.getMessage());
    }

%>




    
    var timeout;
    function executeActions() {
    if (document.getElementById("viewerFrame").readyState == 
"complete") {
    clearTimeout(timeout);
    var tempWin = 
window.open('ajaxviewerMapguideScriptFrame.jsp?SESSION=<%=sessionId%>&WEBLAYOUT=<%=webLayout%>&GUID=<%=GUID%>',
 'scriptFrame', '');
    } else {
    timeout = setTimeout("executeActions()", 500);
    }
    }
    










As you can see here when the iframe has loaded I open a new jsp page 
 where I test if the map has loadedThe 
 page has the following content:

    <%
    String sessionId = request.getParameter("SESSION");
    String webLayout = request.getParameter("WEBLAYOUT");
    String GUID = request.getParameter("GUID");
    %>
    
    var t;
    function onPageLoad() {
    if (parent.mapFrame.mapInit) {
    clearTimeout(t);
    
window.open('ajaxviewerMapguideJS.jsp?SESSION=<%=sessionId%>&WEBLAYOUT=<%=webLayout%>&GUID=<%=GUID%>',
 'scriptFrame', '');
    } else {
    t = setTimeout("onPageLoad()", 500);
    }

    }
    







 From what I have read from the DWF API I have to use something like 
this
    http://download.autodesk.com/global/dwf/gallery/files/085825-1-zobell_residence.dwf";>
    
and this
 
  if (bstrItemType == 'DOCUMENT')
  {
 //Indicates the document is finished loading
 ListSections();
  }
 
 

ok, but how do I implement this into my code, where should I put it, because I 
have an iframe tag that uses a webLayout not a dwf file  ?
 



__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com ___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: [mapguide-users] Please help! Has anybody used King.Oracleinrealconditions?

2008-10-17 Thread gingerbbm

Here are my details:

MapGuide Server Version 2.0.0.2716
King.Oracle FDO 0.7.4
Windows Server 2003 R2 Service Pack 2 and IIS V6.0
Oracle Client 10.2.0.1.0


Haris Kurtagic wrote:
> If you can test your data and memory issues with Fdo2Fdo that could help.


Not sure what Fdo2Fdo is... I'll have a look...
-- 
View this message in context: 
http://n2.nabble.com/Please-help%21-Has-anybody-used-King.Oracle-in-real-conditions--tp1140937p1344473.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] Supported WMS and WFS in MapGuide

2008-10-17 Thread Kenneth Skovhede, GEOGRAF A/S

I have the answers from an offline message:

Server: WMS 1.1.1, WFS 1.0.0 (WFS is unstable ATM)
Client: WMS 1.3.0, WFS 1.0.0
There is no WFS-T support.
OGC certification has not been done since MGE 2007, but the code is 
largely unchanged.


Regards, Kenneth Skovhede, GEOGRAF A/S



BradM skrev:

WMS is critical to the success of my mapguide applications.   Can anyone
answer Kenneth?  


Kenneth Skovhede, GEOGRAF A/S wrote:
  
If found the following document describing the versions of WMS and WFS 
supported in MapGuide:

http://mapguide.osgeo.org/faq_ogcserices.html

The page appears quite outdated: "as soon as the FDO providers for WMS 
and WFS are available".


The above mentioned page is not making a clear distinciton between being 
a client and being a server.
There was no apparent mentioning of WMS/WFS versions on the FDO website 
either.



My questions are:
1. What versions are supported when MapGuide is a WMS/WFS server?
2. What versions are supported when MapGuide is a WMS/WFS client?
3. Does MapGuide support WFS-T as a server?
4. Does MapGuide support WFS-T as a client?
5. How are the OGC certifications for server/client WMS/WFS coming along?

--
Regards, Kenneth Skovhede, GEOGRAF A/S


___
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] Oracle XE with ODBC?

2008-10-17 Thread Kenneth Skovhede, GEOGRAF A/S

The ODBC provider does not support spatial objects, just plain attributes.
You can map an x/y column pair to a point, but you won't get access to 
the SDO's.


There exists an specific Oracle provider, called King.Oracle, that 
supports the SDO's.


Regards, Kenneth Skovhede, GEOGRAF A/S



Gordon Luckett skrev:

Hi, has anyone been able to enumerate the list of tables in Oracle XE 10g
when connecting in MapGuide Studio with ODBC.  


None of the tables appear in the "Show Tables" area when making an OSGEO FDO
Provider for ODBC.  None of the tables are "spatial" just numeric with Lat
and Long...
 

I have tried many users (DBA rights) - and nothing.  


I know I can connect with ODBC because when I "LINK" tables to the ODBC with
MS Access I can see the tables in Oracle XE.  So the ODBC connection is
fine. 


Has anyone had any luck with ODBC and XE seeing the tables in Studio 2009?

Thanks
Gordon



___
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] Print Layout - 2 questions...

2008-10-17 Thread Kenneth Skovhede, GEOGRAF A/S

Yes, you can specify DPI in the querystring with the parameter DPI.
There are no PDF tools present in MapGuide, so you would have to build 
that yourself, or use a thirdparty PDF library.
The image you can get from MapGuide is a plain image, and can easily be 
inserted into a PDF or other document.
You can see the querystring for on, if you right click on a map image in 
the "Print preview".


Regards, Kenneth Skovhede, GEOGRAF A/S



BradM skrev:

With respect to printing,  can we print to PDF and can we specify the DPI so
that images will print with a higher resolution?


Kenneth Skovhede, GEOGRAF A/S wrote:
  
To the best of my knowledge, Print Layouts are only avalible when used 
with the DWF viewer.

I am, as always, happy to be corrected, should I be wrong.

Printing features in the AJAX viewer are basically a template HTML page 
with placeholders for the map and legend.

You can modify printablepage.templ to issue site wide changes.

You can usually ask any question you want here, but you cannot expect a 
reply.
I assume you can expect a reply on the Autodesk pages, if you paid for 
Autodesk support.


Regards, Kenneth Skovhede, GEOGRAF A/S



stoff skrev:


Hi Kenneth, hi Warren!

...just to be sure:

Is it true that the Mapguide Studio Printlayouts are only to use
within the dwf viewer (and its activeX-features)?

To have a customized printlayout in the mapguide ajax standard viewer
I have to modify the printablepage.templ?

And this pertains topobase web in the same manner, doesn't it?

Just a big suprise, because the Users Guide does not really gives hints
on
this ...

Best regards and thank you in advance,

stoff javascript:Nabble.smiley('anim_confused.gif',':confused:')

Is it okay, to ask this here or do I have to ask it only in the autodesk
discussion group?



Warren Medernach wrote:
  
  

Perfect!

Thanks for the info Kenneth.

 


Warren M

 

 


From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kenneth
Skovhede, GEOGRAF A/S
Sent: Friday, October 03, 2008 11:54 AM
To: MapGuide Users Mail List
Subject: Re: [mapguide-users] Re: Print Layout - 2 questions...

 


Not sure if he got the answers, but here they are:
1. You must change it in ajaxmappane.templ (line 293):
Look for:

var us = true;

and change to:

var us = false;

You have to change this every time update your MapGuide installation.

2. There is no built in way to do this, you must modify
printablepage.templ.
Its a HTML file that gets sent to the browser with the map items
injected.
You can set a logo anywhere on the page using some html:

 mylogo.gif 


If you want different printable pages for different solutions, you have
to modify 
at least printablepageui.templ.


Again, you have to change this every time update your MapGuide
installation.


The files I mention are all located in:

C:\Program
files\MapGuideOpenSource2.0\WebServerExtensions\www\viewerfiles
Regards, Kenneth Skovhede, GEOGRAF A/S



Warren Medernach skrev: 


Hi Andrew,
Were you ever able to resolve this print layout issue?
 
Warren M
 
 
  


I've got 2 questions about PrintLayouts1) How do I make my
units
	


metres? I've got >every instance of  set to metres in my
PrintLayout, and yet my scale bar insists >that the units are feet. 2)
How the heck do you get a custom logo?? It seems so simple, >but I can't
get it to work for the life of meI've got a symbol library called
  


"Logo", and in it there is one symbol called "Gemlogo-smaller".
I've
	

tried all sorts of >variations on ResourceIDs, but can't get it. 
 
  


Andrew
	


___
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





:confused:
  
  

___
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] Maestro: can't find the table containing the geometry field with SQLServerSpatial

2008-10-17 Thread Kenneth Skovhede, GEOGRAF A/S

Hi Carl.

Thank you for finding this problem.
There were another problem with the multiple schemas, namely that all 
tables would be assigned to the very first schema.
I have included you fix, the fix for multiple schemas, and the fix for 
the unmapped datatypes in r3392.
On my simple test setup, I can now use MsSql Spatial data, let me know 
if it works for you too.


Regards, Kenneth Skovhede, GEOGRAF A/S



Carl skrev:

Exactly, the returned XML based on the new version of SQLSpatialProvider
covers all tables.
But now the root node name is changed to 'fdo:DataStore', and Maestro check
that the root node name must be 'xs:schema'.  (as follows)

///
public class FeatureSourceDescription
{
private FeatureSourceSchema[] m_schemas;

public FeatureSourceDescription(System.IO.Stream stream)
{
XmlDocument doc = new XmlDocument();
doc.Load(stream);

if (doc.FirstChild.Name != "xml")
throw new Exception("Bad document");

if (doc.ChildNodes.Count != 2 || doc.ChildNodes[1].Name != 
"xs:schema")
throw new Exception("Bad document");

XmlNamespaceManager mgr = new 
XmlNamespaceManager(doc.NameTable);
mgr.AddNamespace("xs", 
"http://www.w3.org/2001/XMLSchema";);
mgr.AddNamespace("gml", "http://www.opengis.net/gml";);
mgr.AddNamespace("fdo", "http://fdo.osgeo.org/schemas";);

XmlNodeList lst =
doc.SelectNodes("xs:schema/xs:[EMAIL PROTECTED]'false']", mgr);
m_schemas = new FeatureSourceSchema[lst.Count];
for(int i = 0;ias 


XmlNodeList lst =
doc.SelectNodes("fdo:DataStore/xs:schema/xs:[EMAIL PROTECTED]'false']",
mgr);

OK. It works well. all tables are listed, and the table containing a
geometry field is shown as default.


Brent Robinson-5 wrote:
  

One clarification. The fix is specific to the handling of varchar(max) and
nvarchar(max). It likely doesn't address the problem mentioned at
http://www.nabble.com/Maestro%3A-can%27t-find-the-table-containing-the-geometry-field-with-SQLServerSpatial-tp19977173p19994687.html

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Brent
Robinson
Sent: Wednesday, October 15, 2008 12:37 PM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users] Maestro: can't find the table containing the
geometry field with SQLServerSpatial

This is a known defect that was fixed in July. The fix provides almost
full support for the varchar(max) and nvarchar(max) columns. There's one
limitation: when selecting from these columns, values longer than 16000
characters are truncated.

The FDO 3.3.2 SQLServerSpatial provider should have the fix. It can be
obtained from the Windows SDK download at
http://fdo.osgeo.org/content/fdo-332-downloads. You'd just need to extract
the following DLL's:

SQLServerSpatialProvider.dll
SQLServerSpatialOverrides.dll
OSGeo.FDO.Providers.SQLServerSpatial.Overrides.dll

to MapGuide's FDO bin directories:

Program Files\Autodesk\MapGuideEnterprise2009\Server\Bin\FDO
Program Files\Autodesk\MapGuideStudio2009\FDO  (if present)

I'd recommend saving copies of your current versions of these DLL's before
extracting, just in case.

I have MG enterprise on my machine so your directories might look a bit
different.

If you get a chance to try this out, please let me know if it fixes the
problem.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Carl
Sent: Wednesday, October 15, 2008 10:28 AM
To: mapguide-users@lists.osgeo.org
Subject: RE: [mapguide-users] Maestro: can't find the table containing the
geometry field with SQLServerSpatial


yes


Brent Robinson-5 wrote:


Hi Carl,

Do any of your tables have a varchar(max) column?

Brent.



  

--
View this message in context:
http://www.nabble.com/Maestro%3A-can%27t-find-the-table-containing-the-geometry-field-with-SQLServerSpatial-tp19977173p19994687.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 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 mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] MapGuide Oracle FDO provider: Autodesk vs. King.Oracle

2008-10-17 Thread FISHeR1


gingerbbm wrote:
> 
> Dear all
> 
> [This was originally posted to FDO Users.]
> 
> We have bought and paid for an MGE2009 licence but have been working with
> MGOS in order to be up-to-date with the latest and greatest enhancements.
> But the King.Oracle FDO provider has memory leak issues (
> http://n2.nabble.com/Please-help%21-Has-anybody-used-King.Oracle-in-real-conditions--td1140937.html#a1336262
> which Haris is looking into ).
> 
> I'm wondering if it's possible to use the Autodesk provider (for which
> we're licensed) with MGOS? And if so, how does one go about it?
> 
> Thanks
> Stuart
> 

So Haris is solving problems with memory leak, I have solved the problem in
the same way (as Jason wrote). As a result MapGuide is clock-work, without
any bug for some days (that is not its way)
-- 
View this message in context: 
http://n2.nabble.com/MapGuide-Oracle-FDO-provider%3A-Autodesk-vs.-King.Oracle-tp1341597p1344221.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] Please help! Has anybody used King.Oracleinrealconditions?

2008-10-17 Thread FISHeR1


Haris Kurtagic wrote:
> 
> Hi,
> I was not able to reproduce problem with my builds of MapGuide 2.0.1 and
> King.Oracle, at least not yet.
> 
> However, I was able to reproduce memory problem with standard
> installation files from MG 2.0.1 and King.Oracle binaries from our web
> site and Oracle instant client 10.2.0.3. Also I noticed that layer is
> rendered very very slowly.
> 
> I tried with Fdo2Fdo to read same data from Oracle (and schema creation)
> and it looks to me as fast as it is supposed to be.
> Also I can't see any memory issues.
> 
> If you can test your data and memory issues with Fdo2Fdo that could
> help.
> 
> I will look more into this.
> 
> Thanks,
> Haris
> 

Hi,

that is real, there is no leak by working with fdo2fdo (0.7.6). But that is
strange. Everything is OK by addressing to views with 2000 objects. When I
make request to the single chart (16000 objects), fdo2fdo is damaged.

It likes that the real leaks appear only by working with MapGuide.

About versions, which I use, I wrote here: 
http://www.nabble.com/King.Oracle-0.7.3-(0.7.4)-Memory-Leak-with-MGOS-2.0-(2.0.1,-2.0.2)-tt19690045.html
http://www.nabble.com/King.Oracle-0.7.3-(0.7.4)-Memory-Leak-with-MGOS-2.0-(2.0.1,-2.0.2)-tt19690045.html
 
-- 
View this message in context: 
http://n2.nabble.com/Please-help%21-Has-anybody-used-King.Oracle-in-real-conditions--tp1140937p1344215.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] DWGLoadProcedure

2008-10-17 Thread Kenneth Skovhede, GEOGRAF A/S
As DWG is a proprietary format, I belive it will be difficult to do this 
with only open-source software.
Supposedly, you can use FME to do it, and I think there is some 
organisation that has a 'open-source' like library for reading DWG data.


There are no methods for dealing with DWG in Maestro or the Maestro API, 
for the above reasons.


As for SHP, it is fairly easy to do this:
IServerConnection con = new HttpServerConnection(url, username, 
password, locale, false);

FeatureSource fs = new FeatureSource();
fs.Provider = "OSGeo.SHP.3.3"; //Adjust if you are not using FDO 3.3
fs.Parameter = new NameValueCollection();
fs.Parameter["DefaultFileLocation"] = 
"%MG_DATA_FILE_PATH%ShapeFile.SHP"; //Can use absolute path here

string resId = "Library://MyShpFile.FeatureSource";
con.SaveResourceAs(fs, resId);
using(System.IO.FileStream fs = 
System.IO.File.OpenRead("C:\\myshapefile.shp"))

   con.SetResourceData(resId, "ShapeFile.SHP", ResourceDataType.File, fs);

The above code will create a managed copy of your shape data.
If you want an unmanaged copy, just change "DefaultFileLocation" to the 
absolute path, and remove the "SetResourceData" call.


Regards, Kenneth Skovhede, GEOGRAF A/S



Greenhough, Jamie skrev:


Hello again MapGuide coders ;)

 

I want to programmatically load .dwg/.shp files to a managed MapGuide 
environment.


 

I think this can be accomplished with the MapGuide Studio API... but 
are there any other ways to get this data into the MapGuide server? 
I'm trying to stay open source. Are there any methods in the Maestro 
API to accomplish this?


Notice Regarding Confidentiality
This email, including any and all attachments, (this "Email") is 
intended only for the party to whom it is addressed and may contain 
information that is confidential or privileged. Sierra Systems Group 
Inc. and its affiliates accept no responsibility for any loss or 
damage suffered by any person resulting from any unauthorized use of 
or reliance upon this Email. If you are not the intended recipient, 
you are hereby notified that any dissemination, copying or other use 
of this Email is prohibited. Please notify us of the error in 
communication by return email and destroy all copies of this Email. 
Thank you.




___
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