Coder Social home page Coder Social logo

Comments (4)

emylonas avatar emylonas commented on August 27, 2024

This is probably happening because the map coordinates are being loaded from Pleiades each time the page is loaded. If this is the case, one solution is to look up coordinates when inscriptions are being indexed - this would require a change to the solr xsl and a change to the search page code.

from iip-production.

atbradley avatar atbradley commented on August 27, 2024

I've made a few minor changes to the mapsearch.js script running on dlib. It should be a little faster, especially on slower connections. https://dlibwwwcit.services.brown.edu/iip/mapsearch/

from iip-production.

atbradley avatar atbradley commented on August 27, 2024

The query that's used to build the map just gives Pleiades URLs and counts for each. It's not looking at item-level details, so it wouldn't get any Pleiades data we index in Solr. If we want to limit the number of queries, we could download the Pleiades data and build a simple API that takes a list of Pleiades IDs and returns geodata for all of them in a single request.

I think my pull request above has the highest improvement:effort ratio we can manage here. For anything else, I'd probably have to refactor or rewrite large chunks of the map script. I could remove a lot of the code smell, but I don't know how much the end user would notice.

from iip-production.

atbradley avatar atbradley commented on August 27, 2024

Actually it looks like there are multiple steps in building the map. The bit that creates the map markers uses the location name and region from Solr for the first search result in that location. That still doesn't have to happen when originally setting up the page and should probably be put off until the user clicks on a circle on the map.

I've spent this morning looking at the script and I think I was right yesterday--the code is spaghetti-ish enough it'd probably be easier to rewrite than to make more improvements.

from iip-production.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.