0.0.18 • Published 7 years ago

gi-feature-map v0.0.18

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

map feature

Google map with some extensions and additions to simplify usage.

Global dependencies

Dependencies

Installation

Install this package with sackmesser:

make feature-install-map

or when sackmesser is not used:

yarn install gi-feature-map

After the installation has completed, you can import the module files:

JS:

// import feature class
import Map from 'gi-feature-map'
// ...
base.features.add('map', Map)

Make sure you provide the global dependencies in your webpack config file:

new webpack.ProvidePlugin({
  base: 'gi-js-base'
})

Styles:

@import 'gi-feature-map/src/style';

Markup:

<script src="//maps.googleapis.com/maps/api/js?libraries=geometry&key=[YOUR_API_KEY]"></script>

Browser compatibility

  • Newest two browser versions of Chrome, Firefox, Safari and Edge
  • IE 10 and above

Development

  • make build or npm run build - Build production version of the feature.
  • make dev or npm run dev - Build demo of the feature, run a watcher and start browser-sync.
  • make test or npm run test - Test the feature.
  • make jsdoc - Update documentation inside the docs folder.
  • make publish - Publish npm package.
0.0.18

7 years ago

0.0.17

7 years ago

0.0.16

7 years ago

0.0.15

7 years ago

0.0.14

7 years ago

0.0.13

7 years ago

0.0.12

7 years ago

0.0.11

7 years ago

0.0.10

7 years ago

0.0.9

8 years ago

0.0.8

8 years ago

0.0.7

8 years ago

0.0.6

8 years ago

0.0.5

8 years ago

0.0.4

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago