Hi there! It seems that analyst-server generates invalid Vex server URL using comma as decimal separator.
Eg. <Java Vex server URL>/55,216085,36,863795,56,005610,37,938936.pbf
Valid url would be <Java Vex server URL>/55.216085,36.863795,56.005610,37.938936.pbf
I'm using analyst-server 7caf1a01219722a82b4ded0638774b475e7f389d, with russian locale.
Btw, I'm able to solve this starting server like this:
java -Duser.country=GB -Duser.language=en -Xmx2G -jar target/analyst-server.jar
Hi there! It seems that analyst-server generates invalid Vex server URL using comma as decimal separator.
Eg.
<Java Vex server URL>/55,216085,36,863795,56,005610,37,938936.pbf
Valid url would be<Java Vex server URL>/55.216085,36.863795,56.005610,37.938936.pbf
I'm using analyst-server 7caf1a01219722a82b4ded0638774b475e7f389d, with russian locale.
Btw, I'm able to solve this starting server like this:
java -Duser.country=GB -Duser.language=en -Xmx2G -jar target/analyst-server.jar