[pmapper-users] p.mapper 3 problem

2006-11-14 Thread listserver server
I'm tryng to use pmapper 3 but i cannot see maps and i recieve this errors in firebug: missing ; before statementxmlhttp.js (line 93)Fatal error: Call to a member function setTransparency() on a non-object in C:\ms4w\apps\pmapper\incphp\map.php on line 78 nullpmjson.js (line 30) missing ; before s

[pmapper-users] points of interest and PEAR

2006-11-14 Thread Tiziano
Hello everybody, i was trying to understand if the pmapper is suitable for my work. One of the most important feature i have to implements is the possibility to add/modify/remove points on the map. The POI feature could be a good starting point, considering that i'll need to add a set of attribute

[pmapper-users] $_SESSION['JSON_Results'] in v2.1.2

2006-11-14 Thread SeUr2000
I all, thi is the array $_SESSION['JSON_Results'] in query.php = [ [{"name": "FEATURE", "description": "CAMPO", "header": ["@","CAMPO"], "values": [ [{"shplink": ["FEATURE","4226"," 2460422.11615+4526640.80874+2460932.26552+4527191.2"]}, {"hyperlink"

Re: [pmapper-users] points of interest and PEAR

2006-11-14 Thread Armin Burger
> Hello everybody, i was trying to understand if the pmapper is suitable for > my work. One of the most important feature i have to implements is the > possibility to add/modify/remove points on the map. The POI feature could > be > a good starting point, considering that i'll need to add a set of

Re: [pmapper-users] p.mapper 3 problem

2006-11-14 Thread Armin Burger
oops, that escaped me, it was from a short test. Just comment out line 44 in map.php $this->setTransp(); I'll upload a modified version. Thanks for the hint armin Original-Nachricht Datum: Tue, 14 Nov 2006 15:13:56 +0100 Von: "listserver server" <[EMAIL PROTECTED]> An: pmap

[pmapper-users] Layer ON or OFF (?)

2006-11-14 Thread Kai Behncke
Der p.mapper -List, I´m writing an article for the German newspaper "GIS BUSINESS" about Open Source web-clients and I want to mention also "p.mapper". For that I try to make some nice screenshots of an own apllication. But there is still one problem with the layers. I have three in my applicati

Re: [pmapper-users] Layer ON or OFF (?)

2006-11-14 Thread Armin Burger
p.mapper supports the definition of thematic categories, thus allowing to group layers in the table of contents together (see description of INI parameter useCategories). If categories are used, all layers/groups have to be referenced in the $categories array in /config/php_config.php. The nami

[pmapper-users] Pmapper3 and save/print problem

2006-11-14 Thread listserver server
*While in the previous versions of pmapper print and save buttons work in pmapper 3 beta1 i recieve this errors: Fatal error*: [MapServer Error]: msImageLoadGD(): (/ms4w/apps/pmapper/config/demo/../images/reference.png) in *C:\ms4w\apps\pmapper\incphp\print\print.php* on line *73 this is the cod

[pmapper-users] Pmapper3 and save/print problem

2006-11-14 Thread listserver server
I've Found my problem. reference map was missing in map file. If you got an error like msImageLoadGD(): ((null)) probaly you are to busy programming in PHP/Mapscrit and forgot to use REFERENCE on the .map file :) Sorry for my messages!