Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Geonovum-labs
Copyright (c) 2025 Geonovum

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# Geonovum OGC Checker
# @geonovum/ogc-checker

This repository contains a checker (validation & linting) for [OGC API Standards](https://ogcapi.ogc.org/) and [OGC Features and Geometries JSON (JSON-FG): Part 1 Core](https://docs.ogc.org/DRAFTS/21-045.html).
Geonovum-specifieke implementatie van de OGC Checker met JSON-FG en OGC API specificaties.

URL: https://geonovum.github.io/ogc-checker/
## Build

Voer `npm run build` uit om zowel de webapp (`docs/`) als de CLI bundle (`dist/index.js`) te genereren.
Alleen de bundle nodig? Gebruik `npm run build:rulesets`.

## JSON-FG

Expand Down

Large diffs are not rendered by default.

330 changes: 330 additions & 0 deletions docs/assets/index-BPys7rRE.js

Large diffs are not rendered by default.

325 changes: 0 additions & 325 deletions docs/assets/index-DjrtZ8Sk.js

This file was deleted.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Geonovum OGC Checker</title>
<script type="module" crossorigin src="/ogc-checker/assets/index-DjrtZ8Sk.js"></script>
<link rel="stylesheet" crossorigin href="/ogc-checker/assets/index-QC68z_cy.css">
<script type="module" crossorigin src="/ogc-checker/assets/index-BPys7rRE.js"></script>
<link rel="stylesheet" crossorigin href="/ogc-checker/assets/index-24Gm5tW5.css">
</head>
<body>
<div id="root"></div>
Expand Down
Loading