Re: [pmapper-users] Tabs invisible in IE 6

2009-11-10 Thread Gabe Codina
Regarding IE 7/8 In case anyone else has a similar problem I have just solved an issue that we had where pmapper wouldn't load correctly in IE giving a cryptic javascript error in pm.uielement.js after a bit of digging around I found that trailing comma in the toolbar definition in js_config.php

[pmapper-users] ms sql server 2008

2009-02-16 Thread Gabe
Just wondering if anyone has used a MSSQL 2008 data source as described in this link http://mapserver.org/development/rfc/ms-rfc-38.html Gabe -- Open Source Business Conference (OSBC), March 24-25, 2009, San

[pmapper-users] Google Maps layer

2008-11-18 Thread Gabe
in Advance Gabe - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK win great prizes Grand prize is a trip for two to an Open Source

Re: [pmapper-users] How measure in meters?

2008-11-18 Thread Gabe
the plugin functionality existed in pmapper (~ 3.0 I think). I also ended up hacking the display code so that it would indicate metres, kilometres or hectares as appropriate. Hope that helps Gabe -Original Message- From: Armin Burger [mailto:[EMAIL PROTECTED] Sent: Tuesday, 18 November

Re: [pmapper-users] Shift click to add to selection

2008-06-10 Thread Gabe
); varform.modifier.value = control; } else { varform.modifier.value = none; } Now I can just check its value where I need it. Gabe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Armin Burger Sent: Wednesday, 11 June 2008 7:46 AM To: Gabe Cc

[pmapper-users] Shift click to add to selection

2008-06-09 Thread Gabe
be appreciated Thanks Gabe - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php

Re: [pmapper-users] Dynamic query join a pmapper layer

2008-04-30 Thread Gabe
and the config_.. file is also customised with allGroups and defGroups definitions. Pmapper is then launched. Gabe -Original Message- From: [EMAIL PROTECTED] [mailto:pmapper- [EMAIL PROTECTED] On Behalf Of Armin Burger Sent: Wednesday, 30 April 2008 2:43 AM To: Rodrigo Gaete Cc

[pmapper-users] ZoomQuery on PostGIS layer

2007-05-19 Thread Gabe
. is this a bug in mapscript ? Thanks in advance Gabe below is my map layer: LAYER NAME Paddocks GROUP Paddocks STATUS ON DATA the_geom from p.v_pad_export TYPE POLYGON CONNECTIONTYPE postgis CONNECTION user=user password=pass dbname=productivity host=localhost

Re: [pmapper-users] Custom Function

2007-05-12 Thread Gabe
Could you point me toward more info on the 'insert it via Javascript' method. For example where is the code that inserts the legend/toc ? Thanks Gabe -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Armin Burger Sent: Sunday, 13 May 2007 1:14 AM

[pmapper-users] eclipse setup

2007-03-19 Thread Gabe
sort of worked ok for php4 (obviously with different mapscript and dbg extensions) but I cant seem to get it running with 5. any help will be appreciated Gabe - Take Surveys. Earn Cash. Influence the Future of IT Join

Re: [pmapper-users] missing js file in info.phtml?

2007-03-13 Thread Gabe
what about tools.js ? On 3/7/07, Armin Burger [EMAIL PROTECTED] wrote: Alessandro you're right, the JS refernce should be javascript/jquery/jquery.pmapper.js javascript/jquery/jquery.dimensions.js. I updated the SVN (both 3.1 and latest stable of 3.0). In the current implementation

[pmapper-users] OGR Attribute search on a mapinfo file

2007-03-07 Thread Gabe
that just logs the fieldname and querystring - which look like they should. NAME ('[NAME]' =~ /^(A|a) ... $/) any help will be appreciated. Gabe - Take Surveys. Earn Cash. Influence the Future of IT Join

[pmapper-users] Measurement in DD mapunits

2007-03-05 Thread Gabe
Hi all The map Im using is in digital degrees and I want to use the measure function returning kilometres. When I was using pmapper 1.x I found I could fiddle with calcFact in measure.js and get a reasonable approximation. Now I am using pmapper 2.x and it doesnt seem to work anymore. Has

Re: [pmapper-users] automatic Vehicle tracking application (AVL)

2007-03-03 Thread Gabe
Hi Gaston, I have a pmapper application that tracks vehicles in real time. I have found it very suitable. I am using mapinfo files for the map layers and postgis for dynamic layers. Gabe - Take Surveys. Earn Cash

Re: [pmapper-users] Vector Digitizing

2007-02-04 Thread Gabe
Here is my 2c worth: I think it is needed - for just the reason that Luca put forward. At the moment I am working on a spatial data warehousing project for agriculture - it is a distributed ap that will have 1000+ users. At this stage we are just looking at using pmapper for simple display but

[pmapper-users] Map wont load

2006-11-28 Thread Gabe
with similar problems but havent had any luck yet. TIA Gabe - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business topics

Re: [pmapper-users] Map wont load

2006-11-28 Thread Gabe
the mutalDisableList warning but that is les urgent Gabe On 11/29/06, Gabe [EMAIL PROTECTED] wrote: I am having problems configuring my map. Im using IIS 6.0 with php 4.4.4 - a temporary URL is at http://agtrix.no-ip.info:90/mapper/ from there choose the default configuration and click

Re: [pmapper-users] [Pmapper-users] Street intersection PLEASE !!

2006-10-27 Thread Gabe
Where would we put this sql ? in the mapfile layer object ? or as a view in postgis ? G On 10/27/06, Gail Long [EMAIL PROTECTED] wrote: For post gis layers: select streetnameField, oid, xmin(box3d(p.the_geom)) AS minx, ymin(box3d(p.the_geom)) AS miny, xmax(box3d(p.the_geom)) AS maxx,

[Pmapper-users] Cannot find mapfile error

2006-10-10 Thread Gabe
/1.5.0.7 the config_aust.ini file has the right entry and the file IS at /var/www/htdocs/mapper/config/ we are running a linux server apache 2.2.2 and php4.4.2-1.1 we still have a demo using pmapper 1.2.0 that works in the directory next to it. thanks in advance Gabe -- next part

[Pmapper-users] searching in pmapper 1.1.0

2006-02-28 Thread Gabe
Hi I have been trying to get the search function working on my map for a few days now I have read all the previous posts I could find on the list and I have read the comments in js_custom.php and scrutinised the demo map file with no success. I am using postgis and pmapper 1.1 could someone

[Pmapper-users] measuring while map is in DD units

2006-02-09 Thread Gabe
Hi my map is using digital degrees, and the measure function doesnt seem to return any usefull numbers. I have played around with the calcFact var in measure.js and get reasonable looking results for var calcFact = .01; however i would like it to be accurate. (i am using p.mapper 1.1 ) thanks