Skip to content

Commit

Permalink
Merge pull request #43 from mostafaznv/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
mostafaznv authored Sep 10, 2023
2 parents 50cfd45 + 9d0d168 commit 076f3d5
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 26 deletions.
16 changes: 6 additions & 10 deletions dist/css/field.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/field.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions dist/js/field.js.LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,6 @@
* Built: Fri Mar 31 2023 20:27:32 GMT-0300 (Brasilia Standard Time)
*/

/*!
* @kirtandesai/ol-geocoder - v5.0.3
* A geocoder extension compatible with OpenLayers v7.
* https://github.com/kirtan-desai/ol-geocoder
* Built: Thu Nov 17 2022 14:58:35 GMT-0500 (Eastern Standard Time)
*/

/*!
* The buffer module from node.js, for the browser.
*
Expand All @@ -24,6 +17,13 @@
* Released under MIT License
*/

/*!
* ol-geocoder - v4.3.0
* A geocoder extension compatible with OpenLayers v7+ & v8+
* https://github.com/Dominique92/ol-geocoder
* Built: Tue Sep 05 2023 21:03:55 GMT+0200 (heure d’été d’Europe centrale)
*/

/*!
* vuex v4.1.0
* (c) 2022 Evan You
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,18 @@
"nova:install": "npm --prefix='../../vendor/laravel/nova' ci"
},
"dependencies": {
"@kirtandesai/ol-geocoder": "^5.0.6",
"@vue/compiler-sfc": "^3.2.29",
"cross-env": "^7.0.3",
"laravel-mix": "^6.0.49",
"ol": "8.1.0",
"ol-geocoder": "4.3.0",
"polylabel": "^1.1.0",
"ol": "7.3.0",
"resolve-url-loader": "^5.0.0",
"sass": "^1.52.1",
"sass-loader": "^13.0.0",
"vue": "^3.2.37",
"vue-loader": "^16.8.3",
"vue-template-compiler": "^2.6.14",
"vue3-openlayers": "^0.4.0"
"vue3-openlayers": "^2.0.0-1"
}
}
3 changes: 1 addition & 2 deletions resources/js/mixins/HasSearchBox.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
// import Geocoder from 'ol-geocoder'
import Geocoder from '@kirtandesai/ol-geocoder'
import Geocoder from 'ol-geocoder'

export default {
mounted() {
Expand Down
5 changes: 2 additions & 3 deletions resources/scss/field.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
@import '../../node_modules/vue3-openlayers/dist/vue3-openlayers.css';
//@import '../../node_modules/ol-geocoder/dist/ol-geocoder.min.css';
@import '../../node_modules/@kirtandesai/ol-geocoder/dist/ol-geocoder.min.css';
@import '../../node_modules/vue3-openlayers/dist/styles.css';
@import '../../node_modules/ol-geocoder/dist/ol-geocoder.min.css';

.map-container {
position: relative;
Expand Down

0 comments on commit 076f3d5

Please sign in to comment.