1 |
=============================================== |
2 |
Additionally necessary libs (besides Geotools) |
3 |
because no longer included in Geotools |
4 |
=============================================== |
5 |
|
6 |
when using gt2.4.2 |
7 |
------------------ |
8 |
gt2-arcgrid-2.3.0-M0.jar |
9 |
commons-io-1.4.jar |
10 |
junit-4.4.jar |
11 |
|
12 |
|
13 |
when using gt2.4.4 |
14 |
------------------ |
15 |
gt2-arcgrid-2.3.0-M0.jar |
16 |
junit-4.4.jar |
17 |
gt2-render-2.4.2.jar # using this jar instead of the 2.4.4 version resolves the bug that |
18 |
# the PointSymbolizer does not render point layers from inside a |
19 |
# JAR properly |
20 |
|
21 |
when using gt2.4.5 |
22 |
------------------ |
23 |
gt2-arcgrid-2.3.0-M0.jar |
24 |
junit-4.4.jar |
25 |
|
26 |
|
27 |
The older arcgrid has to be included below the 2.4.4 arcgrid! This dependency is a TODO and should be removed |
28 |
|