Re: [pmapper-users] Help configuration search with OGR connection and MySQL

2009-09-22 Thread Armin Burger
You defined your layer as a OGR dataset (Mapserver specific), not as XY Layer (specific only to p.mapper). If you want the latter then you need to follow the descriptions for it in the p.mapper docs. If you want to try the search on the OGR layer just define it as in the search.xml and see if

Re: [pmapper-users] Google Analytics

2009-09-22 Thread Armin Burger
On 22/09/2009 18:39, Paul Wickman wrote: > Has anybody tried to tie P.Mapper into Google Analytics, for site/ > usage tracking? It's easy enough to embed the necessary javascript > into map.phtml, but since this page is only loaded once when the map > is started up, it won't really help track

[pmapper-users] Help configuration search with OGR connection and MySQL

2009-09-22 Thread Homero Cavalcanti
Hi I have a application accessing a MySQL database using OGR and a "XY LAYER". I'm using MapServer 5.0.2 and p.mapper 3.2.0 The points are plotted correctly on de map. The IDENTIFY functionality is OK. But the SEARCH functionality don't work. Always return: "Records not found" I don't know what

[pmapper-users] Google Analytics

2009-09-22 Thread Paul Wickman
Has anybody tried to tie P.Mapper into Google Analytics, for site/ usage tracking? It's easy enough to embed the necessary javascript into map.phtml, but since this page is only loaded once when the map is started up, it won't really help track meaningful stats. Thanks, Paul Wickman North

[pmapper-users] FW: PrintMap

2009-09-22 Thread Kevin Edmundson
From: Kevin Edmundson Sent: Tuesday, September 22, 2009 9:16 AM To: 'Armin Burger' Subject: RE: [pmapper-users] PrintMap H...ok...but how is a user to see the map image? Maybe I need to explain more. It is not that the reference map is just printing, say in the upper left corner and is

Re: [pmapper-users] PrintMap

2009-09-22 Thread Armin Burger
> I am developing a plugin for printing a single feature on the map with a > zoomed image and a formatted list of fields to accompany. > > I started to look at how PrintMap worked (to html right now) and I see > that when I check the box to print the reference map, it prints over top > of the ent

[pmapper-users] PrintMap

2009-09-22 Thread Kevin Edmundson
I am developing a plugin for printing a single feature on the map with a zoomed image and a formatted list of fields to accompany. I started to look at how PrintMap worked (to html right now) and I see that when I check the box to print the reference map, it prints over top of the entire map im