Cadastre Development
Documentation for the user interface for Geo Web land transactions and publishing.
Interested developers are encouraged to build their own Cadastre and innovate on publishing tools, use case enablement, user experience, and marketing. Cadastres are envisioned to be supported directly through network funds (e.g. earn a commission on all land claims made through the interface).
An SDK for Cadastres will eventually be developed, but currently is supported by the Geo Web Subgraph and Data Models.
The first implementation of a Geo Web Cadastre can be found at https://geoweb.land/. It supports the Geo Web definitions and schemas accordingly:
Property | Support |
---|---|
name | ✅ |
url | ✅ |
Pinset of IPFS objects.
Property | Support |
---|---|
root | ✅ |
An array of media object stream IDs.
Operation | Support |
---|---|
Edit | ✅ |
View | ⚠️ - Only owned parcels |
Property | Support |
---|---|
@type | ✅ |
name | ✅ |
contentUrl | ✅ |
contentSize | ❌ |
encodingFormat | ✅ |
encoding | ❌ |
Type | Encoding | Support |
---|---|---|
3DModel | model/gltf-binary | ✅ |
3DModel | model/vnd.usdz+zip | ✅ |
ImageObject | image/gif | ✅ |
ImageObject | image/jpeg | ✅ |
ImageObject | image/png | ✅ |
ImageObject | image/svg+xml | ✅ |
AudioObject | audio/mpeg | ✅ |
AudioObject | audio/mp4 | ✅ |
VideoObject | video/mpeg | ✅ |
VideoObject | video/mp4 | ✅
|
Last modified 11mo ago