@@ -369,7 +369,7 @@ <h1 class="title">OpenSPP GIS API</h1>
369369!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
370370!! source digest: sha256:0000000000000000000000000000000000000000000000000000000000000000
371371!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! -->
372- < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Alpha " src ="https://img.shields.io/badge/maturity-Alpha-red .png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/lgpl-3.0-standalone.html "> < img alt ="License: LGPL-3 " src ="https://img.shields.io/badge/license-LGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_api_v2_gis "> < img alt ="OpenSPP/OpenSPP2 " src ="https://img.shields.io/badge/github-OpenSPP%2FOpenSPP2-lightgray.png?logo=github " /> </ a > </ p >
372+ < p > < a class ="reference external image-reference " href ="https://odoo-community.org/page/development-status "> < img alt ="Beta " src ="https://img.shields.io/badge/maturity-Beta-yellow .png " /> </ a > < a class ="reference external image-reference " href ="http://www.gnu.org/licenses/lgpl-3.0-standalone.html "> < img alt ="License: LGPL-3 " src ="https://img.shields.io/badge/license-LGPL--3-blue.png " /> </ a > < a class ="reference external image-reference " href ="https://github.com/OpenSPP/OpenSPP2/tree/19.0/spp_api_v2_gis "> < img alt ="OpenSPP/OpenSPP2 " src ="https://img.shields.io/badge/github-OpenSPP%2FOpenSPP2-lightgray.png?logo=github " /> </ a > </ p >
373373< p > REST API for QGIS plugin integration, providing OGC API - Features
374374endpoints, spatial queries, and geofence management.</ p >
375375< div class ="section " id ="key-features ">
@@ -548,41 +548,48 @@ <h1>Dependencies</h1>
548548< li > < tt class ="docutils literal "> spp_gis_report</ tt > - Report configuration</ li >
549549< li > < tt class ="docutils literal "> spp_area</ tt > - Administrative area data</ li >
550550</ ul >
551- < div class ="admonition important ">
552- < p class ="first admonition-title "> Important</ p >
553- < p class ="last "> This is an alpha version, the data model and design can change at any time without warning.
554- Only for development or testing purpose, do not use in production.</ p >
555- </ div >
556551< p > < strong > Table of contents</ strong > </ p >
557552< div class ="contents local topic " id ="contents ">
558553< ul class ="simple ">
559554< li > < a class ="reference internal " href ="#changelog " id ="toc-entry-1 "> Changelog</ a > < ul >
560- < li > < a class ="reference internal " href ="#section-1 " id ="toc-entry-2 "> 19.0.2.0.0</ a > </ li >
555+ < li > < a class ="reference internal " href ="#section-1 " id ="toc-entry-2 "> 19.0.2.0.1</ a > </ li >
556+ < li > < a class ="reference internal " href ="#section-2 " id ="toc-entry-3 "> 19.0.2.0.0</ a > </ li >
561557</ ul >
562558</ li >
563- < li > < a class ="reference internal " href ="#bug-tracker " id ="toc-entry-3 "> Bug Tracker</ a > </ li >
564- < li > < a class ="reference internal " href ="#credits " id ="toc-entry-4 "> Credits</ a > </ li >
559+ < li > < a class ="reference internal " href ="#bug-tracker " id ="toc-entry-4 "> Bug Tracker</ a > </ li >
560+ < li > < a class ="reference internal " href ="#credits " id ="toc-entry-5 "> Credits</ a > </ li >
565561</ ul >
566562</ div >
567563< div class ="section " id ="changelog ">
568564< h2 > < a class ="toc-backref " href ="#toc-entry-1 "> Changelog</ a > </ h2 >
569565< div class ="section " id ="section-1 ">
570- < h3 > < a class ="toc-backref " href ="#toc-entry-2 "> 19.0.2.0.0</ a > </ h3 >
566+ < h3 > < a class ="toc-backref " href ="#toc-entry-2 "> 19.0.2.0.1</ a > </ h3 >
567+ < ul class ="simple ">
568+ < li > Promoted to Beta</ li >
569+ < li > fix(schemas): Add GeoJSON geometry validation for spatial queries and
570+ geofences</ li >
571+ < li > fix(routers): Use proper exception chaining (from e) for better
572+ debugging</ li >
573+ < li > feat: Add SPP module icon</ li >
574+ </ ul >
575+ </ div >
576+ < div class ="section " id ="section-2 ">
577+ < h3 > < a class ="toc-backref " href ="#toc-entry-3 "> 19.0.2.0.0</ a > </ h3 >
571578< ul class ="simple ">
572579< li > Initial migration to OpenSPP2</ li >
573580</ ul >
574581</ div >
575582</ div >
576583< div class ="section " id ="bug-tracker ">
577- < h2 > < a class ="toc-backref " href ="#toc-entry-3 "> Bug Tracker</ a > </ h2 >
584+ < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Bug Tracker</ a > </ h2 >
578585< p > Bugs are tracked on < a class ="reference external " href ="https://github.com/OpenSPP/OpenSPP2/issues "> GitHub Issues</ a > .
579586In case of trouble, please check there if your issue has already been reported.
580587If you spotted it first, help us to smash it by providing a detailed and welcomed
581588< a class ="reference external " href ="https://github.com/OpenSPP/OpenSPP2/issues/new?body=module:%20spp_api_v2_gis%0Aversion:%2019.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior** "> feedback</ a > .</ p >
582589< p > Do not contact contributors directly about support or help with technical issues.</ p >
583590</ div >
584591< div class ="section " id ="credits ">
585- < h2 > < a class ="toc-backref " href ="#toc-entry-4 "> Credits</ a > </ h2 >
592+ < h2 > < a class ="toc-backref " href ="#toc-entry-5 "> Credits</ a > </ h2 >
586593</ div >
587594</ div >
588595< div class ="section " id ="authors ">
0 commit comments