You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when hovering on the map, Massachusetts House legislative boundaries are displayed. We would like to be able to display Senate district boundaries as well. Adding layer controls to the leaflet openstreetmap would allow users to select which boundaries they want to see on hovering. Perhaps lights could be aggregated by district so all calls to a particular representative or senator would display together?
The text was updated successfully, but these errors were encountered:
This was the top of my to-do list, but unfortunately I still have a summer projects hangover. November should be much better.
— Andy
On Oct 12, 2017, at 10:18 AM, Andrew Pasquale <[email protected]<mailto:[email protected]>> wrote:
Currently when hovering on the map, Massachusetts House legislative boundaries are displayed. We would like to be able to display Senate district boundaries as well. Adding layer controls to the leaflet openstreetmap would allow users to select which boundaries they want to see on hovering. Perhaps lights could be aggregated by district so all calls to a particular representative or senator would display together?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<#20>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AEYHf2PM8UIOxt2jkNfowoLDgRklmprnks5srh-7gaJpZM4P3FMD>.
Just for into, the map that currently exists for rep districts is put there in /themes/custom/lightup/js/map_actions.js
this code: $.getJSON("/themes/custom/lightup/js/from_pat.geojson",function(data){ //L.geoJson( data ).addTo(map); addDistrictsToMap(data, map); });
Currently when hovering on the map, Massachusetts House legislative boundaries are displayed. We would like to be able to display Senate district boundaries as well. Adding layer controls to the leaflet openstreetmap would allow users to select which boundaries they want to see on hovering. Perhaps lights could be aggregated by district so all calls to a particular representative or senator would display together?
The text was updated successfully, but these errors were encountered: