User talk:Vhasler: Difference between revisions

From TEHCC Wiki
Jump to navigation Jump to search
(Note about new maps usage)
(more details on new extension usage/conversion)
Line 1: Line 1:
Good to go on the maps conversion. See [[ClubWiki:Using_GMaps]] for the help page and recent changes for converted pages. It's a bit of a pain to convert. More tedious than anything. For some reason a search for "googlemap" doesn't return all of the pages that use the old extension. We'll just have to ferret them out over time. For now I'm just going down the trails list. --[[User:WikiSysop|WikiSysop]] ([[User talk:WikiSysop|talk]]) 21:07, 21 August 2015 (MDT)
Good to go on the maps conversion. See [[ClubWiki:Using_GMaps]] for the help page and recent changes for converted pages. It's a bit of a pain to convert. More tedious than anything. For some reason a search for "googlemap" doesn't return all of the pages that use the old extension. We'll just have to ferret them out over time. For now I'm just going down the trails list. --[[User:WikiSysop|WikiSysop]] ([[User talk:WikiSysop|talk]]) 21:07, 21 August 2015 (MDT)
: Still despite my best efforts searching I can't seem to search out the old extension uses to make it easier to find pages needing conversion. Conversion is a fairly straight forward process
# Remove typical opener of "googlemap version="0.9" lat="36.5700" lon="-82.2325"" and change to simply "display_map" - the new extension automatically centers and zooms on the listed pins and can zoom on a loaded kml if instructed
# Make sure the opener tag has a height definition and change/add width="auto"
# Remove any other zoom or scale and the icons definitions in the opener - usually the opener can be as simple as <nowiki><display_map type="terrain" height="400" width="auto"></nowiki> with the gkml definition if needed
# Change all of the pins to match the new format described on the [[ClubWiki:Using_GMaps#Pins|help page]]
# Change the closer tag from /googlemap to /display_map

Revision as of 08:35, 22 August 2015

Good to go on the maps conversion. See ClubWiki:Using_GMaps for the help page and recent changes for converted pages. It's a bit of a pain to convert. More tedious than anything. For some reason a search for "googlemap" doesn't return all of the pages that use the old extension. We'll just have to ferret them out over time. For now I'm just going down the trails list. --WikiSysop (talk) 21:07, 21 August 2015 (MDT)

Still despite my best efforts searching I can't seem to search out the old extension uses to make it easier to find pages needing conversion. Conversion is a fairly straight forward process
  1. Remove typical opener of "googlemap version="0.9" lat="36.5700" lon="-82.2325"" and change to simply "display_map" - the new extension automatically centers and zooms on the listed pins and can zoom on a loaded kml if instructed
  2. Make sure the opener tag has a height definition and change/add width="auto"
  3. Remove any other zoom or scale and the icons definitions in the opener - usually the opener can be as simple as <display_map type="terrain" height="400" width="auto"> with the gkml definition if needed
  4. Change all of the pins to match the new format described on the help page
  5. Change the closer tag from /googlemap to /display_map