nycehs / nyccas-vis-demo

0 stars 0 forks source link

nyccas points for leaflet map #3

Closed mmontesanonyc closed 1 year ago

mmontesanonyc commented 1 year ago

hey @chuskey79, could you please share the points for the nyccas sites (lat/long and any other information - pref as CSV) so i can rebuild the NYCCAS Sites map using Leaflet? thx. Feel free to drop into this repository, in a folder named data.

chuskey79 commented 1 year ago

Will x/y coordinates work?

mmontesanonyc commented 1 year ago

Probably - add what you've got to the repo and I'll let you know if there are any issues.

chuskey79 commented 1 year ago

I added a file with the lat longs in the directory (sites_in_history.csv).

mmontesanonyc commented 1 year ago

Thanks! This'll do it. I'm able to loop through that file and add each to the map as a point, plus some conditional styling and tooltips. There's definitely room for improvement with the conditional styling - might use this approach - but the bones are there.

image

cgettings commented 1 year ago

@mmontesanonyc Also check out what I did for realtime AQ using color icon

mmontesanonyc commented 1 year ago

Thanks for the reminder!