Skip to content

Instantly share code, notes, and snippets.

View prebm's full-sized avatar

Benjamin Preisig prebm

  • Klagenfurt, Austria
View GitHub Profile
@prebm
prebm / index.html
Last active July 15, 2016 10:01 — forked from tuxite/map.html
Example of OpenLayers 3 map inside an ExtJS 4 Panel
<!DOCTYPE html>
<html>
<head>
<title>Map Panel</title>
<!-- ExtJS -->
<script type="text/javascript" src="http://cdn.sencha.com/ext/gpl/4.2.1/examples/shared/include-ext.js"></script>
<script type="text/javascript" src="http://cdn.sencha.com/ext/gpl/4.2.1/examples/shared/options-toolbar.js"></script>
<link rel="stylesheet" type="text/css" href="http://cdn.sencha.com/ext/gpl/4.2.1/examples/shared/example.css" />
<!-- OpenLayers 3 stylesheet -->
<link rel="stylesheet" href="http://openlayers.org/en/v3.17.1/css/ol.css" type="text/css">