[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] 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: current win-setup does not work

2010-04-21 Thread stoff
oking 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-

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

2010-04-19 Thread stoff
Dear J, where do I find the instruction for the manual install? Are you talking about building like here: http://mapguide.osgeo.org/sites/mapguide.osgeo.org/files/BuildingAndConfiguringMGOSOnWindows.pdf Thanks and best regards, Stoff -- View this message in context: http://n2.nabble.com

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

2010-04-19 Thread stoff
(md5) f9f7744d481455bc38a9547bdeb11a0d ... or 3cd78c763dfc88f3c1c31c78761d1e11. The MGOS checksum should be f5b86032f72f242329450b16634abba7 according to the website! I tried the download with 3 different browsers ... are there other download mirrors? How can I asure to have the right download way... Best regards,

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

[mapguide-users] Create PDF with map image

2009-09-07 Thread stoff
ot;').setAttribute('value',strSrc);" & vbCrLf strJS = strJS & " }" & vbCrLf the hfMapSrc.value is available as: "/mapguide2010/mapagent/mapagent.fcgi?OPERATION=GETMAPIMAGE&FORMAT=PNG&VERSION=1.0.0&SELECTION=&MAPNAME=interna

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

2009-08-02 Thread stoff
web-dummys" ... 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 pa

[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

[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

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

[mapguide-users] How to set Default Tool & Units

2009-05-07 Thread stoff
nit ? Looking forward to your 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 mapgu

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

2009-03-04 Thread stoff
tion document 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 >

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): Library://WMS/hessen_Ortho.FeatureSource 0

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=wms&transparent=true)? Second problem: Loading of the wms layer works fine. But in the legend.aspx BuildLa

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

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

2009-02-19 Thread stoff
52287/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 Nabbl

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

2009-02-14 Thread stoff
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
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 structu

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 S

[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: [mapguide-users] Dotnet viewer sample application problem

2008-11-22 Thread stoff
thread . So it is still a task to develop a dotnetviewersample solution which contains asp.net compatible coding... In my project we are working on some parts of the viewer application in real asp.net code but ... it is remittance work. Good luck, stoff padmini godavarthi wrote: > > &

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 h

[mapguide-users] Firefox3, ajaxviewer & printablepage.templ

2008-08-17 Thread stoff
etElementById("mapImage").src = webAgent + "?OPERATION=GETMAPIMAGE&FORMAT=PNG&VERSION=1.0.0&SELECTION=&MAPNAME=" + encodeURIComponent(mapName) + "&SESSION=" + sessionId; } Any ideas are welcome ... Best regards, stoff -- View this message in con

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 lik

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

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

[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

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

2008-07-02 Thread stoff
Has anyone experiences with the asp.net development server? I don't want to install IIS on my development machine ... Best regards ... stoff -- View this message in context: http://www.nabble.com/Create-a-Visual-Studio-2008-Solution-of-dotnetviewersample-tp18235849p18235849.html Sent from the MapGui