Merge branches

This commit is contained in:
Pieter Vander Vennet 2021-09-29 19:49:42 +02:00
commit 6f70dc702e
4 changed files with 107 additions and 58 deletions

17
test.ts
View file

@ -1,3 +1,4 @@
<<<<<<< HEAD
import {Tiles} from "./Models/TileRange";
import OsmFeatureSource from "./Logic/FeatureSource/TiledFeatureSource/OsmFeatureSource";
import {Utils} from "./Utils";
@ -32,4 +33,18 @@ src.LoadTile(16, 33354, 21875).then(geojson => {
mimetype: "application/vnd.geo+json"
})
})
//*/
//*/
=======
import LocationInput from "./UI/Input/LocationInput";
import Loc from "./Models/Loc";
import {UIEventSource} from "./Logic/UIEventSource";
new LocationInput({
centerLocation: new UIEventSource<Loc>({
lat: 51.1110,
lon: 3.3701,
zoom : 14
})
}).SetStyle("height: 500px")
.AttachTo("maindiv");
>>>>>>> feature/animated-precise-input