Re: [pmapper-users] coordinates plugin

2010-03-26 Thread Medve Zsolt
Oh i see, sorry, my mistake It works now But i have an other question:) *This is the x_dempont.php:* /getLayerByName('sde'); if (!isset($_SESSION['pluginsConfig']['dempont'])) { pm_logDebug(0, "P.MAPPER-ERROR: Configuration under '' is missing. Check your config.xml file."); return fa

Re: [pmapper-users] coordinates plugin

2010-03-26 Thread Thomas Raffin
Hi, I agree with you and think this wiki page is the old documentation. Maybe this on could help you : http://svn.pmapper.net/trac/wiki/PluginsMap#Coordinatestranslation Medve Zsolt a écrit : > Hy! > I need some help with the plugin. > This is the readme file for coordinates plugin: > > /Enable

[pmapper-users] coordinates plugin

2010-03-26 Thread Medve Zsolt
Hy! I need some help with the plugin. This is the readme file for coordinates plugin: /Enable the plugin by adding a line in config_default.xml file below the tag coordinates In the same file define the projections you would like to display under the tag with an entry like the following:

Re: [pmapper-users] Hyperlink Using Different Field

2010-03-26 Thread Siki Zoltan
Hi, You must define the hiperlink field(s) int your map file in the metadata section. For example: LAYER METADATA "RESULT_HYPERLINK" "your_column" ... END ... END And you must add some javascript code to the custom.js file (config/default dir

[pmapper-users] Hyperlink Using Different Field

2010-03-26 Thread Gunawan Wisnu
Hi.., I would like to ask some question about hyperlink, I think someone ever asked some years ago, I wonder if now he got the answer. I have a postgis table with two fields: id , name, where id is unique. In the query result - when I click on the feature, I want a hyperlink in field 'name' but