question

Patryk avatar image
0 Likes"
Patryk asked Phil BoBo edited

How to hide points on a gis

Is it possible to hide and unhide points on the GIS map? I tried switch_hideshape and reduced the point's size.

1666012764185.png


FlexSim 22.2.2
gishide and unhide objects
1666012764185.png (102.3 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

1 Answer

·
Phil BoBo avatar image
0 Likes"
Phil BoBo answered Phil BoBo edited

Clear the Draw Point checkbox on the Point's properties panel:

gis-draw-point.gif

To make it easier to select multiple points, you may want to also clear the Edit Mode button on the Map properties panel:

1666016472348.png

You can also programmatically change the DrawPoint property:

Object point = Model.find("GISNavigator/Point1");
point.setProperty("DrawPoint", 0);

1666016472348.png (178.4 KiB)
gis-draw-point.gif (410.3 KiB)
5 |100000

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 12 attachments (including images) can be used with a maximum of 23.8 MiB each and 47.7 MiB total.