Skip to content

Commit

Permalink
fixing POM
Browse files Browse the repository at this point in the history
  • Loading branch information
Steven Leadbeater committed Dec 31, 2019
1 parent 7eea5eb commit 624e732
Show file tree
Hide file tree
Showing 15 changed files with 5 additions and 14 deletions.
12 changes: 0 additions & 12 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -378,18 +378,6 @@
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.neo4j.spatial</groupId>
<artifactId>osm-test-data</artifactId>
<version>${spatial.test.osm.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.neo4j.spatial</groupId>
<artifactId>shp-test-data</artifactId>
<version>${spatial.test.shp.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.geotools</groupId>
<artifactId>gt-main</artifactId>
Expand Down
Binary file added shp/sweden_administrative.dbf
Binary file not shown.
Binary file added shp/sweden_administrative.fix
Binary file not shown.
1 change: 1 addition & 0 deletions shp/sweden_administrative.prj
Original file line number Diff line number Diff line change
@@ -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"]]
Binary file added shp/sweden_administrative.qix
Binary file not shown.
Binary file added shp/sweden_administrative.shp
Binary file not shown.
Binary file added shp/sweden_administrative.shx
Binary file not shown.
Binary file added shp/sweden_coastline.dbf
Binary file not shown.
1 change: 1 addition & 0 deletions shp/sweden_coastline.prj
Original file line number Diff line number Diff line change
@@ -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"]]
Binary file added shp/sweden_coastline.shp
Binary file not shown.
Binary file added shp/sweden_coastline.shx
Binary file not shown.
Binary file added shp/sweden_natural.dbf
Binary file not shown.
1 change: 1 addition & 0 deletions shp/sweden_natural.prj
Original file line number Diff line number Diff line change
@@ -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"]]
Empty file added shp/sweden_natural.shp
Empty file.
4 changes: 2 additions & 2 deletions src/test/java/org/neo4j/gis/spatial/TestSpatial.java
Original file line number Diff line number Diff line change
Expand Up @@ -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<String> layers = new ArrayList<String>();
private final HashMap<String, Envelope> layerTestEnvelope = new HashMap<String, Envelope>();
Expand Down

0 comments on commit 624e732

Please sign in to comment.