Code Monkey home page Code Monkey logo

Comments (12)

jonataswalker avatar jonataswalker commented on May 13, 2024 1

Hey guys, I'll try to come out with a solution ASAP.

from ol-contextmenu.

jonataswalker avatar jonataswalker commented on May 13, 2024 1

Please, see if this is fixed in v3.2.0.

from ol-contextmenu.

jonataswalker avatar jonataswalker commented on May 13, 2024

@niteshgoyal19 Please provide a fiddle to show your issue.

from ol-contextmenu.

anste avatar anste commented on May 13, 2024

I have the same issue. How can I import ol-contextmenu when using ol with webpack?

import ContextMenu from 'ol-contextmenu';

leads to this error when instantiating the menu:

Uncaught TypeError: Cannot read property 'appendChild' of undefined
    at s.tg.setMap

Is there another way to import the menu?
I can't provide a fiddle since I don't know how to implement it using javascript modules.

from ol-contextmenu.

jonataswalker avatar jonataswalker commented on May 13, 2024

It could be a relevant repository. I don't have experience with webpack.

from ol-contextmenu.

anste avatar anste commented on May 13, 2024

Maybe it's not working because I use the new openlayers package ol. I don't think it's a webpack issue.

from ol-contextmenu.

wangmeijian avatar wangmeijian commented on May 13, 2024

I have the same issue. "ol": "^4.6.4"

from ol-contextmenu.

tiagowippel avatar tiagowippel commented on May 13, 2024

Same here, using latest version of OL...

from ol-contextmenu.

rockit666 avatar rockit666 commented on May 13, 2024

Hi..
I don't know if this is the same issue but it's the same error message at map.addControl.
I tried the code from example.

this.contextmenu_items = [
  {
    text: 'what is here ?',
    // icon: this.pin_icon,  // this can be relative or absolute
    callback: this.searchAddressFromPoint
  },
  '-' // this is a separator
];

this.contextmenu = new ContextMenu({
width: 170,
defaultItems: true,
items: this.contextmenu_items // defaultItems are (for now) Zoom In/Zoom Out
});

this.map.addControl(this.contextmenu);

from ol-contextmenu.

tiagowippel avatar tiagowippel commented on May 13, 2024

It worked! Thank you.

from ol-contextmenu.

rockit666 avatar rockit666 commented on May 13, 2024

It works, Thanks, you save my day :-)

from ol-contextmenu.

Panchashila avatar Panchashila commented on May 13, 2024

hey am adding ol-contextmenu in my angular app and ol-5.x and
getting issue like
ol-contextmenu.js:7 Uncaught TypeError: Cannot read property 'control' of undefined
at ol-contextmenu.js:7
at ol-contextmenu.js:7
(anonymous) @ ol-contextmenu.js:7
(anonymous) @ ol-contextmenu.js:7
AppComponent.html:3 ERROR ReferenceError: contextmenu is not defined
at MapComponent.push../src/app/map/map.component.ts.MapComponent.ngOnInit (map.component.ts:109)
at checkAndUpdateDirectiveInline (core.js:9250)
at checkAndUpdateNodeInline (core.js:10514)
at checkAndUpdateNode (core.js:10476)
at debugCheckAndUpdateNode (core.js:11109)
at debugCheckDirectivesFn (core.js:11069)
at Object.eval [as updateDirectives] (AppComponent.html:4)
at Object.debugUpdateDirectives [as updateDirectives] (core.js:11061)
at checkAndUpdateView (core.js:10458)
at callViewAction (core.js:10699)

tell me what is issue as am doing something wrong please let me know.

from ol-contextmenu.

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.