You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is fine but the location of search bar overalap with layer button at left top corner. Anyone can help to solve it that put the search bar to right top corner. Thank you.
The text was updated successfully, but these errors were encountered:
I try to embed a map and enable the "search" plugin by adding the script to _geonode_config.html
{% extends 'geonode-mapstore-client/_geonode_config.html' %}
<script> window.__GEONODE_CONFIG__.overrideLocalConfig = function(localConfig, _) { { localconfig.plugins.map_embed.push({ "name": "search" }); return localConfig; }; </script>{% block override_local_config %}
{% endblock %}
It is fine but the location of search bar overalap with layer button at left top corner. Anyone can help to solve it that put the search bar to right top corner. Thank you.
The text was updated successfully, but these errors were encountered: