forked from MapComplete/MapComplete
Merge branches
This commit is contained in:
commit
6f70dc702e
4 changed files with 107 additions and 58 deletions
17
test.ts
17
test.ts
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue