Skip to content

Instantly share code, notes, and snippets.

@dooman87
Created December 28, 2016 03:04
Show Gist options
  • Save dooman87/69fa91293567cbfb109f123e0775e132 to your computer and use it in GitHub Desktop.
Save dooman87/69fa91293567cbfb109f123e0775e132 to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<title>OpenLayers Simplest Example</title>
<div id="demoMap" style="height:250px"></div>
<script src="OpenLayers.js"></script>
<script>
map = new OpenLayers.Map("demoMap");
map.addLayer(new OpenLayers.Layer.OSM());
map.zoomToMaxExtent();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment