conveyal / analyst-server

DEPRECATED; see https://github.com/conveyal/analysis-ui
MIT License
37 stars 6 forks source link

Invalid Vex server URL (commas instead of dots as decimal separator) #274

Open stepankuzmin opened 7 years ago

stepankuzmin commented 7 years ago

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