This GIST provides an example of a Google Maps map with an OL3 map as control, to give users a Google base map with OL3 content on top.
Open the corresponding bl.ock to view the example in your browser.
package com.joopaue | |
import com.google.gson.JsonElement | |
import java.time.Instant | |
data class Data( | |
val time: Instant, | |
val data: JsonElement, | |
) |
name: Example Slack Notification | |
on: push | |
jobs: | |
example-slack: | |
runs-on: ubuntu-latest | |
permissions: | |
contents: read | |
actions: read | |
steps: |
This GIST provides an example of a Google Maps map with an OL3 map as control, to give users a Google base map with OL3 content on top.
Open the corresponding bl.ock to view the example in your browser.