{"id":15019601,"url":"https://github.com/mudin/vue2-leaflet-axesgrid","last_synced_at":"2025-10-24T13:30:47.037Z","repository":{"id":72022852,"uuid":"181441835","full_name":"mudin/vue2-leaflet-axesgrid","owner":"mudin","description":"Axes Grid for vue2-leaflet","archived":false,"fork":false,"pushed_at":"2019-05-03T16:26:59.000Z","size":67,"stargazers_count":8,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-01-31T01:25:15.351Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Vue","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mudin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-04-15T08:11:55.000Z","updated_at":"2022-02-12T22:04:14.000Z","dependencies_parsed_at":"2023-02-28T06:46:32.719Z","dependency_job_id":null,"html_url":"https://github.com/mudin/vue2-leaflet-axesgrid","commit_stats":{"total_commits":7,"total_committers":2,"mean_commits":3.5,"dds":0.2857142857142857,"last_synced_commit":"b78f8119b111c115cfd6e244b58bdc36bc504daa"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudin%2Fvue2-leaflet-axesgrid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudin%2Fvue2-leaflet-axesgrid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudin%2Fvue2-leaflet-axesgrid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mudin%2Fvue2-leaflet-axesgrid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mudin","download_url":"https://codeload.github.com/mudin/vue2-leaflet-axesgrid/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":237973356,"owners_count":19395849,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T19:53:45.205Z","updated_at":"2025-10-24T13:30:41.400Z","avatar_url":"https://github.com/mudin.png","language":"Vue","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue2-leaflet-axesgrid\n\nThis is a [AxesGrid](https://github.com/mudin/Leaflet.AxesGrid) plugin extension for the [vue2-leaflet](https://github.com/KoRiGaN/Vue2Leaflet) package.\n\n## Install\n\n    npm install vue2-leaflet-axesgrid\n\n## Quickstart\n\nFor a complete example, have a look at the demo code in the single-file component [example](example/example.vue).\n\n### On \u0026lt;template\u0026gt; add something like this\n\n```html\n\u003cv-map :crs=\"crs\"\u003e\n  \u003cv-axesgrid :options=\"opts\"/\u003e\n  \u003cv-image-overlay :url=\"imageUrl\" :bounds=\"bounds\"/\u003e\n\u003c/v-map\u003e\n```\n\n### on \u0026lt;script\u0026gt; add\n\n```javascript\nimport Vue2Leaflet from 'vue2-leaflet'\nimport Vue2LeafletAxesGrid from 'vue2-leaflet-axesgrid'\n\nexport default {\n  components: {\n    'v-map': Vue2Leaflet.Map,\n    'v-axesgrid': Vue2LeafletAxesGrid\n  },\n  data () {\n    return {\n      options: {\n      \topt: { ... },\n         ...  // More AxesGrid and Map options.\n      }\n    }\n  }\n}\n```\n## Demo\n\n    git clone git@github.com:tesselo/vue2-leaflet-axesgrid.git\n    cd vue2-leaflet-axesgrid\n\n    npm install\n    npm run example\n\nThen you should be able to navigate with your browser and see the demo in http://localhost:4000/\n\n## Develop and build\n\n    npm install\n    npm run build\n\n## Acknowledgements\n\nThanks to Aaron Gong and  Julián Perelli, the authors of the [markercluster plugin](https://github.com/jperelli/vue2-leaflet-markercluster) and the [tracksymbol plugin](https://github.com/ais-one/vue2-leaflet-tracksymbol). Both packages have been used as a basis to build this plugin.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudin%2Fvue2-leaflet-axesgrid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmudin%2Fvue2-leaflet-axesgrid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmudin%2Fvue2-leaflet-axesgrid/lists"}