Skip to content

Commit

Permalink
Update home.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ewlarson committed Nov 6, 2023
1 parent 7fb6663 commit f1b2514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/geoportal/modules/home.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ Blacklight.onLoad(function() {
// Oboe - SAX steam JSON results from Solr /export
// oboe('http://localhost:8983/solr/geoportal/export?fl=uuid_sdv,dc_title_sdv,centroid_sdv&indent=on&q=*:*&wt=json&sort=dc_title_sdv%20asc&rows=10000')

oboe('/centroids.json')
oboe('./centroids.json')
.node('*', function( doc ){
if(typeof doc.c != 'undefined'){
var latlng = doc.c.split(",")
Expand Down

0 comments on commit f1b2514

Please sign in to comment.