walkermatt / ol-popup

OpenLayers popup overlay

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

opt_options is not extends olx.OverlayOptions

drnextgis opened this issue · comments

opt_options is not extends olx.OverlayOptions as claimed in README. I'm trying to add id option:

var popup = new ol.Overlay.Popup({
    id: 'myId'
});
popup.getId(); // always undefined