This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html, | |
body { | |
font-size: 16px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
html, | |
body { | |
font-size: 16px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.card.is-avatar { | |
max-width: 350px; | |
margin: auto; | |
} | |
.card.is-avatar .card-image { | |
display: flex; | |
justify-content: center; | |
align-items: center; | |
padding: 25px 0 0; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
open Thoth.Json | |
open Fable.Core | |
open Fable.Core.JS | |
open Fable.Core.JsInterop | |
// Code copied from https://github.com/MangelMaxime/Fable.Geojson/blob/master/src/Geojson.fs | |
// REPL include Geojson library so I copy/paste the code in order to have equivalent | |
module GeoJson = |
OlderNewer