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
Hi, i was testing the project to load a local topojson of another country, anoter points ot stations and local meteorology data.
This is what a did:
i truncated and inserted local stations data, stations with local geom x,y,
i truncated and inserted local meteo data at samples referencing station id,
i changed the public/data/tokyo-topo.json with my own tokyo-topo.json (same name, different geometry)
but i got this error:
nodejs server.js 8080 postgres://postgres:postgres@localhost/air
============================================================
2016-09-27T21:38:52.052Z - Starting
2016-09-27T21:38:52.226Z - info: Listening on port 8080...
module.js:485
throw err;
^
SyntaxError: /opt/air/station-data.json: Unexpected number
at Object.parse (native)
at Object.Module._extensions..json (module.js:482:27)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Module.require (module.js:364:17)
at require (module.js:380:17)
at Object.<anonymous> (/opt/air/server.js:21:20)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
Hi, i was testing the project to load a local topojson of another country, anoter points ot stations and local meteorology data.
This is what a did:
but i got this error:
my /opt/air/station-data.json:
topojson:
https://github.com/vlasvlasvlas/topojsons/blob/master/map-argentina.topojson
what could this be?
The text was updated successfully, but these errors were encountered: