-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
I am trying to connect a CSV file with the Map but ...well .. I dont know where my fault is...
var map = mapmap(mapEl(1)) //! .geometry('../data/germany.geojson', 'AGS') //! .data('517-01-5777.csv', 'DG') .meta({ 'Name': { label: 'Name of county', } }) .choropleth('pop_count') .hoverInfo(['Name','price', 'SDV_RS', 'GEN']) .applyBehavior(mapmap.behavior.zoom()) .legend(mapmap.legend.html())
the file is in the same folder like the html.
Thanks
Metadata
Metadata
Assignees
Labels
No labels