Help:Map: Difference between revisions

From Iskomunidad
Jc.mac (talk | contribs)
New page: Using the Google Maps plugin you can now add map in your articles. <br/> <nowiki><googlemap lat="xx.xx" lon="yy.yy" zoom="x" type="value"> xx,yy , Some text here. </googlemap> </nowiki> ...
 
Jc.mac (talk | contribs)
No edit summary
Line 5: Line 5:
</googlemap> </nowiki>
</googlemap> </nowiki>


==Parameters==
* lat - Latitude
* lon - Longitude
* zoom - zoom value (1-17)
* type - kind of map to diplay (map, terrain, hybrid)
<br/>Latitude and Longitude determines the center of the map to display. The default coordinates are 14.655216, 121.068091, which points the location of the University of the Philippines.
<br/>
==Sample==
<nowiki>
<googlemap zoom="16" type="sattelite">
<googlemap zoom="16" type="sattelite">
14.655200069915061, 121.06754958629608, The place to be!
14.654849751967735, 121.06487542390823, The place to be!
</googlemap></nowiki>
<br/> The map shows where Oble is.
<br/>
<googlemap zoom="16" type="sattelite">
14.654849751967735, 121.06487542390823, The place to be!
</googlemap>
</googlemap>

Revision as of 13:31, 29 July 2009

Using the Google Maps plugin you can now add map in your articles.

<googlemap lat="xx.xx" lon="yy.yy" zoom="x" type="value">
xx,yy , Some text here.
</googlemap> 

Parameters

  • lat - Latitude
  • lon - Longitude
  • zoom - zoom value (1-17)
  • type - kind of map to diplay (map, terrain, hybrid)


Latitude and Longitude determines the center of the map to display. The default coordinates are 14.655216, 121.068091, which points the location of the University of the Philippines.

Sample

<googlemap zoom="16" type="sattelite">
14.654849751967735, 121.06487542390823, The place to be!
</googlemap>


The map shows where Oble is.
<googlemap zoom="16" type="sattelite"> 14.654849751967735, 121.06487542390823, The place to be! </googlemap>