Re: [pmapper-users] Measure tool IE8

2009-11-11 Thread Siki Zoltan
Dear Armin, Thanks for your answer, the beta3 has solved the problem. Regards Zoltan On Wed, 11 Nov 2009, Armin Burger wrote: > On 10/11/2009 23:41, Siki Zoltan wrote: >> Hi List, >> >> In IE8 the measure tool doesn't draw the rubberband line. >> The length and area is displayed. >> I use pmapp

Re: [pmapper-users] Measure tool IE8

2009-11-11 Thread Armin Burger
On 10/11/2009 23:41, Siki Zoltan wrote: > Hi List, > > In IE8 the measure tool doesn't draw the rubberband line. > The length and area is displayed. > I use pmapper 4.0beta2. > Has anybody the same problem? > > Regards, > Zoltan > The IE8 problem is due to an error in the JS Graphics library:

[pmapper-users] Measure tool IE8

2009-11-10 Thread Siki Zoltan
Hi List, In IE8 the measure tool doesn't draw the rubberband line. The length and area is displayed. I use pmapper 4.0beta2. Has anybody the same problem? Regards, Zoltan -- Let Crystal Reports handle the reporting - Fre

Re: [pmapper-users] Measure tool

2009-07-16 Thread Armin Burger
there is an issue mentioned with the library used for drawing (jsgraphics) and IE8 here http://www.walterzorn.com/jsgraphics/history_e.htm try to use the latest version of jsgraphics from http://www.walterzorn.com/jsgraphics/jsgraphics_e.htm To facilitate this I put an updated version of the co

[pmapper-users] Measure tool

2009-07-16 Thread mark balman
Hi all I cannot see the measure line when using Internet Explorer 8 is this a bug in pmapper 3.2 (and 4) or is this a bug in IE8? Has anyone got the same problem and can this be easily fixed? Would appreciate any suggestions. many thanks Mark

Re: [pmapper-users] Measure tool in feet

2009-04-15 Thread Armin Burger
in js_config.php should be something like p.mapper 4: PM.measureUnits = {distance:" [ft]", area:" [sqft]", factor:0.3048}; p.mapper 3: var pmMeasureUnits = {distance:" [ft]", area:" [sqft]", factor:0.3048}; if the map units are in meter. armin On 15/04/2009 17:42, McCown, George wrote: > Hello

[pmapper-users] Measure tool in feet

2009-04-15 Thread McCown, George
Hello Everyone, I'm looking to find where I can make the measure tool to use "feet". Anyone know that change is? George McCown GIS Analyst 1 george.mccown&jjg.com 678.333.0228 (Direct) 678-333-0826 (Fax) Jordan, Jones & Goulding 6801 Governors Lake Parkway, Building 200 Norcross, Ga 300

Re: [pmapper-users] Measure tool persistance (implementation)

2007-07-02 Thread Walter Lorenzetti
Thank you very much I'll implement it in the new 3.1.0 pmapper version ad after I'll try to implement the plugin all the best Walter Alessandro Pasotti ha scritto: > I hope I did'nt forget anything > > First make a backup of your pmapper folder. > > > See ABP tagged comments. > > In pmdraw.

Re: [pmapper-users] Measure tool persistent lines

2007-07-02 Thread Walter Lorenzetti
Hi Alessandro, Alessandro Pasotti ha scritto: > Il lunedì 02 luglio 2007, Walter Lorenzetti ha scritto: > >> Have you seen at new Armin's plugin system of the new 3.1.0 release? >> >> > > No, sorry, still working on a svn version 2 months age old (I've upadted the > majority of javascript

[pmapper-users] Measure tool persistance (implementation)

2007-07-02 Thread Alessandro Pasotti
I hope I did'nt forget anything First make a backup of your pmapper folder. See ABP tagged comments. In pmdraw.js add this function: // ABP: persistenza function persistPolygon(){ if(geoPolyline.points.length > 0){ // Ajax call var persisturl = PM_XAJAX_LOCATION + 'x_pe

Re: [pmapper-users] Measure tool persistent lines

2007-07-02 Thread Alessandro Pasotti
Il lunedì 02 luglio 2007, Walter Lorenzetti ha scritto: > Have you seen at new Armin's plugin system of the new 3.1.0 release? > No, sorry, still working on a svn version 2 months age old (I've upadted the majority of javascript though). It's a huge problem for me to keep p.mapper up to date, I

Re: [pmapper-users] Measure tool persistent lines

2007-07-02 Thread Alessandro Pasotti
Il lunedì 02 luglio 2007, Alessandro Pasotti ha scritto: > Il lunedì 02 luglio 2007, Sven Schroeter ha scritto: > > Hi Alessandro, > > works fine with FF, I'm interested in this hack too. > > On IE6 open two alert-boxes after pressing "s". > > Two "identical" alert boxes saiyng something like "La

Re: [pmapper-users] Measure tool persistent lines

2007-07-02 Thread Walter Lorenzetti
Have you seen at new Armin's plugin system of the new 3.1.0 release? this new 'Measure tool persistent lines' feature could be a good start point... for plugin development all the best Walter Alessandro Pasotti ha scritto: > Il lunedì 02 luglio 2007, Sven Schroeter ha scritto: > >> Hi Alessa

Re: [pmapper-users] Measure tool persistent lines

2007-07-02 Thread Walter Lorenzetti
riginal Message - > From: "Alessandro Pasotti" <[EMAIL PROTECTED]> > To: > Sent: Monday, July 02, 2007 9:31 AM > Subject: Re: [pmapper-users] Measure tool persistent lines > > > Il lunedì 02 luglio 2007, Walter Lorenzetti ha scritto: > >> Hi Aless

Re: [pmapper-users] Measure tool persistent lines

2007-07-02 Thread Alessandro Pasotti
Il lunedì 02 luglio 2007, Sven Schroeter ha scritto: > Hi Alessandro, > works fine with FF, I'm interested in this hack too. > On IE6 open two alert-boxes after pressing "s". Two "identical" alert boxes saiyng something like "La linea è stata resa persistente..." ?? I will try IE6 and 7 today a

Re: [pmapper-users] Measure tool persistent lines

2007-07-02 Thread Sven Schroeter
Hi Alessandro, works fine with FF, I'm interested in this hack too. On IE6 open two alert-boxes after pressing "s". Greetings Sven - Original Message - From: "Alessandro Pasotti" <[EMAIL PROTECTED]> To: Sent: Monday, July 02, 2007 9:31 AM Subject: R

Re: [pmapper-users] Measure tool persistent lines

2007-07-02 Thread Alessandro Pasotti
Il lunedì 02 luglio 2007, Walter Lorenzetti ha scritto: > Hi Alessandro, > > I'm interested in this feature... > I wanted implement a feature like this but... I didn't have more time to > develop this... > > also some customers ask me this feature! > > so do you have a online pmapper application to

Re: [pmapper-users] Measure tool persistent lines

2007-07-02 Thread Walter Lorenzetti
Hi Alessandro, I'm interested in this feature... I wanted implement a feature like this but... I didn't have more time to develop this... also some customers ask me this feature! so do you have a online pmapper application to show? bye Walter Alessandro Pasotti ha scritto: > One customer aske

[pmapper-users] Measure tool persistent lines

2007-07-01 Thread Alessandro Pasotti
One customer asked me he wants to print the shapes he draws through the measure tool. I've implemented a quick hack to the tool that when the user press "s" saves the shape into a session var. Shapes are then treated like a custom layer and hence printed on PDF and normal HTML prints. Multipl

[Pmapper-users] Measure Tool

2005-10-11 Thread Mike Hostetler
us, in this case you > >>needed probably a synchronous connection (I think Sarissa has also support > >>for synchronous requests). Or somehow involve the PostGIS functions. > >> > >>I typically go a simple way and do not provide measure functions if the data > >>pres

[Pmapper-users] Measure Tool

2005-10-11 Thread Mike Hostetler
lution you're welcome. > > Armin > > > > > --- Urspr?ngliche Nachricht --- > > Von: Mike Hostetler <[EMAIL PROTECTED]> > > An: [EMAIL PROTECTED] > > Betreff: [Pmapper-users] Measure Tool > > Datum: Tue, 11 Oct 2005 07:30:18 -0600 > > > >

[Pmapper-users] Measure Tool

2005-10-11 Thread Mike Hostetler
: [EMAIL PROTECTED] (Armin Burger) Date: Tue Oct 11 15:48:15 2005 Subject: [Pmapper-users] Measure Tool References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Mike, the problem is that the measurements are just done using Javascript based on extent values of the current map. For