Re: [openlayers-dev] Fwd: OSGeo Annual General Meeting - projects please join

2018-08-07 Thread OpenLayers Dev on behalf of Andreas Hocevar
Here is the document that I had edited: https://docs.google.com/presentation/d/1-vwUulLnrSIxZwWVIvVn0wANZyFiEWtUxe-QlzRTHRw/edit#slide=id.g3cc8d2d1b2_0_0 Andreas. On Tue, Aug 7, 2018 at 10:54 AM Andreas Hocevar wrote: > > Angelos had asked me to update the project report, which I did in a > diffe

Re: [openlayers-dev] Fwd: OSGeo Annual General Meeting - projects please join

2018-08-07 Thread OpenLayers Dev on behalf of Andreas Hocevar
Angelos had asked me to update the project report, which I did in a different Google doc (Annual report 2016, IIRC). Please find all recent information there, and I don't think anyone from the OpenLayers team will be at the FOSS4G conference this year. Andreas.On Fri, Aug 3, 2018 at 4:32 PM OpenLa

Re: [openlayers-dev] API docs for previous versions?

2018-03-21 Thread OpenLayers Dev on behalf of Andreas Hocevar
Hi, we had to take documentation for some point releases offline due to storage shortages, but we still have the latest point release for each minor version available. In your case, please go to http://openlayers.org/en/v3.14.1/apidoc/. Andreas. On Wed, Mar 21, 2018 at 10:54 AM, Mehdi Sidhoum vi

Re: [openlayers-dev] Problem with flashing icons

2018-02-27 Thread OpenLayers Dev on behalf of Andreas Hocevar
Create your ol.style.Icon only once (outside the style function) or cache it. It will also improve rendering performance significantly. Andreas. On Wednesday, February 28, 2018, Cecile Trace de Trail via OpenLayers Dev < openlayers-dev+apn2wqejuec2vlneyemm2jqjc5bbvu5epcfalpidtc_-ji...@googlegroup

Re: [openlayers-dev] Openlayers 4.6.4, Can't get BingMap attributions() using source.getAttributions()

2018-02-10 Thread OpenLayers Dev on behalf of Andreas Hocevar
I have answered your question on Stack Overflow: https://stackoverflow.com/questions/48716533/openlayers-4-6-4-cant-get-bingmap-attributions-using-source-getattributions Andreas. On Fri, Feb 9, 2018 at 9:01 PM, Danley D'mello via OpenLayers Dev wrote: > We use BingMap in our application and call

Re: [openlayers-dev] Equivalent of "make build" & type defs (comments, olx)

2018-01-15 Thread OpenLayers Dev on behalf of Andreas Hocevar
Hi Alexandre, there will be no externs/olx.js file any more. Types for constructor options will be defined next to the constructor, other types will have typedefs. These type definitions can also be used by applications. We will continue to use JSDoc annotations, but the types in the annotations

Re: [openlayers-dev] Topological digitising in OpenLayers?

2017-10-04 Thread OpenLayers Dev on behalf of Andreas Hocevar
Depending on what you mean exactly, it's still there. Try the http://openlayers.org/en/latest/examples/modify-features.html examples, select multiple countries, and edit their shared borders. That's the only kind of topological editing that OpenLayers had and has built in. Andreas. On Wed, Oct 4,

Re: [openlayers-dev] DeepZoom integration

2017-05-10 Thread OpenLayers Dev on behalf of Andreas Hocevar
That would be similar to ol.source.Zoomify, right? I would not be opposed to a pull request against the project. Can you please create a ticket on GitHub with your proposal? We'll add the "Pull request accepted" tag there when the proposal looks good. Thanks, Andreas. On Tue, May 9, 2017 at 7:33

Re: [openlayers-dev] Collision label detection

2017-04-03 Thread OpenLayers Dev on behalf of Andreas Hocevar
@Fred, for vector layers it is indeed as straightforward as you described. It gets more interesting with vector tile layers, where tiles do not know about each other. That would need to change - label points would need to be collected for the whole viewport, so a label engine can make decisions for

Re: [ol3-dev] Openlayers 3 and ES6?

2017-01-09 Thread OpenLayers Dev on behalf of Andreas Hocevar
You may want to have a look at https://npmjs.com/package/ol, which provides ES6 modules and examples for using OpenLayers with mainstream bundlers. This is still work in progress, and feedback is welcome. Please post feedback as comments on GitHub issue https://github.com/openlayers/openlayers/pul