diff --git a/pom.xml b/pom.xml index a0afaad17..6dff34ba9 100644 --- a/pom.xml +++ b/pom.xml @@ -378,18 +378,6 @@ test - - org.neo4j.spatial - osm-test-data - ${spatial.test.osm.version} - test - - - org.neo4j.spatial - shp-test-data - ${spatial.test.shp.version} - test - org.geotools gt-main diff --git a/shp/sweden_administrative.dbf b/shp/sweden_administrative.dbf new file mode 100644 index 000000000..ef48763d8 Binary files /dev/null and b/shp/sweden_administrative.dbf differ diff --git a/shp/sweden_administrative.fix b/shp/sweden_administrative.fix new file mode 100644 index 000000000..91fa08d02 Binary files /dev/null and b/shp/sweden_administrative.fix differ diff --git a/shp/sweden_administrative.prj b/shp/sweden_administrative.prj new file mode 100644 index 000000000..379ef7c8b --- /dev/null +++ b/shp/sweden_administrative.prj @@ -0,0 +1 @@ +GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],TOWGS84[0,0,0,0,0,0,0],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] \ No newline at end of file diff --git a/shp/sweden_administrative.qix b/shp/sweden_administrative.qix new file mode 100644 index 000000000..8bd1d32ed Binary files /dev/null and b/shp/sweden_administrative.qix differ diff --git a/shp/sweden_administrative.shp b/shp/sweden_administrative.shp new file mode 100644 index 000000000..06f113665 Binary files /dev/null and b/shp/sweden_administrative.shp differ diff --git a/shp/sweden_administrative.shx b/shp/sweden_administrative.shx new file mode 100644 index 000000000..2108c0a35 Binary files /dev/null and b/shp/sweden_administrative.shx differ diff --git a/shp/sweden_coastline.dbf b/shp/sweden_coastline.dbf new file mode 100644 index 000000000..7f6005737 Binary files /dev/null and b/shp/sweden_coastline.dbf differ diff --git a/shp/sweden_coastline.prj b/shp/sweden_coastline.prj new file mode 100644 index 000000000..379ef7c8b --- /dev/null +++ b/shp/sweden_coastline.prj @@ -0,0 +1 @@ +GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],TOWGS84[0,0,0,0,0,0,0],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] \ No newline at end of file diff --git a/shp/sweden_coastline.shp b/shp/sweden_coastline.shp new file mode 100644 index 000000000..f7776885a Binary files /dev/null and b/shp/sweden_coastline.shp differ diff --git a/shp/sweden_coastline.shx b/shp/sweden_coastline.shx new file mode 100644 index 000000000..7891bb853 Binary files /dev/null and b/shp/sweden_coastline.shx differ diff --git a/shp/sweden_natural.dbf b/shp/sweden_natural.dbf new file mode 100644 index 000000000..1ace82075 Binary files /dev/null and b/shp/sweden_natural.dbf differ diff --git a/shp/sweden_natural.prj b/shp/sweden_natural.prj new file mode 100644 index 000000000..379ef7c8b --- /dev/null +++ b/shp/sweden_natural.prj @@ -0,0 +1 @@ +GEOGCS["WGS 84",DATUM["WGS_1984",SPHEROID["WGS 84",6378137,298.257223563,AUTHORITY["EPSG","7030"]],TOWGS84[0,0,0,0,0,0,0],AUTHORITY["EPSG","6326"]],PRIMEM["Greenwich",0,AUTHORITY["EPSG","8901"]],UNIT["degree",0.01745329251994328,AUTHORITY["EPSG","9122"]],AUTHORITY["EPSG","4326"]] \ No newline at end of file diff --git a/shp/sweden_natural.shp b/shp/sweden_natural.shp new file mode 100644 index 000000000..e69de29bb diff --git a/src/test/java/org/neo4j/gis/spatial/TestSpatial.java b/src/test/java/org/neo4j/gis/spatial/TestSpatial.java index 92edfdbd1..9d961056a 100644 --- a/src/test/java/org/neo4j/gis/spatial/TestSpatial.java +++ b/src/test/java/org/neo4j/gis/spatial/TestSpatial.java @@ -77,8 +77,8 @@ */ public class TestSpatial extends Neo4jTestCase { - private final String SHP_DIR = "target/shp"; - private final String OSM_DIR = "target/osm"; + private final String SHP_DIR = "shp"; + private final String OSM_DIR = "osm"; private final ArrayList layers = new ArrayList(); private final HashMap layerTestEnvelope = new HashMap();