Skip to content

Jmoreno1988/ol-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ol-map

A geographic information system (GIS) encapsulated in Web Component.

ol-map is a little geographic information system based in Web Components, Polymer and Openlayers.

More info:

Example

Installation

$ git clone https://github.com/Jmoreno1988/ol-map.git

Usage

    <!DOCTYPE html>
	<html lang="en">
	<head>
	    <meta charset="utf-8" />
    	<title> Example ol-map </title>
    	
    	<!-- The webcomponent.js polyfills enable Web Components in (evergreen) browsers that lack native support. -->
    	<script src="ol-map/lib/webcomponentsjs/webcomponents-lite.min.js"> </script>
    	
    	<!-- Imports are a way to include and reuse ol-map -->
    	<link rel="import" href="ol-map/ol-map.html">
	</head>
	<body>

		<!-- ol-map web component -->
    	<ol-map latitude="-420000" longitude="4800000" zoom="4"></ol-map>
    	
	</body>
	</html>

Contributing

Want to contribute? Great!... Fork, fork, fork!! ;)

License

GNU GENERAL PUBLIC LICENSE v3

Copyright (C) 2016 JMoreno Games.

About

A geographic information system (GIS) encapsulated in Web Component.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors