We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13329c commit 3a89bc9Copy full SHA for 3a89bc9
1 file changed
src/js/app.js
@@ -546,9 +546,7 @@ var fishfrys = L.geoJson(null, {
546
/**
547
* Request the GeoJSON, add it to the layer and add the layer to the map
548
*/
549
-//var geojsonSrc = "https://fishfry.codeforpgh.com/api/fishfries/";
550
-// temp location 2026 M Howe
551
-var geojsonSrc = "https://pghfishfry-christianbgass.pythonanywhere.com/";
+var geojsonSrc = "https://data.pghfishfry.org/api/fishfries/";
552
// var geojsonSrc = "https://raw.githubusercontent.com/CodeForPittsburgh/fishfrymap/master/data/fishfrymap2018.geojson"; //?" + now.unix();
553
$.getJSON(geojsonSrc, function (data) {
554
console.log("Fish Frys successfully loaded");
0 commit comments