I spent hours trying to figure out how to read in a URL page with GeoJSON with AngularJS and $http.get. I started out with the example from:
http://www.w3schools.com/angular/angular_http.asp
but it doesn't seem to work with GeoJSON webpage. I tried using Leaflet but I couldn't get it to work either. The GeoJSON page I'm try to read in with AngularJS with $http.get is:
http://eric.clst.org/wupl/Stuff/gz_2010_us_050_00_500k.json
Is it not possible to use AngularJS and $http.get with GeoJSON pages? If anyone could provide any advice I would be very grateful. Thank you.
Dave