Skip to content

Instantly share code, notes, and snippets.

@felixlindemann
Created March 22, 2015 19:51
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 felixlindemann/99c3372db7ef49bfe27b to your computer and use it in GitHub Desktop.
Save felixlindemann/99c3372db7ef49bfe27b to your computer and use it in GitHub Desktop.
Load Openlayers Map
$( document ).ready(function() {
olMapControls.map.center = [7.1942,51.2762]; // adjust Default Values here
olMapControls.map.zoom = 12;
olMapControls.map.div = 'map';
// init Map
olMapControls.init();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment