You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
320 B

<header>
<h1>Atlas Static Maps</h1>
<p>Atlas Static Maps is an API for generating map images with markers or other overlays</p>
</header>
<div class="page docs">
<?php
$markdown = file_get_contents(__DIR__.'/../data/static-maps.md');
$html = Michelf\Markdown::defaultTransform($markdown);
echo $html;
?>
</div>