Skip to content

Commit

Permalink
Debug
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Jan 28, 2019
1 parent f99d74d commit 07b65d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions geoviews/element/geo.py
Original file line number Diff line number Diff line change
Expand Up @@ -753,6 +753,9 @@ def from_records(cls, records, dataset=None, on=None, value=None,
dim = Dimension(ind)
kdims.append(dim)

print(dataset, value)
print(dataset.data)

ddims = []
if dataset:
if value:
Expand Down

0 comments on commit 07b65d4

Please sign in to comment.