Permalink
Please sign in to comment.
Browse files
Fixes in the poms; added LGD Sparqlify Mapping
Repo not building yet
- Loading branch information...
Showing
with
819 additions
and 371 deletions.
- +8 −0 config.properties
- +19 −371 linkedgeodata-core/pom.xml
- +682 −0 linkedgeodata-core/src/main/resources/LinkedGeoData-Triplify-IndividualViews.sparqlify
- +110 −0 pom.xml
| @@ -0,0 +1,8 @@ | ||
| +# Currently only postgres is supported | ||
| +database.driverClass=org.postgresql.Driver | ||
| + | ||
| +# Format: jdbc:postgresql://{hostname}/{dbame} | ||
| +database.jdbcUrl=jdbc:postgresql://localhost/osm | ||
| +database.username=postgres | ||
| +database.password=postgres | ||
| + |
Oops, something went wrong.
0 comments on commit
bf836a4