Giter VIP home page Giter VIP logo

Comments (9)

jonataswalker avatar jonataswalker commented on July 20, 2024 1

So @gnatih I guess this is fixed with #49. Feel free to reopen this ticket if there's anything missing.

from ol-geocoder.

jonataswalker avatar jonataswalker commented on July 20, 2024

Hey @gnatih, you make changes in src/js/* and then make build, you can also tell Makefile to watch for changes and build automatically with make build-watch.

The most used targets:

# to build JS
$ make build-js
# to build CSS/SASS
$ make build-css
# to build both
$ make build
# to build and watch
$ make build-watch
# to test - CasperJS
$ make test
# to build and test
$ make ci

from ol-geocoder.

jonataswalker avatar jonataswalker commented on July 20, 2024

I guess I'll add a new method. Something like preventDefault() to be used with:

geocoder.on('addresschosen', function(evt) {
  geocoder.preventDefault();
  // add your own fly function
});

What do you think? Does it satisfy your needs?

from ol-geocoder.

gnatih avatar gnatih commented on July 20, 2024

Then the geocoder will not zoom, pan or add the location marker, right?

from ol-geocoder.

jonataswalker avatar jonataswalker commented on July 20, 2024

Yes, will do nothing, it will be all up to you.

from ol-geocoder.

gnatih avatar gnatih commented on July 20, 2024

Sounds good. And I should also thank you for the plugin or your quick responses.

from ol-geocoder.

harry-wood avatar harry-wood commented on July 20, 2024

On the original question, can you spell this out to me a little more. I'm new to nodejs, but also trying build/rebuild the 'dist' contents. I'm just seeing

$ make build
make: Nothing to be done for 'build'.
$ make
make: *** No targets specified and no makefile found.  Stop.

I guess that's trying to invoke GNU Make, which I guess is not the right thing?

Ah. hmm. I see there used to be a MakeFile but it was removed 66c4004 so yeah I'm wondering how building works now.

from ol-geocoder.

walkermatt avatar walkermatt commented on July 20, 2024

@harry-wood Hi, I've been doing a bit of work on the the plugin lately and I've been invoking the npm scripts directly:

npm run build

You can see the available script in package.json under the scripts property.

from ol-geocoder.

harry-wood avatar harry-wood commented on July 20, 2024

Thanks. Easy when you know how!

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.