Re: [mapguide-users] Fusion and Digitizing

2013-09-13 Thread JamesDudden
I figured this out - there is a ClearDigitization function within the MapGuideViewerApi.js which works a treat :) - Software-Matters -- View this message in context: http://osgeo-org.1560.x6.nabble.com/Fusion-and-Digitizing-tp4183831p5077688.html Sent from the MapGuide Users mailing list a

Re: [mapguide-users] Fusion and Digitizing

2013-09-10 Thread JamesDudden
Hi Rodolfo, Hope you can help... I have created a page (using MG 2.5 on Windows and IE10) that uses your code to digitize a polygon which works great but I am still getting an issue with the polygon getting left behind and I can't seem to get the clear function to work. Below is what I'm calling f

Re: [mapguide-users] Fusion and Digitizing

2009-02-02 Thread Mike Adair
tonight. -Mark -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Rodolfo Moreno Sent: Thursday, January 29, 2009 3:02 PM To: mapguide-users@lists.osgeo.org Subject: RE: [mapguide-users] Fusion and Digitizing Hi Mark

Re: [mapguide-users] Fusion and Digitizing

2009-01-31 Thread Paul Spencer
rable changes to the Jx library and the Fusion underpinnings. Jason -Original Message- From: mapguide-users-boun...@lists.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Mark Pendergraft Sent: January-30-09 8:28 AM To: MapGuide Users Mail List Subject: RE: [mapgui

RE: [mapguide-users] Fusion and Digitizing

2009-01-30 Thread Jason Birch
s.osgeo.org] On Behalf Of Mark Pendergraft Sent: January-30-09 8:28 AM To: MapGuide Users Mail List Subject: RE: [mapguide-users] Fusion and Digitizing Even better news! Any word on when the 2.0 beta will be available? -Mark ___ mapguide-users mailin

RE: [mapguide-users] Fusion and Digitizing

2009-01-30 Thread Mark Pendergraft
Adair Subject: Re: [mapguide-users] Fusion and Digitizing Thanks guys ... the digitizing code has changed in the upcoming 2.0 release to use the OpenLayers vector library rather than our home- grown canvas implementation so we'll make sure there is a way to clean up after digitizing ...

Re: [mapguide-users] Fusion and Digitizing

2009-01-30 Thread Paul Spencer
.osgeo.org [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Rodolfo Moreno Sent: Thursday, January 29, 2009 3:02 PM To: mapguide-users@lists.osgeo.org Subject: RE: [mapguide-users] Fusion and Digitizing Hi Mark, I have gotten to clear the digitized polygons in FUSION viewer by mod

RE: [mapguide-users] Fusion and Digitizing

2009-01-29 Thread Mark Pendergraft
t: RE: [mapguide-users] Fusion and Digitizing Hi Mark, I have gotten to clear the digitized polygons in FUSION viewer by modifying the MapGuideViewerapi.js var polDigitizer; function DigitizePolygon(handler) { if (handler) { var Fusion = window.top.Fusion; var mapWidget = Fusion.getWidge

RE: [mapguide-users] Fusion and Digitizing

2009-01-29 Thread Rodolfo Moreno
e user closes their browser. >> >> -Mark P. >> >> -Original Message- >> From: mapguide-users-boun...@lists.osgeo.org >> [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of GordonL >> Sent: Thursday, January 29, 2009 1:20 PM >> To: mapg

RE: [mapguide-users] Fusion and Digitizing

2009-01-29 Thread GordonL
ailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of GordonL > Sent: Thursday, January 29, 2009 1:20 PM > To: mapguide-users@lists.osgeo.org > Subject: RE: [mapguide-users] Fusion and Digitizing > > > You know, you really do not need to reinvent the wheel, if you have >

RE: [mapguide-users] Fusion and Digitizing

2009-01-29 Thread Mark Pendergraft
-boun...@lists.osgeo.org] On Behalf Of GordonL Sent: Thursday, January 29, 2009 1:20 PM To: mapguide-users@lists.osgeo.org Subject: RE: [mapguide-users] Fusion and Digitizing You know, you really do not need to reinvent the wheel, if you have already built a lot of code with the Basic Web Layouts. Di

RE: [mapguide-users] Fusion and Digitizing

2009-01-29 Thread GordonL
itizePolygon function is called. > > -Mark P. > > -Original Message- > From: mapguide-users-boun...@lists.osgeo.org > [mailto:mapguide-users-boun...@lists.osgeo.org] On Behalf Of Stefan > Dalakov > Sent: Friday, January 23, 2009 12:35 PM > To: MapGuide Users Mail List

RE: [mapguide-users] Fusion and Digitizing

2009-01-23 Thread Mark Pendergraft
f Of Stefan Dalakov Sent: Friday, January 23, 2009 12:35 PM To: MapGuide Users Mail List Subject: [mapguide-users] Fusion and Digitizing Hi all, From what I read here, should I conclude that digitizing functions in Fusion are not yet fully supported ? I need to digitize a polygon on the map and save

[mapguide-users] Fusion and Digitizing

2009-01-23 Thread Stefan Dalakov
Hi all, From what I read here, should I conclude that digitizing functions in Fusion are not yet fully supported ? I need to digitize a polygon on the map and save it permanently. I have this working with AJAX viewer, but would like to port it to Fusion Has anyone succeeded to do this ? Stefa