GISFaces 1.4.0 has been released. New graphics supported for your custom graphics layers.

  • Add custom graphics layer support for polyline, polygon, circle, and text graphics.
  • The new graphic classes have options for geometry, fill color/image/opacity, outline color/opacity/width/style, and attributes.
  • See the com.gisfaces.model package for the new classes.
  • Add new event class com.gisfaces.event.MapGraphicViewEvent which is fired when features are viewed in the popup window.
  • To use the new event, register an "view" event in the component, just like the other supported events.
  • Rename the com.gisfaces.event.MapSelectEvent class to MapGraphicSelectEvent for consistency. MapGraphicUpdateEvent coming soon.
  • Add the number of LODS (levels of detail) to the com.gisfaces.model.Background enum.
  • Adjust to the lowest map LOD when the background changes, if necessary. This prevents a blank background from being displayed.
  • As always, the example maps have been updated and show all GISFaces functionality. Included is the new IP Geocode map.

If you have suggestions or feedback, please contact us. We would like to hear from you.

See the Examples page for code listings and live examples.