diff options
author | deuxpi <deuxpi@web> | 2012-08-08 22:27:42 -0400 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-08-08 22:27:42 -0400 |
commit | 1ceae77acef70d9ad42f16e087d0fd074b8e6add (patch) | |
tree | 4fcf8c17cbde2afc16f9d347c13cfcad2bbb37ca /doc | |
parent | bfd5a2cb6c48d8f05aef47922bb5594eac17d97b (diff) | |
download | ikiwiki-1ceae77acef70d9ad42f16e087d0fd074b8e6add.tar ikiwiki-1ceae77acef70d9ad42f16e087d0fd074b8e6add.tar.gz |
Add patch to fix OSM plugin KML for Google Maps/Earth
Diffstat (limited to 'doc')
-rw-r--r-- | doc/bugs/osm_KML_maps_do_not_display_properly_on_google_maps.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/bugs/osm_KML_maps_do_not_display_properly_on_google_maps.mdwn b/doc/bugs/osm_KML_maps_do_not_display_properly_on_google_maps.mdwn index fc10b4d47..2aac650ce 100644 --- a/doc/bugs/osm_KML_maps_do_not_display_properly_on_google_maps.mdwn +++ b/doc/bugs/osm_KML_maps_do_not_display_properly_on_google_maps.mdwn @@ -1 +1,3 @@ I know this sounds backwards, but it seems to me that the KML-generated map should be displayable on google maps. KML is the standard Google uses for google maps, and since we use it, we should interoperate with them. God knows why this is failing, but it is and should probably be fixed for the sake of interoperability: <https://maps.google.ca/maps?q=http:%2F%2Fwiki.reseaulibre.ca%2Fmap%2Fpois.kml> -- [[users/anarcat]] + +The KML only needs a Document tag because it uses "shared styles" -- don't ask me what this is. Here is a [[patch]]: [[https://reseaulibre.deuxpi.ca/0001-Add-Document-tag-to-OSM-plugin-KML-output.patch]] --[[deuxpi]] |