How to change what shows in map view

I am using an image as a map. It works fine - places pins where needed. I do want to change what information shows at the bottom - i cannot figure out where to do this:

I dont want the Lat and Long to show. Showing Lat and long in this scenario is not useful. I want the ID and the status to show here.

0 6 1,052
  • UX
6 REPLIES 6

Please check first system generated Ref views from that table. If it’s not there, create your own Ref view.

You cannot avoid this. AppSheet is automatically showing the LatLong in the first row of the Deck view.
One workaround:
Set a FormatRule for the LatLong Column and set the Color to transparent with #FFF0 and the text size to 0.2

2X_4_40d028b1a0aa360b0510ac08d888d001db8f1040.png

Please consider also this:

Sorry for the late response - thank you

Another work around:

  • Create a slice to use for your map
  • Create a deck view of that slice
    • This deck view will be shown under the map when someone taps a pin.
    • By customizing this deck view, you can change what’s shown

Hi @MultiTech_Visions are you able to hide also the XY with your workaround?
I mean this line:

3X_0_6_0686f2d615fa828c8b89d0d5abc1fd8323e88499.png

Ah… negative. That is not actually a part of that deck view.

Your workaround is a good one; I would only add that if you need to see the latlong somewhere else, maybe add a

context(“ViewType”) <> “Map”

condition on your formatting rule.

Nice catch @Fabian

Top Labels in this Space