@jchildress Yes Energy looks nice. It looks like a pre-rendered map with a vector layer as overlay. 10.000 vector points (JavaFX nodes) is not a big problem. 10.000 polygons might be (you need to simplify, clip and cache them, as described here:
https://www.mapbox.com/blog/introducing-geojson-vt/)