We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d910f52 commit fef5a90Copy full SHA for fef5a90
packages/web/src/app/inputs.tsx
@@ -7,6 +7,15 @@ export function PanelInputs(props: PanelInputsProps) {
7
8
return (
9
<article>
10
+ <section>
11
+ <small>
12
+ <div>
13
+ Visualize OpenStreetMap features created, modified or deleted every
14
+ hour using change data prepared by OSMCha as a FlatGeobuf. This
15
+ visualization does not use a server.
16
+ </div>
17
+ </small>
18
+ </section>
19
<section>
20
<h3>Area of Interest (AOI)</h3>
21
<small>Zoom and pan the map to set the AOI for stats </small>
0 commit comments