Skip to content

Instantly share code, notes, and snippets.

@mcfdn
Created January 3, 2013 14:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcfdn/4443889 to your computer and use it in GitHub Desktop.
Save mcfdn/4443889 to your computer and use it in GitHub Desktop.
LiteMap documentation example 1
<?php
$map = new LiteMap_Container();
$map->setCenter(51.500152, -0.126236);
?>
<head>
<?php echo $map->getJs(); ?>
</head>
<body>
<?php echo $map->render(); ?>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment