wsharba / opendatakit

Automatically exported from code.google.com/p/opendatakit
0 stars 1 forks source link

ODK Aggregate is not forcing en_US locale when rendering Map data #1114

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Configure Tomcat with a locale that uses commas for decimal points within 
numeric data.
2. Upload geopoint data.
3. Attempt to Visualize on a Map

What is the expected output? What do you see instead?

Nothing displays. The map coordinates are emitted with commas, but the Map 
routines require periods. This causes the routine to fail while parsing the 
coordinates, and nothing is displayed.

Original issue reported on code.google.com by mitchellsundt@gmail.com on 26 Feb 2015 at 7:14