MapManDo
05-30-2007, 10:51 AM
Does anyone know of a good way to programmatically hide push pins that have been added to the map display?
I would like to "turn-off" my push pins once I zoom out to a certain level.
Wilfried
05-30-2007, 12:07 PM
Hi,
the most quick way is to just delete the dataset where the pushpins are in. After zoom in you have to add them again.
MapManDo
05-30-2007, 12:20 PM
The time to do this is way too slow. I might have several thousand fire hydrants in a single county.
MapPoint needs a simple "visible" option for push pins.
Wilfried
06-02-2007, 04:17 AM
Hi,
Deleting the dataset will go pretty fast, but to make them visible, if you have so mutch then you can use importData method. This will let you import 1000 pushpins in less than a second.
Another way is to reduce the number of pushpins to the visible area and also reduce or hide at large altitude.