Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
giscience
big-data
ohsome
libs
ohsome-filter
Commits
d463dab3
Verified
Commit
d463dab3
authored
Mar 31, 2020
by
Martin Raifer
Browse files
mark 1.1.0 release
parent
85094516
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
d463dab3
1.1.0
-----
Adds support for geometry type filters (
`geometry:…`
).
1.
0.0
-----
First release.
Supports filters for tags (key=value, key!=value, key=
*, key!=*
), OSM type (type), boolean operators (and, or, not) and parentheses.
Supports filters for tags (
`
key=value
`
,
`
key!=value
`
,
`
key=*
`
,
`
key!=*
`
), OSM type (
`
type
:…`
), boolean operators (
`
and
`
,
`
or
`
,
`
not
`
) and parentheses.
README.md
View file @
d463dab3
...
...
@@ -15,16 +15,13 @@ Add the module to your maven dependencies (`pom.xml`):
<dependency>
<groupId>
org.heigit.ohsome
</groupId>
<artifactId>
ohsome-filter
</artifactId>
<version>
1.1
-SNAPSHOT
</version>
<version>
1.1
.0
</version>
</dependency>
…
<repository>
<snapshots>
<enabled>
true
</enabled>
</snapshots>
<id>
heigit-snapshots
</id>
<name>
Heigit/GIScience repository (snapshots)
</name>
<url>
http://repo.heigit.org/artifactory/libs-snapshot-local
</url>
<id>
heigit
</id>
<name>
Heigit/GIScience repository
</name>
<url>
http://repo.heigit.org/artifactory/libs-release-local
</url>
</repository>
```
...
...
pom.xml
View file @
d463dab3
...
...
@@ -6,7 +6,7 @@
<groupId>
org.heigit.ohsome
</groupId>
<artifactId>
ohsome-filter
</artifactId>
<version>
1.1
-SNAPSHOT
</version>
<version>
1.1
.0
</version>
<description>
A flexible filtering library for OSM entities.
</description>
<packaging>
jar
</packaging>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment