[mapguide-users] Re: current win-setup does not work

2010-04-21 Thread stoff
forward to a running MGOS...but still optimistic! Stoff -- View this message in context: http://n2.nabble.com/current-win-setup-does-not-work-tp4911515p4935671.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users

[mapguide-users] Run MGOS with IIS on another port

2010-04-21 Thread stoff
error: Call to undefined function MgInitializeWebTier() in C:\Programme\OSGeo\MapGuide\Web\www\mapadmin\login.php on line 70 Here is my port situation attached: http://n2.nabble.com/file/n4937189/ports.txt ports.txt Thanks in advance, Stoff -- View this message in context: http://n2.nabble.com

[mapguide-users] Re: Run MGOS with IIS on another port

2010-04-21 Thread stoff
Thanks, Jason! I will try ... and report. Best regards, Stoff -- View this message in context: http://osgeo-org.1803224.n2.nabble.com/Run-MGOS-with-IIS-on-another-port-tp4937189p4941084.html Sent from the MapGuide Users mailing list archive at Nabble.com

[mapguide-users] RE: current win-setup does not work

2010-04-19 Thread stoff
Hi Martin, there are 17 Giga free ... should be enough. Or not??? Is there another way to get an idea, what the problem could be? To start a debugging modus with params or something like that ... Thanks and best regards, Stoff -- View this message in context: http://n2.nabble.com/current

[mapguide-users] current win-setup does not work

2010-04-15 Thread stoff
on windows xp SP3 with IIS 5 and all .Net-Frameworks installed. Any ideas are welcome, Stoff -- View this message in context: http://n2.nabble.com/current-win-setup-does-not-work-tp4911515p4911515.html Sent from the MapGuide Users mailing list archive at Nabble.com

Re: [mapguide-users] Create PDF with map image

2009-09-08 Thread stoff
Hey friends, I found the solution myself... yeah! Dim png As Image = Image.GetInstance(New Uri(http://localhost; hfMapSrc.Value)) That's it! ... puh! Better than hustling bytes, isn't it? And quit performant... Best regards, Stoff -- View this message in context: http://n2

[mapguide-users] Create PDF with map image

2009-09-07 Thread stoff
%20Viewer and Session is still open of course ... Or Do I really have to move byte by byte ...like done in the scribble example? Is there a more comfortable solution (with use of itextSharp)? Best regards, Stoff -- View this message in context: http://n2.nabble.com/Create-PDF-with-map-image

Re: [mapguide-users] initial displacement of map content

2009-08-02 Thread stoff
... cause there will be no selection features ... Thanks a lot, Stoff Chris Claydon wrote: This sounds like a defect that I thought had been fixed a long time ago. Which version of the MapGuide web tier are you using? Also, do you have the property panel disabled? I think

[mapguide-users] initial displacement of map content

2009-08-01 Thread stoff
regards, Stoff -- View this message in context: http://n2.nabble.com/initial-displacement-of-map-content-tp3370781p3370781.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailing list mapguide-users

[mapguide-users] Zoom to extent of single selected polygon

2009-08-01 Thread stoff
Hi, I have a problem zooming on polygon extent. I use the ExecuteMapAction(10) on the selected polygon, but it does not zoom to the extent, but to the centroid. Any hints are welcome... Best regards, Stoff -- View this message in context: http://n2.nabble.com/Zoom-to-extent-of-single

Re: [mapguide-users] How to set Default Tool Units

2009-05-12 Thread stoff
Hi Kenneth, works perfect! Thanks a lot for your input. Best regards, stoff Kenneth Skovhede, GEOGRAF A/S wrote: To set the tool, you need to attach javascript code to the maploaded function in the viewer frame. Then call the ExecuteMapAction() function to select the desired tool (9

[mapguide-users] How to set Default Tool Units

2009-05-07 Thread stoff
hints, stoff -- View this message in context: http://n2.nabble.com/How-to-set-Default-Tool---Units-tp2826969p2826969.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users mailing list mapguide-users@lists.osgeo.org http

Re: [mapguide-users] asp.net example of loading a webmapservice layer

2009-03-04 Thread stoff
Hi Stefan, I only modify the Mapguide-Studio-generated-XML (look at my uploads above) of layerdefinition and featuresource. Which XML-File have you mentioned and how do you use it? I did it like this (without success): GridLayerDefinition

Re: [mapguide-users] asp.net example of loading a webmapservice layer

2009-03-04 Thread stoff
for the featuresource You can use Maestro to attach a configuration document to your existing featuresource Stefan Dalakov stoff wrote: Hi Stefan, I only modify the Mapguide-Studio-generated-XML (look at my uploads above) of layerdefinition and featuresource. Which XML-File have you

Re: [mapguide-users] asp.net example of loading a webmapservice layer

2009-03-03 Thread stoff
Hi, I have a new and an old problem : First I am still looking for a solution about transparency Do I have to configure it in the layerdefinition.xml AND in the called URL( ... ?service=wmstransparent=true)? Second problem: Loading of the wms layer works fine. But in the legend.aspx

Re: [mapguide-users] asp.net example of loading a webmapservice layer

2009-02-26 Thread stoff
Hi Kenneth, your hint and this Example was helpfull. Thanks!!! http://n2.nabble.com/How-to-add-WMS-%28Transparent%29-layer-to-MapGuide--tp1811263p1811263.html Now I am looking for a solution about transparency ... puh! Do I have to configure it in the layerdefinition.xml and in the called

RE: [mapguide-users] asp.net example of loading a webmapservice layer

2009-02-19 Thread stoff
/temp.LayerDefinition.xml temp.LayerDefinition.xml Looking forward to a solution, stoff -- View this message in context: http://n2.nabble.com/asp.net-example-of-loading-a-webmapservice-layer-tp2328300p2352287.html Sent from the MapGuide Users mailing list archive at Nabble.com

[mapguide-users] asp.net example of loading a webmapservice layer

2009-02-14 Thread stoff
by the mapguide studio ... Thanks a lot, stoff -- View this message in context: http://n2.nabble.com/asp.net-example-of-loading-a-webmapservice-layer-tp2328300p2328300.html Sent from the MapGuide Users mailing list archive at Nabble.com. ___ mapguide-users

Re: [mapguide-users] clear selection of one layer

2009-01-17 Thread stoff
I tried to manage the selection on serverside (look below) and afterwards refreshing the map by parent.parent.mapFrame.Refresh(); from the taskframe clientside. Refreshing works, but the layers I want the selection cleared are still shown Here is my serverside asp.net(vb.net) code: Protected

Re: [mapguide-users] clear selection of one layer

2009-01-17 Thread stoff
Hey Kenneth, thanks for your solution. I should better do things more pramatically ... best regards, stoff Kenneth Skovhede, GEOGRAF A/S wrote: Get a hold of the selection xml (either through server code or the javascript call GetSelectionXml()). The xml has a structure like

[mapguide-users] clear selection of one layer

2009-01-16 Thread stoff
Hi, how do I clear the selection of a single layer, while preserving the selection of the others? Best regards, stoff -- View this message in context: http://n2.nabble.com/clear-selection-of-one-layer-tp2171557p2171557.html Sent from the MapGuide Users mailing list archive at Nabble.com

Re: [mapguide-users] Create a Visual Studio 2008 Solution of dotnetviewersample

2008-11-22 Thread stoff
Hi, it is not a snapshot to translate such a project in real asp.net code ... perhaps we can share this problem and build it up together ... I can chip in some parts of my trials ... Best regards, stoff Am 21.11.2008 um 05:06 schrieb Leslie: Hello! I have the same erros. Have you sovled them

RE: Re: [mapguide-users] Print Layout - 2 questions...

2008-10-16 Thread stoff
topobase web in the same manner, doesn't it? Just a big suprise, because the Users Guide does not really gives hints on this ... Best regards and thank you in advance, stoff javascript:Nabble.smiley('anim_confused.gif',':confused:') Is it okay, to ask this here or do I have to ask it only

Re: [mapguide-users] How to export a WebLayouts toolbox and menu configuration

2008-08-17 Thread stoff
Dear Kenneth, thanks a lot for your good explanation. It helped a lot... ! It is not documented anywhere, isn't it? Best regards, stoff Kenneth Skovhede, GEOGRAF A/S wrote: If you right click the WebLayout after it has been created, you can choose something like Save to Xml

[mapguide-users] Firefox3, ajaxviewer printablepage.templ

2008-08-17 Thread stoff
(requester.responseXML.documentElement)) document.getElementById(mapImage).src = webAgent + ?OPERATION=GETMAPIMAGEFORMAT=PNGVERSION=1.0.0SELECTION=MAPNAME= + encodeURIComponent(mapName) + SESSION= + sessionId; } Any ideas are welcome ... Best regards, stoff -- View this message

Re: [mapguide-users] How to export a WebLayouts toolbox and menu configuration

2008-08-11 Thread stoff
Hi, where do I find the target XML File? Where can I place the a new modified XML File to be reloaded by MapGuide Studio...? Bes regards, stoff then merge the toolbox/contextmenu/task sections from the source XML file into the target XML, then reload the modified XML file for the layout

Re: [mapguide-users] How to export a WebLayouts toolbox and menu configuration

2008-08-06 Thread stoff
Hi James, thanks for your answer, I'll try out ... and report about it! Best regards, stoff James Card wrote: On Fri, 01 Aug 2008 06:35:04 -0700, stoff [EMAIL PROTECTED] wrote: is it possible to export/import the mapguide Weblayout configuration of the toolbox/contextmenu/task

[mapguide-users] How to export a WebLayouts toolbox and menu configuration

2008-08-01 Thread stoff
Hi, is it possible to export/import the mapguide Weblayout configuration of the toolbox/contextmenu/task -commands? I don't want to repeat all changes in the configuration on every machine I deploy ... or is it possible to put it into a package? Best regards from Berlin, stoff -- View