Skip to content

Commit

Permalink
fix topojson lookup
Browse files Browse the repository at this point in the history
  • Loading branch information
jackrusher committed Oct 24, 2023
1 parent b5462a8 commit b69b47b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions notebooks/semantic.clj
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,8 @@

(v/vl {:width 650 :height 650
:config {:projection {:type "mercator" :center [10.4515 51.1657]}}
:layer [{:data {:url "https://raw.githubusercontent.com/deldersveld/topojson/master/countries/germany/germany-regions.json"
:format {:type "topojson" :feature "DEU_adm2"}}
:layer [{:data {:url "https://raw.githubusercontent.com/AliceWi/TopoJSON-Germany/master/germany.json"
:format {:type "topojson" :feature "states"}}
:mark {:type "geoshape" :fill "lightgray" :stroke "white"}}
{:encoding {:longitude {:field "longitude" :type "quantitative"}
:latitude {:field "latitude" :type "quantitative"}}
Expand Down

0 comments on commit b69b47b

Please sign in to comment.