Re: [pmapper-users] milestone for pmapper 5?

2013-01-09 Thread Armin Burger
no roadmap sort of thing. See also this posting some time ago:

http://sourceforge.net/mailarchive/message.php?msg_id=30189515




On 09/01/2013 21:44, Jose Mercedes Venegas Acevedo wrote:
> Good day to all
>
> sorry I only speak Spanish
> is there any roadmap for pmapper 5?
> I would like to migrate my current application pmapper 5
> regards
> I would like to collaborate with pmapper
> but my code is a monstrous spaghetti
> even so
> this is the application I made in pmapper
>
> http://www.youtube.com/watch?v=D8_7RDPMrdo
>
> apologize for removing the logos but it was necessary to let me implement it 
> at
> work.
>
> *
> Buen dia a todos
>
> disculpen solo hablo español
> hay alguna hoja de ruta para pmapper 5?
> quisiera migrar mi aplicación actual a pmapper 5
> saludos
> quisiera colaborar con pmapper
> pero mi codigo es un espagueti mostruoso
> aun asi
> esta es la aplicación que hice en pmapper
>
> http://www.youtube.com/watch?v=D8_7RDPMrdo
>
> disculpen por quitar los logos pero era necesario para que me dejaran
> implementarlo en el trabajo.
>

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] pmapper5

2013-01-09 Thread Armin Burger
The print part (and "download" was functionally placed under "print") is 
not complete. The PDF print might still be implemented once.

The download functionality will likely be removed from the core code and 
could be added as a plugin (if someone is going write this plugin...). 
It's anyway a bit of a confusing name and does only make sense if no 
layers like OSM or Google are involved.


On 09/01/2013 21:29, webmas...@corponarino.gov.co wrote:
> Cordial saludo,
> el archivo download.php contiene estas sentencias:
>
> require_once("incphp/group.php");
> require_once("incphp/pmsession.php");
> require_once("incphp/globals.php");
> require_once("incphp/common.php");
> require_once("incphp/map/map.php");
> require_once("incphp/print/print.php");
>
> Pero la version pmapper5 no tiene la carpeta incphp y por tanto se
> genera error al tratar de descargar el mapa como GeoTIFF en cual quier
> resolucion 150 DPI,200 DPI o 300 DPI.
>
> Alguien me puede ayudar
> Atenetamente
> German Mazuera
>
> --
> Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
> and much more. Keep your Java skills current with LearnJavaNow -
> 200+ hours of step-by-step video tutorials by Java experts.
> SALE $49.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122612
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Categories and sub-categories

2013-01-09 Thread Armin Burger
no, not possible.

On 09/01/2013 09:19, Serge Claudio Rafanoharana wrote:
> Dear Armin and All,
>
> Is it possible with pmapper 4 to have a second sub-categories? Something
> like:
> Cat1
> -sub-cat11
> --sub-sub-cat111
> --sub-sub-cat112
> -sub-cat12
> --sub-sub-cat121
> --sub-sub-cat122
> Cat2
> ...
>
> Like in pmapper 5, we have the domain.
>
> Cheers,
> Serge
> --
> Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
> and much more. Keep your Java skills current with LearnJavaNow -
> 200+ hours of step-by-step video tutorials by Java experts.
> SALE $49.99 this month only -- learn more at:
> http://p.sf.net/sfu/learnmore_122612
> ___
> pmapper-users mailing list
> pmapper-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pmapper-users
>

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


Re: [pmapper-users] Plugins in Pmapper5

2013-01-09 Thread Mouanis LAHLOU
Thank you Richard
I work fine


2013/1/4 Richard Camejo 

> Button coordinates
> Add button:
> Copy button image coordinates (coordinates_off.png) at .. /
> pmapper5/img/theme/default /
> Indicate CSS button to add, edit file .. / mapper5/css/pm.ol.css adding
> the following:
>
> / * Coordinates * /
> . olControlPanel. olControlItemActive {
> background-image: url (".. / img / theme / default / coordinates_off.png");
>  border: 1px inset;
>  background-color: # d5ddf3;
> }
> . olControlPanel. olControlItemInactive {
> background-image: url (".. / img / theme / default / coordinates_off.png");
> }
>
> In file .. / pmapper5/config/default/js_config.php in the "Toolbar
> Elements" section Pm.Toolbars add the following line to display the button:
>
> {type: 'PMCoordinates', params: {title: "See coordinates"}},
>
> Create file .. / pmapper5/js/src/Pm.Control.PMCoordinates.js to configure
> the button
> (attached this file)
> Edit file .. / pmapper5/index.phtml within  add:
>
>   
> 
> 
> 

[pmapper-users] pmapper5

2013-01-09 Thread webmaster
Cordial saludo,
el archivo download.php contiene estas sentencias:

require_once("incphp/group.php");
require_once("incphp/pmsession.php");
require_once("incphp/globals.php");
require_once("incphp/common.php");
require_once("incphp/map/map.php");
require_once("incphp/print/print.php");

Pero la version pmapper5 no tiene la carpeta incphp y por tanto se  
genera error al tratar de descargar el mapa como GeoTIFF en cual quier  
resolucion 150 DPI,200 DPI o 300 DPI.

Alguien me puede ayudar
Atenetamente
German Mazuera

--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] (no subject)

2013-01-09 Thread Fernando Martins Pimenta
Hi! 

I have problems with Query Editor!

The query editor is not search data of type string! (show no results)
Numeric data type query editor search correct.

My p.mapper version is 4.2 .

thanks.


 
Fernando 
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users


[pmapper-users] Categories and sub-categories

2013-01-09 Thread Serge Claudio Rafanoharana
Dear Armin and All,

Is it possible with pmapper 4 to have a second sub-categories? Something
like:
Cat1
-sub-cat11
--sub-sub-cat111
--sub-sub-cat112
-sub-cat12
--sub-sub-cat121
--sub-sub-cat122
Cat2
...

Like in pmapper 5, we have the domain.

Cheers,
Serge
--
Master Java SE, Java EE, Eclipse, Spring, Hibernate, JavaScript, jQuery
and much more. Keep your Java skills current with LearnJavaNow -
200+ hours of step-by-step video tutorials by Java experts.
SALE $49.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122612 
___
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users