Skip to content

Commit

Permalink
Merge pull request #114 from jonataswalker/v2.4.1
Browse files Browse the repository at this point in the history
Release v2.4.1
  • Loading branch information
jonataswalker authored Dec 30, 2016
2 parents ab4a733 + 1e2c4f6 commit 5f5b5e4
Show file tree
Hide file tree
Showing 7 changed files with 135 additions and 138 deletions.
5 changes: 3 additions & 2 deletions build/ol3-geocoder-debug.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* ol3-geocoder - v2.4.0
* ol3-geocoder - v2.4.1
* A geocoder extension for OpenLayers 3.
* https://github.com/jonataswalker/ol3-geocoder
* Built: Mon Dec 19 2016 11:15:26 GMT-0200 (BRST)
* Built: Fri Dec 30 2016 09:33:16 GMT-0200 (BRST)
*/

(function (global, factory) {
Expand Down Expand Up @@ -1140,6 +1140,7 @@ Nominatim.prototype.createFeature = function createFeature (coord) {
feature.setStyle(this.options.featureStyle);
feature.setId(utils.randomId('geocoder-ft-'));
this.getSource().addFeature(feature);
return feature;
};

Nominatim.prototype.addressTemplate = function addressTemplate (address) {
Expand Down
14 changes: 7 additions & 7 deletions build/ol3-geocoder.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*!
* ol3-geocoder - v2.4.0
* ol3-geocoder - v2.4.1
* A geocoder extension for OpenLayers 3.
* https://github.com/jonataswalker/ol3-geocoder
* Built: Mon Dec 19 2016 11:15:29 GMT-0200 (BRST)
* Built: Fri Dec 30 2016 09:33:20 GMT-0200 (BRST)
*/
.ol-geocoder.gcd-gl-container {
position: absolute;
Expand All @@ -25,10 +25,10 @@
.ol-geocoder .gcd-gl-input {
position: absolute;
z-index: 99;
top: 0.1875em;
top: 0.25em;
left: 2.5em;
width: 14.84375em;
padding: 0.3125em;
padding: 5px;
border: 1px solid #ccc;
font-family: inherit;
font-size: 0.875em;
Expand Down Expand Up @@ -220,15 +220,15 @@
to {
-webkit-transform: rotate(360deg);
transform: rotate(360deg); } }
.ol-geocoder .gcd-road {
.gcd-road {
font-size: 0.875em;
font-weight: 500;
color: #000; }
.ol-geocoder .gcd-city {
.gcd-city {
font-size: 0.75em;
font-weight: normal;
color: #000; }
.ol-geocoder .gcd-country {
.gcd-country {
font-size: 0.75em;
font-weight: lighter;
color: #444; }
6 changes: 3 additions & 3 deletions build/ol3-geocoder.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/ol3-geocoder.js.map

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions build/ol3-geocoder.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ol3-geocoder",
"version": "2.4.0",
"version": "2.4.1",
"description": "A geocoder extension for OpenLayers 3.",
"author": "Jonatas Walker",
"homepage": "https://github.com/jonataswalker/ol3-geocoder",
Expand Down Expand Up @@ -36,31 +36,31 @@
"test": "npm run build && casperjs test test/spec --includes=test/include.js --ssl-protocol=any --ignore-ssl-errors=true"
},
"dependencies": {
"openlayers": "^3.20.0"
"openlayers": "^3.20.1"
},
"devDependencies": {
"autoprefixer": "^6.5.4",
"autoprefixer": "^6.6.0",
"boxen": "^0.8.1",
"bytes": "^2.4.0",
"casperjs": "^1.1.3",
"chalk": "^1.1.3",
"cssnano": "^3.9.1",
"eslint": "^3.12.1",
"eslint": "^3.12.2",
"eslint-config-jwalker": "^1.14.0",
"gzip-size": "^3.0.0",
"node-sass": "^4.0.0",
"node-sass-json-importer": "^2.1.1",
"node-sass": "^4.1.1",
"node-sass-json-importer": "^3.0.0",
"nodemon": "^1.11.0",
"npm-run-all": "^3.1.2",
"postcss": "^5.2.6",
"postcss": "^5.2.8",
"postcss-import": "^9.0.0",
"postcss-reporter": "^3.0.0",
"rimraf": "^2.5.4",
"rollup": "^0.37.0",
"rollup-plugin-buble": "^0.14.0",
"rollup-plugin-json": "^2.0.2",
"stylelint": "^7.6.0",
"stylelint-config-standard": "^15.0.0",
"rollup": "^0.39.0",
"rollup-plugin-buble": "^0.15.0",
"rollup-plugin-json": "^2.1.0",
"stylelint": "^7.7.0",
"stylelint-config-standard": "^15.0.1",
"uglify-js": "^2.7.5"
},
"eslintConfig": {
Expand Down
Loading

0 comments on commit 5f5b5e4

Please sign in to comment.