1.5.1 • Published 6 years ago
altizure-plugin-geosystem v1.5.1
GeoSystem
This npm module is for public distribution of the plugin.
usage
This plugin needs altizure defined.
in js
This plugin has to be used together with the altizure module. Make sure altizure is in your dependencies (or devDependencies) list in package.json file.
import {Sandbox} from 'altizure'
import GeoSystem from 'altizure-plugin-geosystem'
let sandbox = new Sandbox('page-content')
let gs = new GeoSystem({sandbox: sandbox})in html
Include altizure-sdk.min.js before this plugin.
<head>
<script type="text/javascript" src="https://unpkg.com/altizure/release/altizure-sdk.min.js"></script>
<script type="text/javascript" src="https://unpkg.com/altizure-plugin-geosystem"></script>
</head>
<body>
<script>
let sandbox = new altizure.Sandbox('page-content')
let gs = new altizure.GeoSystem({
sandbox: sandbox,
base: baseMarker,
baseCenter: baseCenter,
EPSG: '4547'
})
</script>
</body>1.5.1
6 years ago
1.4.2
6 years ago
1.4.1
6 years ago
1.3.2
7 years ago
1.3.1
7 years ago
1.2.1
7 years ago
1.1.1
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
0.2.1
7 years ago
0.1.10
7 years ago
0.1.9
7 years ago
0.1.8
7 years ago
0.1.7
7 years ago
0.1.6
7 years ago
0.1.5
7 years ago
0.1.4
7 years ago
0.1.3
7 years ago
0.1.2
7 years ago
0.1.1
7 years ago
0.0.9
7 years ago
0.0.7
7 years ago
0.0.6
7 years ago
0.0.5
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago