Skip to content

Commit

Permalink
bump atlas version (osmlab#400)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bentleysb authored Oct 23, 2020
1 parent 8a91eb3 commit 64a634e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project.ext.versions = [
checkstyle: '8.18',
jacoco: '0.8.3',
atlas: '6.3.0',
atlas: '6.3.2',
commons:'2.6',
atlas_generator: '5.1.6',
atlas_checkstyle: '5.6.9',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,10 @@ public void testOpenPolygon()
this.verifier.verify(flag ->
{
final List<Location> openLocations = new ArrayList<>();
openLocations.add(Location.forString(InvalidMultiPolygonRelationCheckTestRule.ONE));
openLocations.add(Location.forString(InvalidMultiPolygonRelationCheckTestRule.TWO));
openLocations.add(Location.forString(InvalidMultiPolygonRelationCheckTestRule.THREE));
openLocations.add(Location.forString(InvalidMultiPolygonRelationCheckTestRule.ONE));
openLocations.add(Location.forString(InvalidMultiPolygonRelationCheckTestRule.TWO));
final Relation relation = this.setup.getAtlas().relation(Long.valueOf(
InvalidMultiPolygonRelationCheckTestRule.RELATION_ID_OPEN_MULTIPOLYGON));
final Set<Long> memberIds = relation.members().stream()
Expand All @@ -192,6 +194,8 @@ public void testOpenRelation()
InvalidMultiPolygonRelationCheck.CLOSED_LOOP_INSTRUCTION_FORMAT_INDEX,
39569L, Stream.of(39766L, 39565L).collect(Collectors.toSet()),
Arrays.asList(Location.forWkt("POINT (103.9145902 1.4119302)"),
Location.forWkt("POINT (103.9462109 1.4263886)"),
Location.forWkt("POINT (103.9462109 1.4263886)"),
Location.forWkt("POINT (103.9256395 1.4483904)")))));
}

Expand Down

0 comments on commit 64a634e

Please sign in to comment.