planetiler/planetiler-core/src/main/java/com/onthegomap/planetiler
Erik Price ccf098115e
Move NumberFormat to thread-local variable (#387)
* Move NumberFormat to thread-local variable

The NumberFormat class isn't thread safe, and sharing one instance
across threads allowed for races which resulted in otherwise valid OSM
tags not being parsed correctly.

* Add supression for ThreadLocal use

* Use ThreadLocal for NumberFormat objects in `Format`

* Wrap `NumberFormat` instances rather than hashmap
2022-11-21 20:34:28 -05:00
..
collection
config Expose arguments via config (#363) 2022-10-04 19:57:59 -04:00
expression Expose arguments via config (#363) 2022-10-04 19:57:59 -04:00
geo
mbtiles
reader Fix NPE for `OsmReader#estimateMemoryUsageBytes()` (#389) 2022-11-21 15:13:29 -05:00
render
stats Expose arguments via config (#363) 2022-10-04 19:57:59 -04:00
util Move NumberFormat to thread-local variable (#387) 2022-11-21 20:34:28 -05:00
worker
FeatureCollector.java
FeatureMerge.java
ForwardingProfile.java
Planetiler.java Expose arguments via config (#363) 2022-10-04 19:57:59 -04:00
Profile.java
VectorTile.java