Andreas Hocevar
07a7031d48
Merge pull request #11322 from jipexu/master
...
same dropdown hover than the site
2020-07-26 19:12:26 +02:00
Andreas Hocevar
06f8aea1d1
Merge pull request #11320 from jipexu/patch-2
...
margin bottom for dropdown
2020-07-26 19:11:27 +02:00
jeanpierre
7dcddf4ec7
Update layout.css
2020-07-26 18:41:42 +02:00
jipexu
50ec168a1b
margin bottom for dropdown
2020-07-26 18:04:47 +02:00
jipexu
4b6e440610
dropdown margin bottom
2020-07-26 18:02:24 +02:00
Andreas Hocevar
2b23052d23
Mark active nav item
2020-07-26 17:41:16 +02:00
Andreas Hocevar
f70374e453
Make header and menu navigation consistent with web site
2020-07-26 17:15:49 +02:00
Andreas Hocevar
5b84b2470c
Merge pull request #11277 from sbrunner/hires-regularshape-master
...
Have high resolution regular shape
2020-07-26 12:39:44 +02:00
Andreas Hocevar
c144c7265e
Example doc and color changes
2020-07-26 12:13:16 +02:00
Maximilian Krög
9093478016
Add modal to tag count with direct links to other examples
2020-07-25 20:40:20 +02:00
Maximilian Krög
50404ca409
Add number of occurence to tags
...
It can be a bit frustrating to click on a tag only to realise it was the
only example with that tag.
2020-07-25 14:00:53 +02:00
jeanpierre
9616dee9f7
Update bootstrap, cleanup css, make pages more responsive
2020-07-23 12:32:27 +02:00
Andreas Hocevar
3a269045f2
Do not extract comments to avoid asset name conflicts
2020-07-22 21:53:38 +02:00
Petr Sloup
84ae3d16a6
Replace/remove usage of tileserver.maptiler.com
2020-07-22 09:55:27 +02:00
Maximilian Krög
217f648608
Fix quotes in tags yaml
2020-07-17 21:52:35 +02:00
Maximilian Krög
557563f331
Update scoring / indexing code
...
Add dict / word as parameters to updateScore function so it
does not need to be created in each loop, and shorten it a bit.
2020-07-17 21:52:35 +02:00
Maximilian Krög
b6404fb766
Remove unnecessary space at end of bing key
2020-07-17 21:52:35 +02:00
Maximilian Krög
856830b834
No empty string words / allow 1 character search
...
If a space character is at either end of the input string splitting it
procuces an empty string that matches everything.
Allow single character words as there are is a single character tag: `x`
2020-07-17 21:52:34 +02:00
Maximilian Krög
b41a43cb7f
Simplify sorting of the examples by precalculating the score / words
2020-07-17 21:52:34 +02:00
Maximilian Krög
687795ba24
Skip listing all examples if query param is set.
...
Also use the `input` event instead of `keyup` and addEventlistener instead
of setting the onload / onchange properties.
And handle space character encoded as `+` in query string correctly.
2020-07-17 21:52:34 +02:00
Maximilian Krög
84463c3030
Make example builds repeatable
2020-07-17 21:52:27 +02:00
Maximilian Krög
292ff812fe
Split searching and listing
2020-07-17 21:18:53 +02:00
Maximilian Krög
dc05cacefa
Prettier code
...
This also fixes two undeclared variables and the regex is only created once per word
2020-07-17 21:18:53 +02:00
Maximilian Krög
681fc155a7
Move js code into separate file to benefit from code analysis
2020-07-17 21:18:47 +02:00
Stéphane Brunner
fd1effa992
High resolution icon
2020-07-15 16:30:24 +02:00
Olivier Guyot
f9e639c960
Merge pull request #11263 from mike-000/patch-19
...
Fix rotation reset in Mapbox-gl Layer example
2020-07-13 13:30:59 +02:00
mike-000
b896fd0010
specify font family
2020-07-13 10:47:03 +01:00
mike-000
49a4344446
reinsert experimental: tag
2020-07-13 10:43:21 +01:00
mike-000
8321cc6fbf
remove dependence on container div
2020-07-12 14:15:49 +01:00
mike-000
54fc7439b4
make style override consistent with other examples
2020-07-12 13:47:02 +01:00
mike-000
30d48573a7
make compatible with ol.css import
2020-07-12 13:04:34 +01:00
mike-000
635f380a9d
make compatible with ol.css import
2020-07-12 12:57:25 +01:00
mike-000
6ea784ae1b
make compatible with ol.css import
2020-07-12 12:54:14 +01:00
mike-000
d8a440ba4a
make compatible with ol.css import and with IE
2020-07-12 12:45:22 +01:00
mike-000
942b306a97
make compatible with ol.css import and with IE
2020-07-12 12:45:14 +01:00
mike-000
2bc3f2ed73
remove dependence on container div
2020-07-12 12:28:41 +01:00
mike-000
896352bd8b
remove container div
2020-07-12 12:21:05 +01:00
mike-000
bee05bbd24
update to latest mapbox gl version
2020-07-10 21:47:31 +01:00
mike-000
233269d56c
add missing import
2020-07-10 18:27:35 +01:00
mike-000
960fad2fc7
Fix rotation reset and add attributions
2020-07-10 18:16:32 +01:00
mike-000
63135dadf6
Reset font size changed by Mapbox CSS
2020-07-10 17:58:17 +01:00
mike-000
5461a1dafd
Add files via upload
2020-07-10 17:53:44 +01:00
mike-000
d99f58d7ff
update mapbox gl version
2020-07-10 17:45:25 +01:00
Michał Zielański
3d9dfe2654
By modifying the common vertex, not all geometries were changed when the geometries were aggregated in the collection
2020-06-29 10:48:17 +02:00
mike-000
64167a5d7e
Use condition instead of setActive and listeners
2020-06-18 15:31:33 +01:00
Andreas Hocevar
f3d5bfc1d3
Use pepjs in examples to support more old/exotic browsers
2020-06-17 08:49:54 +02:00
Andreas Hocevar
323a472fbb
Merge pull request #11037 from mike-000/patch-11
...
Allow icon and text styles to be scaled in two dimensions
2020-06-13 10:00:06 +02:00
Andreas Hocevar
886ca26c6a
Remove elm-pep dependency
2020-06-11 13:11:28 +02:00
Björn Harrtell
aa6ee5b74a
Update JSTS example to use JSTS 2.3.0
2020-06-06 21:18:32 +02:00
Andreas Hocevar
7bce841fba
No autocomplete for example search field
2020-05-29 08:52:14 +02:00