Updated Kismet (markdown)
parent
e00af6ade6
commit
3992db33e8
1 changed files with 3 additions and 4 deletions
|
@ -4,9 +4,7 @@
|
||||||
<!-- Author: kunitoki -->
|
<!-- Author: kunitoki -->
|
||||||
|
|
||||||
|
|
||||||
|
**WARNING: experimental !**
|
||||||
#!html
|
|
||||||
<h2 style="text-align: left; color: red">WARNING: experimental !</h1>
|
|
||||||
|
|
||||||
Mapnik's PluginArchitecture supports the use of different input formats.
|
Mapnik's PluginArchitecture supports the use of different input formats.
|
||||||
|
|
||||||
|
@ -32,7 +30,7 @@ There needs to be a running _kismet_server_ process with activated GPS support b
|
||||||
|
|
||||||
See next an example XML file to render WLAN icons on the map.
|
See next an example XML file to render WLAN icons on the map.
|
||||||
|
|
||||||
|
```xml
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<!DOCTYPE Map>
|
<!DOCTYPE Map>
|
||||||
<Map bgcolor="#b5d0d0" srs="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs +over">
|
<Map bgcolor="#b5d0d0" srs="+proj=merc +a=6378137 +b=6378137 +lat_ts=0.0 +lon_0=0.0 +x_0=0.0 +y_0=0 +k=1.0 +units=m +nadgrids=@null +no_defs +over">
|
||||||
|
@ -76,6 +74,7 @@ See next an example XML file to render WLAN icons on the map.
|
||||||
</Datasource>
|
</Datasource>
|
||||||
</Layer>
|
</Layer>
|
||||||
</Map>
|
</Map>
|
||||||
|
```
|
||||||
|
|
||||||
# Resources
|
# Resources
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue