Skip to content

Commit

Permalink
Add support for light:flash
Browse files Browse the repository at this point in the history
  • Loading branch information
sb12 committed Aug 10, 2024
1 parent 6463918 commit 5026551
Show file tree
Hide file tree
Showing 26 changed files with 755 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Currently the following tags are supported for the street light layer:
* `operator|lamp_operator=*`
* `start_date=*`
* `light:colour=white|orange|yellow|blue|red|green`
* `light:flash=yes|pattern` | `light:character=*`
* `light:method|lamp_type=high_pressure_sodium|high-pressure_sodium|SON|HPSV|low_pressure_sodium|low-pressure_sodium|SOX|sodium|sodium_vapor|LED|led|metal-halide|metal_halide|fluorescent|incandescent|mercury|electric|electrical|gas|gaslight`
* `light:mount|lamp_mount|support=straight mast|straight_mast|bent mast|bent_mast|cast steel mast|cast_steel_mast|mast|pole|power_pole|wall_mounted|wall|suspended|wire|ceiling|ground`
* `light:count=1|2|3|4`
Expand Down
1 change: 1 addition & 0 deletions about.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ <h2 id="unterstutzte-tags-supported-tags">Unterstützte Tags / Supported Tags</h
<li><code>operator|lamp_operator=*</code></li>
<li><code>start_date=*</code></li>
<li><code>light:colour=white|orange|yellow|blue|red|green</code></li>
<li><code>light:flash=yes|pattern</code> | <code>light:character=*</code></li>
<li><code>light:method|lamp_type=high_pressure_sodium|high-pressure_sodium|SON|HPSV|low_pressure_sodium|low-pressure_sodium|SOX|sodium|sodium_vapor|LED|led|metal-halide|metal_halide|fluorescent|incandescent|mercury|electric|electrical|gas|gaslight</code></li>
<li><code>light:mount|lamp_mount|support=straight mast|straight_mast|bent mast|bent_mast|cast steel mast|cast_steel_mast|mast|pole|power_pole|wall_mounted|wall|suspended|wire|ceiling|ground</code></li>
<li><code>light:count=1|2|3|4</code></li>
Expand Down
39 changes: 39 additions & 0 deletions img/electric_directed_flashing.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions img/electric_directed_flashing_blue.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions img/electric_directed_flashing_fluorescent.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions img/electric_directed_flashing_gas.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions img/electric_directed_flashing_green.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions img/electric_directed_flashing_led.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions img/electric_directed_flashing_mercury.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions img/electric_directed_flashing_orange.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
39 changes: 39 additions & 0 deletions img/electric_directed_flashing_red.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5026551

Please sign in to comment.