Maximilian Krög
d8686598df
Update heading and default port used
2021-10-17 01:33:06 +02:00
Tim Schaub
d52392dabe
Update docs to mention Vite
2021-10-15 07:05:44 -06:00
Tim Schaub
d5a27dae4f
Add a note about installing git before using create-ol-app
2021-10-06 09:01:20 -06:00
Tim Schaub
da256e6c00
Enable WebGL extensions when required
2021-09-17 14:14:12 -06:00
Duck
5afd25150f
Add additional extension requirements for floating point textures.
2021-09-15 09:35:23 -07:00
mike-000
5cf5b7aeb1
Add <meta charset="utf-8"> to Quick Start
2021-09-10 10:14:05 +01:00
Tim Schaub
f10210aaf4
Use create-ol-app to create a new app
2021-07-10 09:41:27 -06:00
Maximilian Krög
363cc802d0
Update / fix links to external ressources
2021-02-13 01:32:54 +01:00
MoonE
7dda97e2f7
Merge pull request #11996 from MoonE/update-links
...
Update links to external resources
2021-02-12 21:33:12 +01:00
Andreas Hocevar
56cea5f880
Merge pull request #11990 from ahocevar/remove-vectortile-image-mode
...
Remove renderMode: 'image' for vector tile layers
2021-02-09 16:36:27 +01:00
Maximilian Krög
0d5d346bcd
Update links to external resources
2021-02-08 19:40:05 +01:00
Andreas Hocevar
45ba5792cc
Remove renderMode: 'image' for vector tile layers
2021-02-06 14:57:21 +01:00
mike-000
c324baf074
Add Number.isInteger to polyfills
2021-02-02 13:01:18 +00:00
Benjamin Gerber
d807f13a93
Add featureTypesBbox option on WFS writeGetFeature
...
Add a possibility to provide one specific bbox per feature type
on WFS writeGetFeature. This option results to one query node
per featureTypesBbox item. One query node, for one feature type,
will have a specific bbox filter and every query node will share
the same others filters (if a filter option is defined).
2020-11-16 12:59:30 +01:00
mike-000
a6860118c7
Support formats that read ArrayBuffer sources
...
Drag-and-Drop support for formats that read arraybuffer sources
Add TextDecoder to polyfills
Add custom Drag-and-Drop examples for KMZ and MVT
Add sample download and KML styles option to existing example
Test arraybuffer and constructed formats
2020-11-09 17:02:31 +00:00
Andreas Hocevar
6f0eec632f
Use existing check for assertion
2020-08-23 18:23:52 +02:00
Andreas Hocevar
792e15124d
VectorTile source projection has to match the view projection
2020-08-23 12:37:52 +02:00
Tim Schaub
96712ae51d
Link to latest instead of main
2020-06-20 13:09:31 -06:00
Tim Schaub
139b048197
Prepare for a new default branch name
2020-06-19 10:25:03 -06:00
Andreas Hocevar
1ee03decdd
Assert each layer is only added to the map once
2020-01-24 17:52:13 +01:00
Andreas Hocevar
cf6cd09f58
Bring back vector render mode for vector tile layers
2019-11-18 10:40:05 +01:00
Maximilian Krög
b1a9f765fc
Parse the style in the constructor.
...
This detects errors earlier and allows the caller to handle the thrown exception.
Remove assertion 65 as it should no longer be needed.
2019-10-03 14:36:48 +02:00
Olivier Guyot
0732f17fd3
Webgl layer / remove @api tag & better doc
...
Also the webgl layer now only inherits from the Layer class,
not the VectorLayer one.
2019-09-26 14:42:04 +02:00
Olivier Guyot
610a846149
Webgl points renderer / make the hit detection optional
2019-09-25 17:22:36 +02:00
Olivier Guyot
4d7562fca2
Add a new WebGLPointsLayer type using the shader builder utilities
...
This required adding a `a_index` attribute in the points layer renderer
to be able to make the precomputed shaders to work.
2019-09-24 17:24:56 +02:00
Tim Schaub
2c69ad2bb4
Throw on non-numeric opacity values
2019-08-15 12:55:13 -06:00
Frederic Junod
0497225d5d
Fix wrong import in tutorial
2019-06-27 17:01:46 +02:00
Olivier Guyot
2412fe0211
Webgl / remove handling of element_index_uint extension
...
From now on we will assume this extension is always enabled.
An error message have been added in the unlikely scenario of a lack
of support.
2019-06-05 14:46:15 +02:00
Olivier Guyot
33d007ce01
Webgl buffer / now stores data in typed arrays
...
The `WebGLBuffer` class API was changed in order to allow populating
the internal array in different ways.
2019-06-01 15:33:31 +02:00
Lutz Helm
0ab7ad741f
Add error codes for IIIF errors
...
60: "Missing or invalid `size`."
Without at least a size, no IIIF can be displayed.
61: "Cannot determine IIIF Image API version from provided image
information JSON."
Without finding out the version information, one could only guess how to
use the image info JSON.
2019-05-09 18:00:18 +02:00
Lasse Brudeskar Vikås
6b1f9e681c
Update faq.md
2019-02-27 11:30:55 +01:00
Lasse Brudeskar Vikås
301b45cb7c
Update faq.md
...
Fixed typos in description, and tried to make the text more readable.
2019-02-26 16:13:06 +01:00
Tomasz Pluskiewicz
b5f7705e1d
Update faq.md
2019-02-25 10:02:52 +01:00
Tomasz Pluskiewicz
9efe10f747
add question about resizing map element
2019-02-25 09:42:54 +01:00
Frederic Junod
fe5da2e160
Remove deprecated inherits function
2019-01-25 16:33:02 +01:00
Andreas Hocevar
62288139d6
Clarify where package.json is created and how start and build are added
2019-01-14 18:00:22 +01:00
Joseph Samela
af74a476dc
show full package.json + emphasize npm init
2019-01-14 10:24:32 -05:00
Joseph Samela
7f0fc2a821
Make package.json valid json object
2019-01-11 13:43:22 -05:00
ThomasG77
a7305be824
Replace rawgit with jsdelivr due to #9082 comment
2018-12-27 13:20:19 +01:00
Tim Schaub
20e5841aed
Remove vector mode for vector tile rendering
2018-11-16 14:56:48 +01:00
Frederic Junod
0189e8345d
Remove WebGL references in comments
2018-11-16 14:05:06 +01:00
Frederic Junod
69dfbb9e54
Fix spelling
2018-10-08 08:30:10 +02:00
Frederic Junod
513e11d263
Update doc/faq.md
...
Change code snippet to use es6 modules.
2018-09-29 08:58:02 +02:00
ahocevar
a0e72c7d42
Update projection FAQ for v5
2018-08-26 21:41:16 +02:00
Lion Ralfs
1aadd51c57
Fix double backtick typo
2018-07-28 12:58:37 +02:00
Tim Schaub
0edb39c8ab
Single quote instead of backtick
2018-07-21 08:40:03 -06:00
Tim Schaub
f0ffb48633
Update concepts
2018-07-21 08:37:38 -06:00
Tim Schaub
171195a836
Remove broken link to sources
2018-07-21 08:24:44 -06:00
Tim Schaub
83972b00a5
Use single quote instead of backtick
2018-07-19 10:22:10 -06:00
ahocevar
9304ee25af
Fix links and description in quickstart tutorial
2018-07-04 14:52:14 +02:00