mapserver/doc/stats_webfragment.md
2019-12-29 16:12:30 +01:00

12 lines
266 B
Markdown

# Stats webfragment
<img src="./pics/stats_webfragment.png"></img>
The "world stats" info from the bottom right corner of the mapserver
can be embedded as an iframe into any existing web-page:
```html
<iframe src="http://127.0.0.1:8080/stats.html"></iframe>
```