Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

MapGuide Users | Forum profile

Forum profile page for MapGuide Users on http://www.osgeo.org. This report page is the aggregated overview from a single forum: MapGuide Users, located on the Message Board at http://www.osgeo.org. This forum profile page summarizes the general forum statistics such as: Users Activity, Forum Activity, and Top Authors, which are reported in either a table or graph below for a given reporting time period. Additional forum profile information for "MapGuide Users" on the Message Board at http://www.osgeo.org is also shown in the following ways:

1) Latest Active Threads
2) Hot Threads for Last Week

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a forum's popularity and/or exact posting volumes at any given reporting period.

Site: OSGeo.org board - MapGuide Users (site profile, domain info osgeo.org)
Title: MapGuide Users
Url: http://n2.nabble.com/mapguide-users-f1803227.html
Users activity: 17 post per thread
Forum activity: 6 active threads during last week
 

Posting activity on MapGuide Users:

  Week Month 3 Months
Threads: 6 6 6
Post: 10 10 10
 

MapGuide Users Posting activity graph:

Posts by:  day  week  month 

Top authors during last week:

Name
Posts
Trevor Wekel
2
user's latest post:
Best way to migrate users?
Published (2009-12-28 12:06:00)
Some javascript/style in this post has been disabled ( why? ) Hi Martin,   Try the web extensions API methods MgSite.EnumerateUsers and MgSite.AddUser.  EnumerateUsers is fully supported.  AddUser is export to .Net/PHP/Java but not officially supported.  If EnumerateUsers returns the password, you should be all set.  You can glean a lot of information from header files...  ...
GreenMapSanMiguel
2
user's latest post:
Getting locale from URL instead...
Published (2009-12-28 14:18:00)
Just spent some time stepping through code to further isolate the problem.  It turns out that initializeLocale is called several times.  Calls from the bootstrap routine and initialize both correctly pick up the locale (es) from the URL allowing OpenLayers.i18n to work correctly. The final call to initializeLocale is from createSessionCB in fusion/layers/MapGuide/MapGuide.js requsts that Fusion.locale be set to the browser...
Greg Neff
1
user's latest post:
Measure Widget Problem
Published (2009-12-28 16:41:00)
Some javascript/style in this post has been disabled ( why? ) I am having problems with the measure widget in Mapguide 2.1:  The measurements give are really large, on the order of 60000 times the actual measurement.  The coordinate system for the map is UTM83-12F.  I am new to Mapguide and don't know enough to track down my problem.  Hopefully someone here can help.   Thanks,  ...
Martin Morrison
1
user's latest post:
Best way to migrate users?
Published (2009-12-28 11:16:00)
Some javascript/style in this post has been disabled ( why? ) What is currently the best way to migrate users and their passwords from MG 2.02 to 2.1?  I do not want to copy over the site directories if possible.   Martin Morrison Application Engineer Engineering Design Systems, Inc. 3780 Peters Creek Rd Ext SW Roanoke, VA  24018 540-345-1410 gis.edsi.com  
macieksk
1
user's latest post:
How to build MG 2.1 on ubuntu...
Published (2009-12-28 06:49:00)
Does anybody try to install MG 2.1 on Ubuntu 9.10 desktop ? I try this install help steps but still without any success. http://wiki.osgeo.org/wiki/Building_MapGuide_on_Ubuntu_8.04#NOTES Are there any page like this http://wiki.osgeo.org/wiki/Building_MapGuide_quick_starts_guides I am not linux user so i look for some step by step instructions. maciek
mapas
1
user's latest post:
GeoREST 1.0 Released!
Published (2009-12-28 06:49:00)
im testing.. good work thanks !!! oscar
Andy Morsell
1
user's latest post:
[MGOS 2.1]few map with Ecw, need...
Published (2009-12-28 00:28:00)
Trevor, What would it require, in terms of funding, to have you spend enough time examining the provider and problems to come up with an approach and labor estimate to improve it?  Maybe we can collectively raise enough money from contributors to fund the functional specifications determination and then see if we can fund the full project after. Thanks, Andy Morsell, P.E. Spatial Integrators, Inc. 47° 46' N 116° 49' W...
Haris Kurtagic
1
user's latest post:
[MGOS 2.1]few map with Ecw, need...
Published (2009-12-28 12:54:00)
In 2.0 release I fixed MG connection problems which caused MG to crash mostly on GDAL provider.  We had discussion in PSC and somebody (ADSK ?) took different approach to implement changes in 2.1. It would be fine that the one who implemented that changes perhaps look again. From what I read here it seems it is very similar problem as before and it was not GDAL provider problem but MG connection manager. It is just that under GDAL provider...
 

Latest active threads on MapGuide Users::

OSGeo.org board
Started 2 days, 13 hours ago (2009-12-28 00:28:00)  by Andy Morsell
Trevor, What would it require, in terms of funding, to have you spend enough time examining the provider and problems to come up with an approach and labor estimate to improve it? Maybe we can collectively raise enough money from contributors to fund the functional specifications determination and then see if we can fund the full project after. Thanks, Andy Morsell, P.E. ...
Thread:  Show this thread (4 posts)   Thread info: [MGOS 2.1]few map with Ecw, need restart mapguide service Size: 6,512 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [MGOS 2.1]few map with Ecw, need restart	mapguide service :: MapGuide Users :: OSGeo.org board"
OSGeo.org board
Started 1 day, 23 hours ago (2009-12-28 14:18:00)  by GreenMapSanMiguel
Just spent some time stepping through code to further isolate the problem. It turns out that initializeLocale is called several times. Calls from the bootstrap routine and initialize both correctly pick up the locale (es) from the URL allowing OpenLayers.i18n to work correctly. The final call to initializeLocale is from createSessionCB in fusion/layers/MapGuide/MapGuide.js requsts that ...
Thread:  Show this thread (2 posts)   Thread info: Getting locale from URL instead of from Browser in Fusion Size: 2,146 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Getting locale from URL instead of from Browser in Fusion :: MapGuide Users :: OSGeo.org board"
OSGeo.org board
Started 2 days, 2 hours ago (2009-12-28 12:06:00)  by Trevor Wekel
Some javascript/style in this post has been disabled ( why? ) Hi Martin, Try the web extensions API methods MgSite.EnumerateUsers and MgSite.AddUser. EnumerateUsers is fully supported. AddUser is export to .Net/PHP/Java but not officially supported. If EnumerateUsers returns the password, you should be all set. You can glean a ...
Thread:  Show this thread (2 posts)   Thread info: Best way to migrate users? Size: 5,221 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Best way to migrate users? :: MapGuide Users :: OSGeo.org board"
 

Hot threads for last week on MapGuide Users::

MapGuide Users
Started 2 days, 13 hours ago (2009-12-28 00:28:00)  by Andy Morsell
Trevor, What would it require, in terms of funding, to have you spend enough time examining the provider and problems to come up with an approach and labor estimate to improve it? Maybe we can collectively raise enough money from contributors to fund the functional specifications determination and then see if we can fund the full project after. Thanks, Andy Morsell, P.E. ...
Thread:  Show this thread (4 posts)   Thread info: [MGOS 2.1]few map with Ecw, need restart mapguide service Size: 6,512 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: [MGOS 2.1]few map with Ecw, need restart	mapguide service :: MapGuide Users :: OSGeo.org board"
MapGuide Users
Started 1 day, 23 hours ago (2009-12-28 14:18:00)  by GreenMapSanMiguel
Just spent some time stepping through code to further isolate the problem. It turns out that initializeLocale is called several times. Calls from the bootstrap routine and initialize both correctly pick up the locale (es) from the URL allowing OpenLayers.i18n to work correctly. The final call to initializeLocale is from createSessionCB in fusion/layers/MapGuide/MapGuide.js requsts that ...
Thread:  Show this thread (2 posts)   Thread info: Getting locale from URL instead of from Browser in Fusion Size: 2,146 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "Re: Getting locale from URL instead of from Browser in Fusion :: MapGuide Users :: OSGeo.org board"
MapGuide Users
Started 2 days, 2 hours ago (2009-12-28 12:06:00)  by Trevor Wekel
Some javascript/style in this post has been disabled ( why? ) Hi Martin, Try the web extensions API methods MgSite.EnumerateUsers and MgSite.AddUser. EnumerateUsers is fully supported. AddUser is export to .Net/PHP/Java but not officially supported. If EnumerateUsers returns the password, you should be all set. You can glean a ...
Thread:  Show this thread (2 posts)   Thread info: Best way to migrate users? Size: 5,221 bytes
Related Threads: Same Site | All Sites
Customize:  Customize "RE: Best way to migrate users? :: MapGuide Users :: OSGeo.org board"