Skip to content

Latest commit

 

History

History
55 lines (39 loc) · 2.36 KB

README.md

File metadata and controls

55 lines (39 loc) · 2.36 KB

smart-owc-geojson

===================

OGC OWS Context GeoJSON Encoding Standard 1.0 (14-055r2) for Play Framework 2.5.x

The OGC OWS Context GeoJSON Encoding Standard was finalised and published 2017-04-06.

https://portal.opengeospatial.org/files/?artifact_id=68826

The current implementation (from November 2016) relied on preliminary GeoJson results from Atom encoding mappings from OWS-10 TestBed working groups during the last years, before an official OWC GeoJson encoding was standardised. We are currently not supporting the ATOM encoding.

Build

Build Status Issues Bintray

License OpenHUB

Builds Feed

Site Docs

Release on Bintray for resolving in Backend and CSW-Ingester

  // in build.sbt (important, might not be considered when in plugins.sbt)
  resolvers += Resolver.bintrayIvyRepo("allixender", "ivy2")
  • If sbt-release complains about not tracked upstream:
git checkout dev || git checkout -b dev
git reset --hard origin/dev
git branch --set-upstream-to=origin/dev dev
git pull