Structures Release Notes
- Print
- DarkLight
- PDF
Structures Release Notes
- Print
- DarkLight
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
LightBox APIs use semantic versioning to version our APIs. Semantic versioning structures each version identifier into three parts, MAJOR, MINOR, and PATCH notation.
MAJOR.MINOR.PATCH or v1.0.0
Semantic Versioning
- PATCH is incremented for bug fixes.
- MINOR is incremented for backward-compatible changes of the API.
- MAJOR is incremented for breaking changes
Resource: Structures
04/25/2024
v1.5.0
New Features
- Added the number of stories to the response
- Added primaryBuilding to the response under the parcel reference object. This identifies if this structure is the primary building for this parcel
Bug Fixes
- Addressed a bug in the Structure tile endpoint where x/y/z were not set properly
10/06/2023
v1.4.0
New Features
- Added pagination
Bug Fixes
- Pagination to reflect total records
- Updated WMS to use https and not http
05/01/2023
v1.3.0
New Features
- Added endpoint to return structures by the LightBox location info id
- Added the ability to customize the display of structures using the tile endpoint
- Color - line color
- Fill - fill color
- Weight - line weight
- Opacity - fill opacity
- Added the ability to pass in a Structure LightBox ID to map display to isolate a single or multiple structures.
Bug Fixes
- None
Improvements
- None
Upgrade Steps
- None
Breaking Changes
- None
Other Changes
- None
10/07/2022
v1.2.0
New Features
- Added Health Check endpoint
Bug Fixes
- Allow .5 buffer distance to be passed through validation
Upgrade Steps
- None
Breaking Changes
- None
Improvements
- None
Other Changes
- None
8/29/2022
1.1.0
New Features
- Added endpoint to return all structures by address
Bug Fixes
- UBID id needed to be decoded "+" as it caused errors during the query
- Updated spelling from espg to epsg in the $metadata object
- Updated $metadata BBox and totalRecords to return numbers vs strings
- Updated location.representativePoint.longitude and location.representativePoint.latitude to return as floats vs strings
Upgrade Steps
- None
Breaking Changes
- None
Improvements
- Added global Error Handler to capture server errors.
Other Changes
- None
06/13/2022
1.0.0
Note
Initial Release
New Features
- Return structure by LightBox ID
- Return structure by UBID
- Return structures by Geometry
- Tile/BBox support
- Return all structures on a parcel using the parcel LightBox ID
Bug Fixes
- None
Upgrade Steps
- None
Breaking Changes
- None
Improvements
- None
Other Changes
- None
Was this article helpful?