Welcome to Knowage Q&A, where you can ask questions and receive answers from other members of the community.
0 votes
1 view

I can't use "Location Intelligence" in Knowage 7.1.0 Docker. When I try to create a Geo-referenced Analysis, a screen with code opens. 

https://www.knowage-suite.com/qa/5083/geo-referenced-analysis

When I try to insert a "Map" inside the cockpit, it appears, but I can't do anything, nor see the options.
Could someone help me understand what is happening?

Environment Docker versão 7.1.0
in Location Intelligence by (1.1k points)

1 Answer

0 votes

To correct this problem, it was necessary to change the server.xml file and include the address used in the browser in the variable "host_url".

<!--   Environment name="host_url" type="java.lang.String" value="http://localhost:8080"/  -->
Change to:
       <Environment name="host_url" type="java.lang.String" value="http://my.adress.external:5001"/>

Thanks for all...

by (1.1k points)
...