12 lines
266 B
Markdown
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>
|
||
|
```
|