cancel
Showing results for 
Search instead for 
Did you mean: 

Sending URL command to change the zoom !!!!

Former Member
0 Kudos

Hi all.

I´m working with Bex Maps in a Web environment and when running an application i have one map in a certain length.

I don´t know if possible but i need to change the length of this map via zoom before the building of the screen.

Maybe a URL can do this but I don´t know how.

Any suggestion will be appreciated

Regards

Eduardo Silberberg

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

this is not a command relaeased to customers, but you can do this nevertheless.

Just use in your Web application the geofunctiontoolbar and zoom to the correct value. This will result in a command string (you can see this in your url) which looks like cmd=GEO_ZOOM_TO_RECT&BOTTOM=....

Just add this command String as CommandSequence to your Web Application

Remember to use cmd_1=GEO_ZOOM_TO_RECT and remember to escape all & with %26 and =with %3d within the command sequence.

Heike

Former Member
0 Kudos

Hi, Heike.

Thanks for your answer.

Can i send this command imediately after the selection screen ?

I don´t want the tool to generate the initial screen.

Regards

Eduardo Silberberg

Former Member
0 Kudos

Hi,

use the following command Url:

&CMD=LDOC&TEMPLATE_ID=ABC&CMD_1=CMD%3dGEO_ZOOM_TO_RECT%26BOTTOM%3d123%26ITEM%3dMAP_1%26LEFT%3d124-%26RIGHT%3d669698-%26TOP%3d590305%26RECTTOP%3d204%26RECTLEFT%3d211%26RECTBOTTOM%3d311%26RECTRIGHT%3d358

(Replace the values for item, buttom, left, top, right, recctop, rectleft.... with your own values)

Heike

Former Member
0 Kudos

Thanks, Heike.

It works. (awarded points)

Regards

Eduardo Silberberg

Former Member
0 Kudos

Hey,

I am facing actually the same issue. To append the URL does not work. I have no clue why. If I perform a zooming action, nothing is appended to my URL.

Any suggestions?

Regards

Marcus

Answers (0)