The network tabs shows that font-awesome is loaded correctly, but mapstore keeps on telling: The font family font-awesome is not correctly loaded. Some elements (like symbols in markers) can have rendering problems
as I do need the search functionality in my embeded map I've changed it to
{% extends 'geonode-mapstore-client/_geonode_config.html' %}
{% block override_local_config %}
<script>
window.__GEONODE_CONFIG__.overrideLocalConfig = function(localConfig) {
localConfig.plugins.map_embed.push({ "name": "Search" });
return localConfig;
};
</script>
{% endblock %}--
You received this message because you are subscribed to the Google Groups "mapstore-developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email to mapstore-develo...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/mapstore-developers/f8968ed7-34a2-46b7-9b0f-16398816b7f4n%40googlegroups.com.
Regards,
Stefano Bovio
==
GeoServer Professional Services from the experts!
Visit http://bit.ly/gs-services-us for more information.
==
Stefano Bovio
Frontend Software Engineer
GeoSolutions Group
phone: +39 0584 962313
fax: +39 0584 1660272
mob: +39 333 8128928
https://www.geosolutionsgroup.com/
http://twitter.com/geosolutions_it
-------------------------------------------------------