-
- Downloads
Initial commit
Showing
- README.md 60 additions, 0 deletionsREADME.md
- composer.json 20 additions, 0 deletionscomposer.json
- config/schema/geolocation_leafletcenternode.map_features.schema.yml 11 additions, 0 deletions...ema/geolocation_leafletcenternode.map_features.schema.yml
- geolocation_leafletcenternode.info.yml 8 additions, 0 deletionsgeolocation_leafletcenternode.info.yml
- geolocation_leafletcenternode.libraries.yml 10 additions, 0 deletionsgeolocation_leafletcenternode.libraries.yml
- js/MapFeature/center_node.js 50 additions, 0 deletionsjs/MapFeature/center_node.js
- src/Plugin/geolocation/MapFeature/LeafletCenterNode.php 106 additions, 0 deletionssrc/Plugin/geolocation/MapFeature/LeafletCenterNode.php
README.md
0 → 100644
composer.json
0 → 100644
{ | ||
"name": "drupal/geolocation_leafletcenternode", | ||
"description": "Center on current node location in view", | ||
"type": "drupal-module", | ||
"homepage": "https://drupal.org/project/geolocation_leafletcenternode", | ||
"authors": [ | ||
{ | ||
"name": "Stefan Leitner (sleitner)", | ||
"homepage": "https://www.drupal.org/u/sleitner", | ||
"role": "Maintainer" | ||
} | ||
], | ||
"support": { | ||
"issues": "https://drupal.org/project/issues/geolocation_leafletcenternode", | ||
"source": "https://cgit.drupalcode.org/geolocation_leafletcenternode" | ||
}, | ||
"require": { | ||
"drupal/geolocation": "~3.7" | ||
} | ||
} |
geolocation_leafletcenternode.info.yml
0 → 100644
geolocation_leafletcenternode.libraries.yml
0 → 100644
js/MapFeature/center_node.js
0 → 100644
Please register or sign in to comment