i'm using P.mapper 1.0.8 with a PostGis GeoDB. when i click on a feature i can read the data and clicking on the lens the zoom goes to the feature
when i search using the bottom bar i can read the data on the popup window but when i click on the lens the map is white and it's impossible to see the map using the back button and the home button (the only solution is close the browser and reopen) you can try yourself using my testing web server at address http://150.217.73.242/sinkholes/intro.html search by "Comune" and input "fiesole" (without "") thank you for the help and sorry for my poor english Luca -------------- parte successiva -------------- Un allegato HTML ? stato rimosso... URL: http://www.faunalia.com/pipermail/pmapper-users/attachments/20050926/95327405/attachment.htm From [EMAIL PROTECTED] Mon Sep 26 09:58:21 2005 From: [EMAIL PROTECTED] (Alessandro Pasotti) Date: Mon Sep 26 09:58:58 2005 Subject: [Pmapper-users] postgis In-Reply-To: <[EMAIL PROTECTED]> References: <[EMAIL PROTECTED]> Message-ID: <[EMAIL PROTECTED]> Il 08:29, luned? 26 settembre 2005, Luca Innocenti ha scritto: > i'm using P.mapper 1.0.8 with a PostGis GeoDB. > > when i click on a feature i can read the data and clicking on the lens the > zoom goes to the feature > > when i search using the bottom bar i can read the data on the popup window > but when i click on the lens the map is white and it's impossible to see > the map using the back button and the home button (the only solution is > close the browser and reopen) > > you can try yourself using my testing web server at address > http://150.217.73.242/sinkholes/intro.html search by "Comune" and input > "fiesole" (without "") Checking apache logs may help... BTW try adding this check around line 520 in map.php if($_SESSION["resulttilelayers"][$reslayer]){ $this->pmap_addResultLayer($reslayer, $shpindexes); } I remember having a similar problem with postgis layers, the session var for tilelayers was empty, of course this will disable highlight for that feature. Hope it helps. -- Alessandro Pasotti ICQ# 245871392 Linux User #167502
