Skip to content

geobeyond/fluxomajic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fluxomajic

Fluxomajic is a GeoServer plugin developed as a new pluggable SLD geometry transformation that renders the state of flows related to linestring and their associated information (i.e.: traffic state). It takes the following input parameters:

  • Linestring collection
  • Offset
  • Width
  • Drive side
  • Number of quadrants
  • ENDCAP style
  • JOIN style

The output is a new polygonal geometry that follows the shape of the source linestrings directly in your WMS request:

fluxomajic shaped traffic layer

How to build

  • Make sure each dependency in the POM is aligned with the Geotools version used in your GeoServer. As an example version 9.0 for GeoServer 2.3:
	<dependency>
		<groupId>org.geotools</groupId>
		<artifactId>gt-xxx</artifactId>
		<version>9.0</version>
	</dependency>
  • Use Maven to build
	mvn clean install

Credits

The module has been funded by SISTeMA ITS. Major credits go to Michaël Michaud and his development of OpenJUMP offset curve plugin that has been ported to this module.