Loading README.md +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ update your `composer.json` as below: "require": { "drupal/leaflet": "3.0.x-dev", "npm-asset/drustack--leaflet.resetview": "~1.1", "npm-asset/drustack--leaflet.syncview": "~1.1", "npm-asset/drustack--leaflet.syncview": "~1.0", "npm-asset/geoman-io--leaflet-geoman-free": "~2.11", "npm-asset/leaflet": "~1.7", "npm-asset/leaflet-fullscreen": "~1.0", Loading config/schema/leaflet.schema.yml +0 −10 Original line number Diff line number Diff line Loading @@ -359,16 +359,6 @@ field.formatter.settings.leaflet_formatter_default: options: type: text label: 'Options' syncview: type: mapping label: 'Leaflet Sync View' mapping: control: type: boolean label: 'Control' options: type: text label: 'Options' path: type: text label: 'Path' Loading js/leaflet.drupal.js +0 −7 Original line number Diff line number Diff line Loading @@ -174,13 +174,6 @@ ).addTo(self.lMap); } // Add Sync View Control, if requested. if (self.settings.syncview.control) { L.control.syncView( JSON.parse(self.settings.syncview.options) ).addTo(self.lMap); } }; Drupal.Leaflet.prototype.initialise_layer_control = function(mapid) { Loading leaflet.libraries.yml +0 −17 Original line number Diff line number Diff line Loading @@ -117,8 +117,6 @@ leaflet.locate: /libraries/leaflet.locatecontrol/dist/L.Control.Locate.min.css: { minified: true } js: /libraries/leaflet.locatecontrol/dist/L.Control.Locate.min.js: { minified: true } dependencies: - leaflet/leaflet leaflet.resetview: remote: https://github.com/drustack/Leaflet.ResetView Loading @@ -133,18 +131,3 @@ leaflet.resetview: /libraries/drustack--leaflet.resetview/dist/L.Control.ResetView.min.js: { minified: true } dependencies: - leaflet/leaflet leaflet.syncview: remote: https://github.com/drustack/Leaflet.SyncView license: name: Apache-2.0 url: https://raw.githubusercontent.com/drustack/Leaflet.SyncView/master/LICENSE gpl-compatible: yes css: component: /libraries/drustack--leaflet.syncview/dist/L.Control.SyncView.min.css: { minified: true } js: /libraries/drustack--leaflet.syncview/dist/L.Control.SyncView.min.js: { minified: true } dependencies: - core/jquery - leaflet/leaflet modules/leaflet_views/config/schema/leaflet_views.style.schema.yml +0 −10 Original line number Diff line number Diff line Loading @@ -197,16 +197,6 @@ views.style.leaflet_map: options: type: text label: 'Options' syncview: type: mapping label: 'Leaflet Sync View' mapping: control: type: boolean label: 'Control' options: type: text label: 'Options' path: type: string label: 'Path' Loading Loading
README.md +1 −1 Original line number Diff line number Diff line Loading @@ -41,7 +41,7 @@ update your `composer.json` as below: "require": { "drupal/leaflet": "3.0.x-dev", "npm-asset/drustack--leaflet.resetview": "~1.1", "npm-asset/drustack--leaflet.syncview": "~1.1", "npm-asset/drustack--leaflet.syncview": "~1.0", "npm-asset/geoman-io--leaflet-geoman-free": "~2.11", "npm-asset/leaflet": "~1.7", "npm-asset/leaflet-fullscreen": "~1.0", Loading
config/schema/leaflet.schema.yml +0 −10 Original line number Diff line number Diff line Loading @@ -359,16 +359,6 @@ field.formatter.settings.leaflet_formatter_default: options: type: text label: 'Options' syncview: type: mapping label: 'Leaflet Sync View' mapping: control: type: boolean label: 'Control' options: type: text label: 'Options' path: type: text label: 'Path' Loading
js/leaflet.drupal.js +0 −7 Original line number Diff line number Diff line Loading @@ -174,13 +174,6 @@ ).addTo(self.lMap); } // Add Sync View Control, if requested. if (self.settings.syncview.control) { L.control.syncView( JSON.parse(self.settings.syncview.options) ).addTo(self.lMap); } }; Drupal.Leaflet.prototype.initialise_layer_control = function(mapid) { Loading
leaflet.libraries.yml +0 −17 Original line number Diff line number Diff line Loading @@ -117,8 +117,6 @@ leaflet.locate: /libraries/leaflet.locatecontrol/dist/L.Control.Locate.min.css: { minified: true } js: /libraries/leaflet.locatecontrol/dist/L.Control.Locate.min.js: { minified: true } dependencies: - leaflet/leaflet leaflet.resetview: remote: https://github.com/drustack/Leaflet.ResetView Loading @@ -133,18 +131,3 @@ leaflet.resetview: /libraries/drustack--leaflet.resetview/dist/L.Control.ResetView.min.js: { minified: true } dependencies: - leaflet/leaflet leaflet.syncview: remote: https://github.com/drustack/Leaflet.SyncView license: name: Apache-2.0 url: https://raw.githubusercontent.com/drustack/Leaflet.SyncView/master/LICENSE gpl-compatible: yes css: component: /libraries/drustack--leaflet.syncview/dist/L.Control.SyncView.min.css: { minified: true } js: /libraries/drustack--leaflet.syncview/dist/L.Control.SyncView.min.js: { minified: true } dependencies: - core/jquery - leaflet/leaflet
modules/leaflet_views/config/schema/leaflet_views.style.schema.yml +0 −10 Original line number Diff line number Diff line Loading @@ -197,16 +197,6 @@ views.style.leaflet_map: options: type: text label: 'Options' syncview: type: mapping label: 'Leaflet Sync View' mapping: control: type: boolean label: 'Control' options: type: text label: 'Options' path: type: string label: 'Path' Loading