52North / GEO-label-java

A Java implementation of the GEO label, including client and server module and a standalone generator for GEO labels.
http://geolabel.info/
Apache License 2.0
4 stars 7 forks source link

Support number formatting #58

Open nuest opened 9 years ago

nuest commented 9 years ago

Right now, the number formats that are supported are integer %d and float/double %f. We are using the php stringf notation (http://php.net/sprintf) for compatibility with the PHP server.

Check if the formating actually differs!

If it differs, extend classes in FacetTransformationDescription.java to allow defniiton of the fraction size, e.g. %.2f