diff options
author | Christopher Baines <mail@cbaines.net> | 2015-02-28 15:24:47 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-02-28 15:24:47 +0000 |
commit | 30540c0fc1c556bbdde49b5c57a122cdc69cc942 (patch) | |
tree | a327ad6620c8c170c6c28d9e0b2f7a35ee783701 /doc/todo | |
parent | 164d27edb5b174e9954d44006cbcdd4d5daf6c7a (diff) | |
download | ikiwiki-30540c0fc1c556bbdde49b5c57a122cdc69cc942.tar ikiwiki-30540c0fc1c556bbdde49b5c57a122cdc69cc942.tar.gz |
Add comment to the osm plugin icon patch page
Diffstat (limited to 'doc/todo')
-rw-r--r-- | doc/todo/osm_plugin_icon_patch.mdwn | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/todo/osm_plugin_icon_patch.mdwn b/doc/todo/osm_plugin_icon_patch.mdwn index f7d7a2a3e..58df0eea2 100644 --- a/doc/todo/osm_plugin_icon_patch.mdwn +++ b/doc/todo/osm_plugin_icon_patch.mdwn @@ -31,3 +31,14 @@ Currently, the documented icon parameter to the waypoint directive is not used. > I suspect this should have been inserting something into the GeoJSON instead? > > --[[smcv]] + +>> I have now fixed the indentation issues. +>> +>> I have changed the comment relating to the icon parameter, but I don't +>> really understand how ikiwiki handles sanitisation, so I have not changed +>> anything else for this. +>> +>> As for the Perl variable interpolation, see this +>> [documentation](http://docs.openlayers.org/library/feature_styling.html#attribute-replacement-syntax). +>> +>> -- [[cbaines]] |