[mapguide-users] Community Review Program at FOSS4G2010

2010-05-03 Thread Lluís Vicens
At FOSS4G 2010 the community and conference registrants will have an 
opportunity to read through and score potential presentations prior to 
the selection of the final conference program. [1]


There is enough room in the conference schedule for 120 presentations. 
The conference committee will use the aggregate scores from the 
community review process to help choose which presentations to accept, 
and to assign presentations to appropriately sized rooms.


The top quoted presentations will receive a special attention from the 
organization.


Please follow this link to express your opinion: 
http://2010.foss4g.org/review/


Best regards,

Lluís
LOC Member

[1] http://wiki.osgeo.org/wiki/FOSS4G_2010_Press_Release_8



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


[mapguide-users] accented fields in a shp

2010-05-03 Thread Jose Cerrejon

I want to search in the shp inside Mapguide repo, never mind the word is
accented or not.

Ex: inside dbf = 'espíritu'

Search value='espíritu' or 'espiritu' show us the result in the db:
'espíritu'

is it clear?

tips: I found this sentence, but doen't work in a filter (tested on a MySQL
table and it works)

SELECT * FROM content WHERE REPLACE( REPLACE( REPLACE( REPLACE( REPLACE(
REPLACE ( LOWER(mycolumn),'á','a'),
'é','e'),'í','i'),'ó','o'),'ú','u'),'ñ','n') = 'espíritu';

-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/accented-fields-in-a-shp-tp4997520p4997520.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: [Help] Failed to load ECW file

2010-05-03 Thread Rico (giskit)


Hi,

I had also troubles displaying ECW files. I followed the steps mentioned in
this thread but it did not work.  

http://osgeo-org.1803224.n2.nabble.com/ECWs-and-MG-2-1-tp2978248p4911881.html
http://osgeo-org.1803224.n2.nabble.com/ECWs-and-MG-2-1-tp2978248p4911881.html 

I was able to solve the problem by adding the missing msvcp71.dll and
msvcr71.dll on Windows\System32 as mentioned by Jose Cerrojon.

Just google the dll files for a download location.


M. Reza wrote:
 
 Hi Everyone,
 
 
 
 I'm using MapGuide Studio 2009 and MGOS Version 2.1.0.4283 (apache  PHP)
 on
 WIndows XP SP2 . I try to load ecw file with new data connection (the size
 is about 368 MB with UTM 49N Datum WGS 84), but always fail. I have read
 all
 the email archieve about loading ecw file, but still no luck.
 What is the right the steps to load ecw file? I really appreciate your
 help.
 
 Thanks and Regards,
 Reza
 
 ___
 mapguide-users mailing list
 mapguide-users@lists.osgeo.org
 http://lists.osgeo.org/mailman/listinfo/mapguide-users
 
 

-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Help-Failed-to-load-ECW-file-tp4748015p4997803.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: Join Problem

2010-05-03 Thread _Jon_

I don't notice a significant performance drop from 1.1 to 2.2.  The
performance seems about the same between those two versions.  When I was
testing 2.1, I noticed a significant performance improvement over 1.1, but
that improvement disappeared in 2.2.  However, the joins were not being
computed properly in 2.1, so that might account for the difference.  

I haven't fully assembled my site in 2.2, but I was able to migrate one
layer to verify that the joins are working.
Here are the results of the profiler from that layer on my 1.1 site:
Identity fetching:00:00.046
Runtime layer creation:00:00.046
Rendering scales:00:01.391

Here are the results from the same layer in 2.2:
Identity fetching:00:00.593
Runtime layer creation:00:00.796
Scalerange [0 : 125]:00:00.406
Rendering scales:00:03.266

 
Rendering time is one thing - if someone needs to wait an extra second or
two for the page to load, that's not a big deal.  The slow performance is
most problematic when selecting the joined features.  There is a noticeable
delay between when a feature is selected and when the system responds to the
selection.  In 2.1, there was almost no delay.  In both 1.1 and 2.2, there
is a delay.  Granted, the delay is a bit better in 2.2 than it was in 1.1,
but it is not nearly as good as it was in 2.1.  

Are you suggesting, based on what you know of the current state of 2.2 vs.
1.1, that I will likely see better  more stable results from 2.2 in its
current form than I am seeing in 1.1?  I'm a bit nervous about that, but I
do have occasional stability issues with 1.1 that I would like to fix.  This
is a relatively low-traffic site, but it would still be a headache if it
blows up. 

Thanks for the advice!

Jon

-- 
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Join-Problem-tp4946935p4997889.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: [Help] Failed to load ECW file

2010-05-03 Thread Thomas Lorenzon
Thanks Rico, It works for me!.

I dowload this 2 files:
- http://www.dll-files.com/pop.php?dll=msvcr71
http://www.dll-files.com/pop.php?dll=msvcr71-
http://www.dll-files.com/pop.php?dll=msvcp71

http://www.dll-files.com/pop.php?dll=msvcp71copy in c:\windows\system32\
and it works!

Thomas

2010/5/3 Rico (giskit) r...@giskit.nl



 Hi,

 I had also troubles displaying ECW files. I followed the steps mentioned in
 this thread but it did not work.


 http://osgeo-org.1803224.n2.nabble.com/ECWs-and-MG-2-1-tp2978248p4911881.html

 http://osgeo-org.1803224.n2.nabble.com/ECWs-and-MG-2-1-tp2978248p4911881.html

 I was able to solve the problem by adding the missing msvcp71.dll and
 msvcr71.dll on Windows\System32 as mentioned by Jose Cerrojon.

 Just google the dll files for a download location.


 M. Reza wrote:
 
  Hi Everyone,
 
 
 
  I'm using MapGuide Studio 2009 and MGOS Version 2.1.0.4283 (apache  PHP)
  on
  WIndows XP SP2 . I try to load ecw file with new data connection (the
 size
  is about 368 MB with UTM 49N Datum WGS 84), but always fail. I have read
  all
  the email archieve about loading ecw file, but still no luck.
  What is the right the steps to load ecw file? I really appreciate your
  help.
 
  Thanks and Regards,
  Reza
 
  ___
  mapguide-users mailing list
  mapguide-users@lists.osgeo.org
  http://lists.osgeo.org/mailman/listinfo/mapguide-users
 
 

 --
 View this message in context:
 http://osgeo-org.1803224.n2.nabble.com/Help-Failed-to-load-ECW-file-tp4748015p4997803.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