diff --git a/config/jsdoc/api/index.md b/config/jsdoc/api/index.md index e2a66347cf..203e474175 100644 --- a/config/jsdoc/api/index.md +++ b/config/jsdoc/api/index.md @@ -34,7 +34,7 @@ Interactions for vector features ProjectionsObservable objectsOther components

All coordinates and extents need to be provided in view projection (default: EPSG:3857). To transform, use ol/proj#transform() and ol/proj#transformExtent().

ol/proj -

Changes to all ol/Objects can be observed by calling the object.on('propertychange') method. Listeners receive an ol/Object.ObjectEvent with information on the changed property and old value.

+

Changes to all ol/Objects can be observed by calling the object.on('propertychange') method. Listeners receive an ol/Object.ObjectEvent with information on the changed property and old value.

ol/Geolocation
ol/Overlay
diff --git a/config/jsdoc/api/template/tmpl/observables.tmpl b/config/jsdoc/api/template/tmpl/observables.tmpl index 0edca6272a..50f44a4b34 100644 --- a/config/jsdoc/api/template/tmpl/observables.tmpl +++ b/config/jsdoc/api/template/tmpl/observables.tmpl @@ -8,7 +8,7 @@ Name Type Settable - ol/Object.ObjectEvent type + ol/Object.ObjectEvent type Description diff --git a/doc/errors/index.md b/doc/errors/index.md index d4deea08cf..a762cfa599 100644 --- a/doc/errors/index.md +++ b/doc/errors/index.md @@ -111,7 +111,7 @@ Features for `updates` must have an id set by the feature reader or `ol.Feature# ### 28 -`renderMode` must be `'image'` or `'hybrid'`. +`renderMode` must be `'image'`, `'hybrid'` or `'vector'`. ### 29 diff --git a/examples/data/world.svg b/examples/data/world.svg new file mode 100644 index 0000000000..7c193a2e51 --- /dev/null +++ b/examples/data/world.svg @@ -0,0 +1,5188 @@ + + + diff --git a/examples/feature-move-animation.html b/examples/feature-move-animation.html index 354450cfa5..d0df54027e 100644 --- a/examples/feature-move-animation.html +++ b/examples/feature-move-animation.html @@ -6,10 +6,10 @@ docs: > This example shows how to use postrender events and a vector context to animate a marker feature along a line. In this example an encoded polyline is being used. -tags: "animation, feature, postrender, polyline" +tags: "animation, feature, postrender, polyline, maptiler" cloak: - - key: As1HiMj1PvLPlqc_gtM7AqZfBL8ZL3VrjaS3zIb22Uvb9WKhuJObROC-qUpa81U5 - value: Your Bing Maps Key from http://www.bingmapsportal.com/ here + - key: get_your_own_D6rA4zTHduk6KOKTXzGB + value: Get your own API key at https://www.maptiler.com/cloud/ ---