ThinkGeo.com    |     Documentation    |     Premium Support

Desktop Edition ZoomBar

Hi, I'd like to Add a zoom bar to the side of my map. Something that shows what level of zoom you are at and also you can drag the place holder up and down to change the zoom level you currently see. Is there something like this implimented? Or a sample to help guide me?



Gary,


 I would recommend the sample GetZoomLevel in the Code Community. wiki.thinkgeo.com/wiki/Map_Suite_De...tZoomLevel


I this sample, you will see how to get the current zoom level you are at and it also allows you to get the map zoomed in to the desired scale. For this you enter the scale in the textbox and press Enter. You can see that from there you extend this sample to have a place holder. You can use the GIS principle demonstrated in the sample to apply them with a place holder which is general programming. If you are still in doubt, let us know. Thank you.