forked from MapComplete/MapComplete
Last finishing touches for the opening-hours visualization
This commit is contained in:
parent
895ec01213
commit
35bd49e5ba
13 changed files with 487 additions and 97 deletions
6
test.ts
6
test.ts
|
@ -3,13 +3,13 @@
|
|||
import OpeningHoursVisualization from "./UI/OhVisualization";
|
||||
import {UIEventSource} from "./Logic/UIEventSource";
|
||||
|
||||
new OpeningHoursVisualization(new UIEventSource<any>({
|
||||
opening_hours: "mo-fr 09:00-17:00; Sa 09:00-17:00 'by appointment'; PH off; Th[1] off;",
|
||||
new OpeningHoursVisualization( new UIEventSource<any>({
|
||||
opening_hours: "2000 Dec 21 10:00-12:00;",
|
||||
_country: "be",
|
||||
_lat: "51.2",
|
||||
_lon: "3.2"
|
||||
}
|
||||
)).AttachTo("maindiv")
|
||||
), 'opening_hours').AttachTo("maindiv")
|
||||
|
||||
|
||||
/*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue