GithubHelp home page GithubHelp logo

alumnforce / vue2-leaflet-googlemutant Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dnasir/vue2-leaflet-googlemutant

0.0 1.0 0.0 251 KB

GoogleMutant plugin extension for vue2-leaflet package

License: MIT License

JavaScript 25.36% Vue 74.64%

vue2-leaflet-googlemutant's Introduction

vue2-leaflet-googlemutant

This is a googlemutant plugin extension for vue2-leaflet package

Install

npm install --save vue2-leaflet-googlemutant

Demo

git clone [email protected]:jperelli/vue2-leaflet-googlemutant.git
cd vue2-leaflet-googlemutant
yarn
yarn example

# or alternatively using npm
npm install
npm run example

Then you should be able to navigate with your browser and see the demo in http://localhost:4000/

You can see the demo code in the file example.vue

Usage

on <template> add

something like this

<v-map :zoom=10 :center="initialLocation">
  <v-icondefault :image-path="'/statics/leafletImages/'"></v-icondefault>
  <v-tilelayer url="http://{s}.tile.osm.org/{z}/{x}/{y}.png"></v-tilelayer>
  <v-tilelayer-googlemutant apikey="YOUR_API_KEY" lang="YOUR_LANG" region="YOUR_REGION" :options="googlemutantoptionsobject">
  </v-tilelayer-googlemutant>
</v-map>

For available languages and regions, refer to Google Maps documentation on localizing the map.

on <script> add

option 1

In the same template file, at <script> part, this will make the component available only to the template in this file

import Vue2LeafletGoogleMutant from 'vue2-leaflet-googlemutant'
...
export default {
  ...
  components: {
    'v-tilelayer-googlemutant': Vue2LeafletGoogleMutant
    ...
  },
  ...
}

option 2

At main Vue configuration, this will make the component available to all templates in your app

import Vue from 'vue'
import Vue2LeafletGoogleMutant from 'vue2-leaflet-googlemutant'
...
Vue.component('v-tilelayer-googlemutant', Vue2LeafletGoogleMutant)

Develop and build

npm install
npm run build

Author

Julián Perelli

License

MIT

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.