mapjfx-1.2.1 released with mapjfx-demo-1.2.1

I released version 1.2.1 of the mapjfx project to maven central. It can be found at

  <dependency>
    <groupId>com.sothawo</groupId>
    <artifactId>mapjfx</artifactId>
    <version>1.2.1</version>
  </dependency>

The source is available at GitHub.

The demo program that showcases the possibilities is available at GitHub as well.

Changes since 1.1.1:

  • set the map’s extent, so that a collection of coordinates is visible
  • API modifications for fluent interface
  • possibility to switch between map types
  • added MapType enum and property

Comments and contributions are welcome!