Maps Interface

Hi team, happy new year!

Is it possible to have the map search show the summary data link instead of the directions and search fields?

Simple work around appreciated

Ben

If you switch to google maps then they can be manipulated in virtually any manner with some javascript and a google developer account. We’ve made many custom scripts for knack maps. Here maps (The default platform) does not play well with js. Feel free to find us on the web or the knack pro builder directory if you’d like us to help you set up a custom Google maps script. Justin - Automaton Solutions.

Hi Ben

Do you mean something like this?

If so, then it’s a small snippet of CSS code like the following using your view#

#kn-map-view_XXX.kn-google-map.maplibregl-map {
display: none !important;
}

Dean

1 Like

Cheers mate. Appreciate that will give that a try.