VCityTeam / UD_ReAgent_ABM

Agent Based Simulation framework for Urban Data Services and Vizualisation
1 stars 3 forks source link

GAMA 1.9 Compatibility #30

Closed agrignard closed 1 year ago

agrignard commented 1 year ago

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 opening http://localhost:8000/debug.html:

Screenshot 2023-02-23 at 14 34 28
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
hqnghi88 commented 1 year ago

https://github.com/VCityTeam/UD_ReAgent_ABM/pull/31#partial-pull-merging

agrignard commented 1 year ago

Working with the last GAMA release Alpha Version 1.9.0 (3508b348)