Giter VIP home page Giter VIP logo

Comments (6)

jmgomezpoveda avatar jmgomezpoveda commented on August 20, 2024 1

I am afraid this may not work with 2.4.0, due to the styling changes. Will need to analyse the impact to port it to 2.4.0.

from ol-geocoder.

jmgomezpoveda avatar jmgomezpoveda commented on August 20, 2024

As an alternative to using the icon, one can also use the unicode search character:

.ol3-geocoder-btn-search {
    background-image: none;
}
.ol3-geocoder-btn-search:before {
    content: '🔍';
    font-size: 0.7em;
    line-height: 0.8em;
}

unicode-search

from ol-geocoder.

jmgomezpoveda avatar jmgomezpoveda commented on August 20, 2024

Optionally, in case you prefer the old icon for non-HiDPI devices, this icon could be used only in HiDPI devices using media queries:

@media only screen and (-webkit-min-device-pixel-ratio: 1.3),
only screen and (-o-min-device-pixel-ratio: 13/10),
only screen and (min-resolution: 120dpi) {
	.ol3-geocoder-btn-search {
	    background-image: none;
	}
	.ol3-geocoder-btn-search:before {
	    content: '🔍';
	    font-size: 0.7em;
	    line-height: 0.8em;
	}
}

from ol-geocoder.

jonataswalker avatar jonataswalker commented on August 20, 2024

@jmgomezpoveda
Sorry the delay, I'm right now in a hurry and ASAP will give it a closer look.

from ol-geocoder.

jonataswalker avatar jonataswalker commented on August 20, 2024

@jmgomezpoveda

Are you able to prepare a PR with your suggestions?

from ol-geocoder.

Dominique92 avatar Dominique92 commented on August 20, 2024

Closed in v4.3.1
Icon replaced by unicode char

from ol-geocoder.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.