I had implemented a Autocad style zoom in/out (to the arrow) with the mouse
wheel in the Viewer, but in this new release 1.2.0 has changed with the old
style zoom (to the center).
Is not a problem, but I would like to know if this decision is part of the
team, or a
deliberate change.
Thks.
There already is, but you have to have it sent to you on disk:
http://usa.autodesk.com/adsk/servlet/oc/offer/form?siteID=123112&id=9860434
Jason
From: Jim O'Leary
Subject: [mapguide-users] Studio 2008 trial
Will there be a trial version of Studio 2008?
<>
Will there be a trial version of Studio 2008?
Thanks
--
View this message in context:
http://www.nabble.com/Studio-2008-trial-tf4389703s16610.html#a12515673
Sent from the MapGuide Users mailing list archive at Nabble.com.
___
mapguide-users mailing l
oke, i do the same
uninstall the old mgos 1.2 rc2
delete the mapguideopensource directory...
install mgos 1.2.0
and download gdalplugins (ecw and mrsid) from
http://home.gdal.org/dl/mapguide/
work perfect for my ecw raster file
On 9/6/07, Rock Beans <[EMAIL PROTECTED]> wrote:
>
> How do you ge
I have a ticket in for this. Hopefully, we'll have it online again
shortly.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of George
McLean
Sent: Wednesday, September 05, 2007 2:56 PM
To: MapGuide Users Mail List
Subject: [mapguide-users] Mapguide web docume
Remove() is expecting a MgLayerBase object, you are passing in a string.
Hence the compilation error.
Maybe try something like this instead:
MgMap map = new MgMap(siteConnection);
map.Open(mgMapName);
MgLayerCollection layerCol = map.GetLayers();
string layerName = "myLayer";
MgLayer l
To my knowledge the property pane can only display information for one
selected feature, you will probably have to create a custom property pane.
- Jackie
Simon-43 wrote:
>
> Hi,
>
>
>
> I'm looking to find out whether it is possible to return multiple
> features into the properties pane w
Hi,
I'm looking to find out whether it is possible to return multiple
features into the properties pane within the ajax viewer. I'm currently
just working through the samples and the documentation, and have scanned
the nabble forum, but can't find any reference to how you can configure
the prop
I'm to see if a layer exists and remove it if it exists. The layer would have
been saved as a temporary resource. Here is the code.
// get the map
MgMap map = new MgMap(siteConnection);
map.Open(mgMapName);
MgLayerCollection layerCol = map.GetLayers();
if(layerCol.Contains("my
How do you get ECW files to work using this new version. I uninstalled all
my old stuff, reinstalled the new 1.2 version today. Loaded a saved package
where everything was working and now no rasters. Is there a patch or a
download for the ECW and/or MySID?
The Rock
John,
I really doubt that there will be a new version in September. The
PSC has yet to discuss a change in dates as we were focussed on
getting 1.2 out the door - unfortunately, it was delayed due to
problems in the GDAL FDO provider (among other minor issues). There
are a bunch of chan
I was looking for the web API documentation on
http://mapguide.osgeo.org/1.1/documentation.html
The link
http://mapguide.osgeo.org/files/mapguide/docs/webapi/index.html
gives me a page not found error. Am I looking in the wrong place?
Thanks
George McLean
hello even problem with mapguide 2008 company and Windows 2003 server R2 the
answer d'Autodesk is that the MG 2008 version is support with win server
2003 r2
Thanks
Jean-Marie France
Bruno Scott wrote:
>
>
> Does Mapguide Opensource 1.2.0 officially support Windows server 2003 R2?
> and same
Yes, the links on this page should not have been pointing to rc2. The
page has been updated.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jason Birch
Sent: Wednesday, September 05, 2007 11:06 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-users
Yes, the phpviewersamples are the same. I just downloaded from the second URL
and did a BeyondCompare. I guess the right url for phpviewersamples is thus:
http://download.osgeo.org/mapguide/releases/1.2.0/samples/
JasonBirch wrote:
>
> Hi Jim,
>
> You pointed to the following for phpviewersa
Hi Jim,
You pointed to the following for phpviewersample:
http://download.osgeo.org/mapguide/releases/1.2.0-rc2/samples
I think these are the same, but they should be downloaded from:
http://download.osgeo.org/mapguide/releases/1.2.0/samples/
Guess we need to update this page:
http://mapguid
Hi Keith,
The view support is part of FDO 3.2.
I was told that the relevant submissions in FDO for this are:
Revision: 742, 770
Date: 6:28:33 PM, Tuesday, February 13, 2007
View to Fdo ClassDefinition Support.
Revision: 750
Date: 6:27:45 PM, Wednesday, February 14, 2007
ODBC: Pri
A few notes on the samples and documentation released with MGOS 1.2.
phpviewersamples
These samples are at:
http://download.osgeo.org/mapguide/releases/1.2.0-rc2/samples
...and appears to be the old phpviewersamples, reorganized.
phpsamples
These samples are at:
http://download.osgeo.org/mapg
Got it.
Brian Berdel
McMahon Associates, Inc.
p: 215.283.9444
www.mcmtrans.com
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Berdel,
Brian
Sent: Wednesday, September 05, 2007 11:07 AM
To: MapGuide Users Mail List
Subject: RE: [mapguide-use
Anyone else having issues installing the latest 1.2? I have downloaded
it multiple times and keep getting different errors and I have tried on
different OS
Thanks,
Brian Berdel
McMahon Associates, Inc.
p: 215.283.9444
www.mcmtrans.com
From: [EMAIL PRO
Hello, I am fairly new to MGOS, and I am having problems getting raster
images to work. I am using version 1.1. I installed all the dlls from
http://trac.osgeo.org/fdo/wiki/FdoGdalNotes
Note that in my development environment we have MG Enterprise setup and the
rasters worked fine.
I have both
Kneo wrote:
>
> How can one map any lat long to screen's x y coordinate system.
>
Hi,
Do you finally find a way to translate map coordinates to screen XY?
I know that AJAX viewer use the JavaScript function "ScreenToMapUnits" to
translate screen coordinates to map's but I can't find a reverse
Did support for views/queries through the ODBC provider make it into
this release? I can't find any mention of it, nor anywhere in the
tickets (but I'm not that familiar with the system).
Keith
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tom
F
Excellent! Is there an updated target date for 1.3.0 ? The roadmap
currently says 9/28/07.
--
View this message in context:
http://www.nabble.com/MapGuide-Open-Source-1.2.0-Released-tf4381061s16610.html#a12497660
Sent from the MapGuide Users mailing list archive at Nabble.com.
For me, it's work perfectly
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bruno Scott
Sent: Wednesday, September 05, 2007 2:14 PM
To: mapguide-users@lists.osgeo.org
Subject: [mapguide-users] Windows 2003 server R2
Does Mapguide Opensource 1.2.0 offici
Does Mapguide Opensource 1.2.0 officially support Windows server 2003 R2?
and same question about Mapguide Enterprise 2008?
Thanks
Bruno
--
View this message in context:
http://www.nabble.com/Windows-2003-server-R2-tf4383684s16610.html#a12496779
Sent from the MapGuide Users mailing list archiv
I seem to have reached the top level of psychical disorder - I answer my
own posts. Anyway .. Traian was right - I found a workaround for this
problem (N:1) - massages usually relief the situation. I will add the
working SymbolDef to the ticket - don't know if this is the correct way
to procee
Hi !
Would you please send me the complete sample XML file I should write as the
content in map agent in order to make feature sources from the shp files of a
computer in LAN which I've introduced as aliases using mapguide site
administrator? or may you kindly introduce me a reference or d
28 matches
Mail list logo