[mapguide-users] Re: Dynamically Setting Initial Map Position and Scale

2011-06-15 Thread Jackie Ng
Try writing out the SessionWebLayout (which is a System.String) instead of
sessionResourceId (which is a MgResourceIdentifier)

- Jackie

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Dynamically-Setting-Initial-Map-Position-and-Scale-tp1818865p6481216.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: MGOS 2.1 icons not visible

2011-06-15 Thread elliott17
Fixed

I had a copy of web.config located in the stdicons folder.  Once this file
was removed from that folder, the icons appear.

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/MGOS-2-1-icons-not-visible-tp6479669p6480524.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 icons not visible

2011-06-15 Thread elliott17
I lost the icons within the map window and in studio.  They appear as a red
x.  The hover shows up and the commnads still work.  The path is correct to
the images (/stdicons).  The cause may have been loading PHP 5.2.17.  I am
running IIS 7 on server 2008.  I have PHP Manager and have indicated to use
5.2.5 and have the dlls loaded correctly.

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/MGOS-2-1-icons-not-visible-tp6479669p6479669.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] Coordinates are incorrect using fusion and google maps open layers

2011-06-15 Thread BradM
Users want to see the correct lattitude and longitude coordinates in degrees
in geographic projection when using fusion with google map open layers.  If
users go to options in fusion 2.0 and select degrees,   the coordinates are
not correct.  Is this a bug with fusion or is there a fix?   thanks

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Coordinates-are-incorrect-using-fusion-and-google-maps-open-layers-tp6479646p6479646.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: Dynamically Setting Initial Map Position and Scale

2011-06-15 Thread pwong
When I try "ToString()", I also get an error.

Problem:
The application encountered a problem and could not finish the operation you
just requested properly.

Solution:
If it\'s the first time you met this problem, try again or restart the
application / session; otherwise, describe the steps to reproduce this
problem to the server administrator for suggestions. 

I also tried Rewind() for the ByteReader before setting the new resourceid
in case it had read all the way through.

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Dynamically-Setting-Initial-Map-Position-and-Scale-tp1818865p6479268.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: marker projection problem

2011-06-15 Thread girish kumar bv
Hi all,

i am using mapguide 2.1 (java api) for development



I am creating a xml marker layer to be overlayed on the existing map
layer on search, initially before search map coordinates are X:
301620.238896, Y: 2343288.901354 (DEGREE) however the coordinates change
to X: NaN, Y: NaN (DEGREE) and does not display on existing map after
search. Can anyone suggest a solution for the above problem.

Layer Cordinate system
WGS_1984_UTM_Zone_43NPROJCS["WGS_1984_UTM_Zone_43N",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",75],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",50],PARAMETER["false_northing",0],UNIT["Meter",1]]
Map Coordinate System
PROJCS["WGS_1984_UTM_Zone_43N",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",75],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",50],PARAMETER["false_northing",0],UNIT["Meter",1]]

regards,
girish

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


[mapguide-users] Publishing Layers as WMS

2011-06-15 Thread ohlsen1980
Hello,

i've got a question concerning publishing layers as wms. I use Maestro 3.01
with Mapguide 2.2. I have about 200 layers, which i want to publish via wms.
Is ist possible to publish all layers together in one step, or do i have to
edit each single layer with properties -> wms  ?

Regards

--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/Publishing-Layers-as-WMS-tp6478342p6478342.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: marker layer projection

2011-06-15 Thread girish kumar bv
Hi all,

i am using mapguide 2.1 (java api) for development



I am creating a xml marker layer to be overlayed on the existing map 
layer on search, initially before search map coordinates are X: 
301620.238896, Y: 2343288.901354 (DEGREE) however the coordinates change
 to X: NaN, Y: NaN (DEGREE) and does not display on existing map after 
search. Can anyone suggest a solution for the above problem.

Layer Cordinate system
WGS_1984_UTM_Zone_43NPROJCS["WGS_1984_UTM_Zone_43N",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",75],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",50],PARAMETER["false_northing",0],UNIT["Meter",1]]
Map Coordinate System 
PROJCS["WGS_1984_UTM_Zone_43N",GEOGCS["GCS_WGS_1984",DATUM["D_WGS_1984",SPHEROID["WGS_1984",6378137,298.257223563]],PRIMEM["Greenwich",0],UNIT["Degree",0.017453292519943295]],PROJECTION["Transverse_Mercator"],PARAMETER["latitude_of_origin",0],PARAMETER["central_meridian",75],PARAMETER["scale_factor",0.9996],PARAMETER["false_easting",50],PARAMETER["false_northing",0],UNIT["Meter",1]]

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


[mapguide-users] MGE 2011 Service Pack 2 released

2011-06-15 Thread Zac Spitzer
I know it's slightly off topic but still relevant

http://usa.autodesk.com/adsk/servlet/ps/dl/item?siteID=123112&id=17182323&linkID=9242179
http://images.autodesk.com/adsk/files/autodesk_mapguide_enterprise_2011_update_2_readme.html

-- 
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