Has anyone managed to print the dynamic layers after rotating the map?
for example draw the red line of the measure tool if the map image is
rotated this layer no longer appears
anyone know how to print the dynamic layers

To rotate the image I am using these lines in the print file

  if ($ _SESSION ['rot']> 0) {
             $ this-> map-> setRotation ($ _ SESSION ['rot']);

         }

before the line

$ this-> drawImages ($ printType, $ imgDPI, $ imgFormat, $ prefmap);


Texto original en español
¿alguien a logrado imprimir las capas dinamicas despues de rotar el mapa?
por ejemplo dibujar la linea roja de la herramienta measure si se rota la
imagen del mapa esta capa ya no aparece
alguien sabe como hacer para poder imprimir las capas dinamicas
para rotar la imagen estoy usando estas lineas en el archivo print

if ($ _SESSION ['rot']> 0) {
             $ this-> map-> setRotation ($ _ SESSION ['rot']);

         }

antes de la linea

$ this-> drawImages ($ printType, $ imgDPI, $ imgFormat, $ prefmap);


-- 
José Mercedes Venegas Acevedo
cel Mov RPC 964185205

_______________________________________________
pmapper-users mailing list
pmapper-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pmapper-users

Reply via email to