mastering_openlayers3 icon indicating copy to clipboard operation
mastering_openlayers3 copied to clipboard

Code base for the book Mastering OpenLayers 3

Results 3 mastering_openlayers3 issues
Sort by recently updated
recently updated
newest added

Hello Gábor, I'm new to web mapping and web development, it might be my bad, sorry for that in advance if that's the case(and as you can imagine your book...

I just noticed that I get this error when editing a layer name. ``` javascript layerSpan.addEventListener('blur', function () { if (this.contentEditable) { this.contentEditable = false; layerDiv.draggable = true; layer.set('name', this.textContent);...

Mr. Farkas, At the bottom of page 44 there is a note: "Note that forms and form-related events should be generated dynamically by the object in the production code." Do...