Skip to content

Commit

Permalink
Updated example
Browse files Browse the repository at this point in the history
  • Loading branch information
Aklakan committed Aug 26, 2024
1 parent 120522f commit 5ccf7bc
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/demos/leaflet-graphql/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,9 @@ <h3>Edit GraphQL Query</h3>
type @bind(of: "'Feature'")
properties {
style {
color @bind(of: "'blue'")
color @bind(of: "'blue'")
fillColor @bind(of: "'green'")
opacity @bind(of: "0.65")
opacity @bind(of: "0.65")
}
label @one @pattern(of: "?s rdfs:label ?o . FILTER(langMatches(lang(?o), 'en'))", from: "s", to: "o")
}
Expand Down Expand Up @@ -157,9 +157,10 @@ <h3>Edit GraphQL Query</h3>
type @bind(of: "'Feature'")
properties {
style {
color @bind(of: "'blue'")
fillColor @bind(of: "'green'")
opacity @bind(of: "0.65")
color @bind(of: "'blue'")
opacity @bind(of: "0.5")
fillColor @bind(of: "CONCAT('#', SUBSTR(MD5(STR(?s)), 1, 6))")
fillOpacity @bind(of: "0.7")
}
id @bind(of: "?s")
Expand Down

0 comments on commit 5ccf7bc

Please sign in to comment.