[mapguide-users] mapguide fusion with google maps login popup

2010-08-31 Thread simonliuqiang123

I use mapguide open source 2.1, asp.net, fusion application with google maps. 
I have a problem that a login box alway popup event after I  try to open the
site from VB.net CodeBehind to get session and redirect to my fusion
application. 

Did anyone have same problem ? 

Thank You

-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/mapguide-fusion-with-google-maps-login-popup-tp5485323p5485323.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] Re: Hyperlinks in Properties pane of Ajax viewer

2010-08-31 Thread Jackie Ng

Also what does the response content from getselectedfeatures.[php|jsp|aspx]
look like in firebug?

I'm wondering whether the content was html escaped client-side or
server-side.

- Jackie
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Hyperlinks-in-Properties-pane-of-Ajax-viewer-tp5480165p5484967.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] Re: Hyperlinks in Properties pane of Ajax viewer

2010-08-31 Thread Jackie Ng

Yeah the tags have been escaped. This looks like a defect.

- Jackie
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Hyperlinks-in-Properties-pane-of-Ajax-viewer-tp5480165p5484901.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] Re: mrsid

2010-08-31 Thread Steve G

I similarly tried to use MGOS 2.2 on x64 (Win2008 Server) and had problems
viewing ECWs.  I loaded the dlls as posted in other threads with no luck.  I
was able to view the ECWs on an x86 machine (WinXP) with no problems after
loading in the dlls.  This was a couple months back and I abandoned using
2.2 cause I needed to get my site migrated and figured I would upgrade down
the line when I had more time to figure it out.

-Steve
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/mrsid-tp5480833p5484830.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] MGOS 2.1 & ECW

2010-08-31 Thread sekko970

I've upgraded MapGuide from 2.0.2 to 2.1.0, and now ECWs don't work.

I put gdalplugins folder with gdal_ECW_JP2ECW.dll (dated 06/02/2010) and the
four dll NCSxxx (version 3.3.0.183) in server\bin folder, but it does't
solve the problem.

In Maestro, adding a Gdal dataconnection I have the following error: 
Spatial context extent appears to be invalid (or default)

and loading the map with ajaxviewer in error.log there is the following
error:

<2010-08-31T17:54:16>   1896Ajax Viewer 100.0.0.72  Anonymous
 Error: Failed to stylize layer: ecw1
The coordinate system initialization failed.
Could not initialize the geodetic transformation.

Thanks, Fabio
-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/MGOS-2-1-ECW-tp5483493p5483493.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] Database Comparisons/Reviews/Recommendations

2010-08-31 Thread Gabriele Monfardini
On Tue, Aug 31, 2010 at 10:33, Jason Birch  wrote:
> This is somewhat irrelevant, but for history's sake:
> Both of these providers were initially written by the same person and funded
> jointly by Refractions Research and the City of Nanaimo. The original
> developer hit a wall with the Generic RDBMS framework (used for the MySQL,
> SQL Server Spatial and ODBC providers) as he was nearing the home stretch
> and started over.  Unfortunately, this led to a resource crunch and this
> second attempt never reached the desired level of stability despite some
> valiant efforts by subsequent maintainers.
> Autodesk recently dusted off the code from first abandoned attempt, added
> the features that were required for it to be usable, and made it stable.
>  I'm really glad that they chose to take this on, and am happy to see that
> FDO (and MapGuide) now have a decent answer for PostGIS users.

Not to consider the fact that also OGR provider recompiled with
support to PostgreSQL is a viable solution.
OGR support to PostgreSQL is mature and stable, is used also in many
other FLOSS projects.

If you are using Linux, right now this is the best solution for
PostgreSQL/PostGIS since PostGIS provider does not yet work correctly
due to some compiling issues (that are probably solved in short).

Regards,

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


Re: [mapguide-users] Database Comparisons/Reviews/Recommendations

2010-08-31 Thread Zac Spitzer
I love oracle, but keep in mind, there's a lot of spatial
functionality which you can't legally use unless you
buy the enterprise version $.. epic fail

Postgis has all the advanced spatial stuff for free, plus
they have been working on improving stuff...

sdo_union has been drastically improved in postgis,
it out performs oracle by a factor close to oracle's license
cost in $ for large operations

z




On Tue, Aug 31, 2010 at 6:33 PM, Jason Birch  wrote:
> This is somewhat irrelevant, but for history's sake:
> Both of these providers were initially written by the same person and funded
> jointly by Refractions Research and the City of Nanaimo. The original
> developer hit a wall with the Generic RDBMS framework (used for the MySQL,
> SQL Server Spatial and ODBC providers) as he was nearing the home stretch
> and started over.  Unfortunately, this led to a resource crunch and this
> second attempt never reached the desired level of stability despite some
> valiant efforts by subsequent maintainers.
> Autodesk recently dusted off the code from first abandoned attempt, added
> the features that were required for it to be usable, and made it stable.
>  I'm really glad that they chose to take this on, and am happy to see that
> FDO (and MapGuide) now have a decent answer for PostGIS users.
> Jason
>
> On 30 August 2010 18:55, Zac Spitzer wrote:
>>
>> Autodesk recently developed a new PostGIS FDO provider which
>> is much better than the previous community developed FDO
>> provider was somewhat buggy.
>>
>
> ___
> mapguide-users mailing list
> mapguide-users@lists.osgeo.org
> http://lists.osgeo.org/mailman/listinfo/mapguide-users
>
>



-- 
Zac Spitzer
Solution Architect / Director
Ennoble Consultancy Australia
http://www.ennoble.com.au
http://zacster.blogspot.com
+61 405 847 168
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Re: Maestro question...

2010-08-31 Thread Jason Birch
I believe that the transparency colour setting only works with 1bit images
when it does work, and this may not even apply to the GDAL provider.

Jason

On 30 August 2010 17:37, Jackie Ng wrote:

>
> I have not taken a serious look at the raster layer editing functionality
> since taking over the project, so I cannot verify if this is placeholder
> stuff or just doesn't work as advertised. Can you make a trac ticket so I
> can look at this at a later time?
>
>
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


Re: [mapguide-users] Database Comparisons/Reviews/Recommendations

2010-08-31 Thread Jason Birch
This is somewhat irrelevant, but for history's sake:

Both of these providers were initially written by the same person and funded
jointly by Refractions Research and the City of Nanaimo. The original
developer hit a wall with the Generic RDBMS framework (used for the MySQL,
SQL Server Spatial and ODBC providers) as he was nearing the home stretch
and started over.  Unfortunately, this led to a resource crunch and this
second attempt never reached the desired level of stability despite some
valiant efforts by subsequent maintainers.

Autodesk recently dusted off the code from first abandoned attempt, added
the features that were required for it to be usable, and made it stable.
 I'm really glad that they chose to take this on, and am happy to see that
FDO (and MapGuide) now have a decent answer for PostGIS users.

Jason

On 30 August 2010 18:55, Zac Spitzer wrote:

> Autodesk recently developed a new PostGIS FDO provider which
> is much better than the previous community developed FDO
> provider was somewhat buggy.
>
>
___
mapguide-users mailing list
mapguide-users@lists.osgeo.org
http://lists.osgeo.org/mailman/listinfo/mapguide-users


RE: [mapguide-users] Database Comparisons/Reviews/Recommendations

2010-08-31 Thread Bracco Stefano
We have done an internal assessment for the same issue in my
institution, and we have found 3 main competitors:

PostGIS;
Oracle with Oracle Spatial;
MS Sql Server 2008 with the Spatial Features.

- In term of DataBase Capabilities we have found that Oracle had more
functions than the others, the second in the list is PostGIS and the
difference was around 30-40 functionalities (we were anyway in the order
of 200 features/functionalities, the objects are different and are
difficult to compare as you do not have the code of Oracle), most of
them are not so relevant, are only specialized functions which have been
implemented in 11g to improve Oracle Spatial. We decided not to go for
SQL Server because of the number of limitations due to the early stage
of this product, in our opinion, anyway was tested.
- We tested the scalability on a reduced data set, and Oracle and
PostGIS were more or less comparable, for some reasons SQL Server was
very slow, I have re-tested and the performances are increasing every
new release/PatchSet.
- In term of performances for a medium data set (we have tested with 100
GB Data) PostGIS was better, growing in size and with a good hardware,
you see the Oracle advantage, which could be located in the field of
Scalability;
- Manageability: SQL Server was the first (after 3 months there were a
lot of graphical tools made by a lot of users to manage all the things
in the DB), but also Oracle was very good as there were a lot of tools
to manage data input, output, database and most of them were Web Based.
We have found it a little bit difficult with PostGIS, but if you like
Command Line, then it is absolutely ok;
- Bugs: SQL Server was at the early stage, and it had a lot of bugs,
some of them were affecting heavily the tests, Oracle had problems as
well, some of them are well known, I wondered of the time needed to
correct them, sometimes can happen that you open a bug report and they
schedule to solve in 1 release, which means at least 1 year. In PostGIS
the speed to correct a bug is higher, which would say that if you have a
big issue the competitive advantage could be to use PostGIS (the OS
Community has a fast response!);
- Bugs and Issues with MapGuide and FDO: I wonder about the availability
and easy installation with PostGIS. With Oracle I have seen a lot of
problems and limitations, but we decided to have a WFS/WMS to hide all
the problems and to mode them to another layer. For SQL Server there was
no FDO at that stage, we tested exposing data thru WMS/WFS. If this is a
must, PostGIS is the obvious choice in my view.

This just to briefly summarize the Spatial DB World related to MapGuide
:)

On the end we went for Oracle because we already had users trained to
use it and who were knowing quite well the Oracle Functions to run their
own researches. PostGIS has been added anyway in the last six months to
our SDI, so people can choose. I wonder if could be a good investment to
have a bridge between Oracle and PostGIS (in Oracle it is call gateway),
just to have one single point of access, but I think this will remain a
dream.

HTH.

Stefano 
 


-Original Message-
From: mapguide-users-boun...@lists.osgeo.org
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Steve G
Sent: Tuesday, 31 August, 2010 00:38
To: mapguide-users@lists.osgeo.org
Subject: [mapguide-users] Database Comparisons/Reviews/Recommendations


Sorry if this has already been posted before (I did a search, but didn't
find
much).  I am currently running MGOS 2.1 on a Win2003 Server with all of
my
geospatial data in shapefiles (about 60 layers; unmanaged resources on a
network file server; probably will upgrade to Win2008 Server soon).  It
actually runs quite well with the data I have, however, just looking
into
the future and thinking about migrating the data into an actual spatial
database.  I was wondering if there are any case
studies/reviews/comparisons, etc of the freely available databases or if
you
just want to respond with your own experiences.  I know it ultimately
depends on what I want the database to do, but hoping to leverage the
knowledge of other users before making a decision.  Some things I would
be
interested in are:

-Database capabilities
-Scalability (size limitations; connection limmitations; schema locking
when
editing; etc)
-How easy to manage?
-Performance/Speed
-Major Bugs/Issues using with Mapguide
-Major Bugs/Issues using with current FDO providers


Thanks for any input.  If there is a lot of feedback, I will try to
combine
and place in a better spot (back in the Mapguide OSGEO website).
-- 
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Database-Comparisons-Reviews-Reco
mmendations-tp5480460p5480460.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] RE: Still curious about King.Oracle FDO

2010-08-31 Thread Bracco Stefano
Tony,

What kind of errors you get from Oracle?
What platform do you have (Windows/Linux and what version)?
What Oracle Listener and TNSNAMES Configuration are you using?

Let us know.

Stefano





-Original Message-
From: mapguide-users-boun...@lists.osgeo.org
[mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Tony
Sent: Monday, 30 August, 2010 19:51
To: mapguide-users@lists.osgeo.org
Subject: [mapguide-users] RE: Still curious about King.Oracle FDO


I have similar issue with king fdo and 2.1 the MGOS stops working after
10
times connecting to site. 
Same error log as earlier mentioned, wonder if anyone at king notices
the
same. 

MGOS 2.02 and king fdo does not have this issue.  MGOS 2.1 and MGE 2011
with
king fdo latest fdo have these issues. 

1. Mapguide just stops showing graphics 
2. After a while it crashes. 
3.  Oracle starts giving n number of errors. 

 We are using 3 different environment for testing oracle XE, Oracle 10g2
and
oracle 11g all with MGOS 2.1 and latest king FDO. 

Please let me know if there is any solution to these issues 

Thanks
Tony

-- 
View this message in context:
http://osgeo-org.1803224.n2.nabble.com/Still-curious-about-King-Oracle-F
DO-tp3132089p5479320.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