I am running the demo with the latest relaese of GAMA_1.9
However Iget the following error in the JavaScript console when launching npm run debug and opening http://localhost:8000/debug.html:
Uncaught (in promise) SyntaxError: Unexpected token 'W', "Wrong exp_"... is not valid JSON
at JSON.parse (<anonymous>)
at FileSource.parse [as parser] (GeoJsonParser.js:273:1)
at FileSource.onLayerAdded (FileSource.js:219:1)
at Layer.js:188:1
The boostrap.js has been changed accoding ot the work made with @hqnghi88 in this commit https://github.com/VCityTeam/UD_ReAgent_ABM/commit/20358f163e0de176c06b9bcad13b86da95ff6860
I am running the demo with the latest relaese of GAMA_1.9
However Iget the following error in the JavaScript console when launching
npm run debug
and openinghttp://localhost:8000/debug.html
: