mapserver/doc/stats_webfragment.md

12 lines
266 B
Markdown
Raw Normal View History

2019-12-29 18:12:30 +03:00
# 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>
```