[pmapper-users] MSSQL 2K8 Querying

2009-11-10 Thread Gabe Codina
e search doesn't work - has anyone got pmappers Query and Search working with MS SQL 2K8 ? Gabe Codina -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report des

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] compressed plugin js

2009-06-23 Thread Gabe
Hi everyone I have been setting up a pmapper 4.0 installation and have run into a problem Im getting js errors in my plugins but am finding it hard to debug because my js files don’t seem to have been loaded. After a bit of searching I found that they are loaded but theyve been compressed into

[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

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

[pmapper-users] Google Maps layer

2008-11-18 Thread Gabe
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 Op

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

2008-06-10 Thread Gabe
// alert("CTRL"); 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

[pmapper-users] Shift click to add to selection

2008-06-09 Thread Gabe
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/inde

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

2008-04-30 Thread Gabe
gories 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 &g

Re: [pmapper-users] Filtering a postgis layer

2007-06-28 Thread Gabe
nstead of FILTERITEM "c_farm" FILTER /9001|9003|9544/ I will try FILTER "c_farm = '9001' OR c_farm='9003' OR c_farm='9544'" > -Original Message- > From: Gabe [mailto:[EMAIL PROTECTED] > Sent: Friday, 29 June 2007

[pmapper-users] ZoomQuery on PostGIS layer

2007-05-19 Thread Gabe
v_pad_export WHERE (c) and (the_geom && setSRID( 'BOX3D(152.09666 -29.70515,153.6 -28.21139)'::BOX3D,find_srid('','p.v_pad_export','the_geom') )) which doesn't work because of the WHERE (c) bit if we replace that with WHERE (c_farm='80

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

[pmapper-users] eclipse setup

2007-03-19 Thread Gabe
This setup 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

[pmapper-users] Fwd: Post a message to all the list members

2007-03-13 Thread Gabe
-- Forwarded message -- From: Gabe <[EMAIL PROTECTED]> Date: Mar 14, 2007 4:44 PM Subject: Re: [pmapper-users] Post a message to all the list members To: [EMAIL PROTECTED] I have noticed that the pdf print function looks for the refmap image relative to the mapfile

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 > imple

Re: [pmapper-users] debian packages?

2007-03-13 Thread Gabe
we are using debian and have just upgraded to php 5 we had a bit of trouble but have it going now - php5 is not considered stable by debian and we have stayed with mapserver 4.8 Gabe On 3/8/07, Paolo Cavallini <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- >

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

2007-03-07 Thread Gabe
I get no results - that is i get the message 'No records found'. the php error log reports only a cryptic message that i tracked down to line 724 of query.php that just logs the fieldname and querystring - which look like they should. NAME ('[NAME]' =~ /^(A|a) ... $/) any

Re: [pmapper-users] Measurement in DD mapunits

2007-03-07 Thread Gabe
yes using calcFact was a quick fix and only feasible because the map doesnt cover a very large area and the requirement for accuracy was low. thanks for the links - I will post back to this thread when I get around to implementing it. Gabe by the way the reply-to field on pmapper-users

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

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 i

Re: [pmapper-users] msversion

2006-12-09 Thread Gabe
Hi find the .dll or .so for php_mapscript and use whatever comes between php_mapscript_ and the .dll or .so extension. In my case using the latest mapscript its msVersion = 4.10.0 hth Gabe - Take Surveys. Earn Cash

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 th

[pmapper-users] Map wont load

2006-11-28 Thread Gabe
ydelta_geo:'0.6' }msDrawMap(): Layer 0 (Framework), 0.110s the text is in the variable 'req.responseText' I have searched for others with similar problems but havent had any luck yet. TIA Gabe - Take S

Re: [pmapper-users] embedded pmapper

2006-11-02 Thread Gabe
in the js console - there is a little red icon in the top right of the window, I have been editing and replacing files so the current version may not actually generate the errors in the console. At this stage I have the layers showing but I cannot switch them on or

[pmapper-users] embedded pmapper

2006-11-01 Thread Gabe
Hi I have a project for which I am embedding pmapper 2.1.1 into an iframe that is within a webapp (called shirt) implemented with the google web toolkit. I have a few issues that i have been trying to solve for a few days now. I have searched the list to no avail. I would love to here from anyo

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

2006-10-30 Thread Gabe
he FILTER tag with the WHERE part of the SQL. > > armin > > Gabe wrote: > > Where would we put this sql ? > > > > in the mapfile layer object ? > > > > or as a view in postgis ? > > > > > > G > > > > > > On 10/27/06, Gail

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)) A

[pmapper-users] groups and names in pmapper 2.1.1 configuration

2006-10-21 Thread Gabe
I am getting a bit confused about layers and names. I have searched the docs and havent found a clear explanation of using the Groups and Names of layers yet. Also there is a Description line in the META tag. Can someone please clue me in here ?

Re: [pmapper-users] bug in pmapper 2.1.1

2006-10-20 Thread Gabe
Hi Armin I actually reported that bug earlier but my post seems to have disappeared ? Gabe On 10/21/06, Armin Burger <[EMAIL PROTECTED]> wrote: > > Thanks for reporting and providing the fix. The easiest is still to send > bug reports as well as bug fixes it to me via this

[Pmapper-users] Cannot find mapfile error

2006-10-10 Thread Gabe
/5.0 (Windows; U; Windows NT 5.1; en-GB; rv:1.8.0.7) Gecko/20060909 Firefox/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

[Pmapper-users] searching in pmapper 1.1.0

2006-03-01 Thread Gabe
Well Ive tried the WHERE clause and that worked I also tried removing the group line with no success - now after delving thru a bit more and exposing the query in dumpPGQueryResults I have found that an uppercase FROM in my mapfile was causing problems. I have removed that and now i get 'no result

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

[Pmapper-users] Modified test version of pmapper 1

2006-02-12 Thread Gabe
interested in just updating the smaller, quicker layers. will keep you posted on our progress. cheers Gabe > > > > Hi Armin. > > I've already try it and it seems work very well. Great work. > > Actually I was more interested into mutualDisableList and it perfectly >

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