On 08/07/2008 15:03, Lara Perez wrote:
> Hi, Thomas:
> 
> Thanks for your reply.
> After all, I've realized I haven't got the jquery-latest.pack downloaded.
> By the moment, it works, but in the error log still appears the "plugin 
> transparency" dont founded. ¿Can you tell me in wich of all the archives is 
> it defined? I didn't found it.
> Also, when I get the result opf the searh, it is highlighted in cyan, but I 
> rather prefer it in red. ¿Where do I make the changes? Not in config.ini  
> 
> ; Highlight color for identify/search zoom in
> ; RGB values, separated with commas
> ;---------------------------------------------
> highlightColor = 255, 0, 0
> 
> Because it doesn't works.


that's from the config_default.ini file from p.mapper:

; Highlight color for identify/search zoom in
; RGB values, separated with commas
;---------------------------------------------
highlightColor = 0, 255, 255

; Map file template used for highlighting query results
; use relative path towards /config/
; if not specified then default highlighting
; is used applying values from highlightColor
;------------------------------------------------------
hlMapFile = common/highlight.map


so you can either use the simple highlighting (highlightColor) or 
provide all settings in the template map file where you can specify for 
points, lines and polygons how they should be highlighted (e.g. using 
transparency etc).


NOTE: in the current development version this changed to
   tplMapFile = common/template.map
since the map files is used also for other purposes than just highlighting.

armin

-------------------------------------------------------------------------
Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW!
Studies have shown that voting for your favorite open source project,
along with a healthy diet, reduces your potential for chronic lameness
and boredom. Vote Now at http://www.sourceforge.net/community/cca08
_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to