Skip to content

CalebM1987/koop-provider-open-brewery

Repository files navigation

Koop Provider for the Open Brewery DB API

Sample Application from my Serving up your data with Koop.js presentation at the MN GIS LIS Fall 2024 Conference.

This project demonstrates how to create a Koop.js Provider Plugin for the Open Brewery DB API

Installation

npm:

npm i koop-provider-open-brewery

yarn:

yarn add koop-provider-open-brewery

Local development:

npm i
npm run build
cd example-app
koop serve

# or 
# npm run start:dev

example viewer app:

https://localhost:6443/static/

example urls

URL Schema: https://localhost:6443/koop-provider-open-brewery/bolton-menk/breweries/FeatureServer/0

Layer Definition: https://localhost:6443/koop-provider-open-brewery/rest/services/breweries/FeatureServer/0

Query Url https://localhost:6443/koop-provider-open-brewery/rest/services/breweries/FeatureServer/0/query?f=json&maxRecordCountFactor=4&resultOffset=0&resultRecordCount=20&where=1%3D1&orderByFields=id&outFields=*&outSR=102100

View in Map: https://localhost:6443/static/viewer?id=

About

Koop.js provider plugin for the Open Brewery API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors