OvertureMaps / io-site

MIT License
33 stars 5 forks source link

Better schema documentation in inspector panel #40

Open charliemcgrady opened 4 months ago

charliemcgrady commented 4 months ago

The Overture explore site can be a great way to better understand the Overture schema in practice. I envision a deeper integration with the Inspector Panel where users can view the documentation for a select entity and its attributes, either via inline tooltips, expandable sections, or links to the overture schema.

Assuming the schema is published alongside each release, we may be able to download it and display the descriptions inline (e.g. https://github.com/OvertureMaps/schema/blob/main/schema/buildings/building.yaml#L4). As an MVP, we should at least dynamically update the schema link at the bottom of the panel to the correct theme based on the selected entity.

charliemcgrady commented 4 months ago

For reference, here's how the iD editor does this:

Screenshot 2024-05-19 at 8 24 55 PM