Files
Fable.OpenLayers/Fable.OpenLayers.slnx
Moritz Jörg 854fecd670 feat: Add Controls/FullScreen bindings
Provides a button that when clicked fills up the full screen with the map.
It is supported by 82% of browser [ref](https://caniuse.com/fullscreen).

Also changes TargetFramework to netstandard2.1 for better compat
2025-08-19 16:14:41 +02:00

16 lines
408 B
Plaintext

<Solution>
<Configurations>
<Platform Name="Any CPU" />
<Platform Name="x64" />
<Platform Name="x86" />
</Configurations>
<Folder Name="/Solution Items/">
<File Path="Dockerfile" />
<File Path="LICENSE" />
<File Path="README.md" />
</Folder>
<Project Path="Build.fsproj" />
<Project Path="src/Fable.OpenLayers.fsproj" />
<Project Path="test/Tests.fsproj" />
</Solution>