Wayne Graham

Results 21 comments of Wayne Graham

Can confirm that running my CSV that was having the index out of range issue through `unix2dos` resolved this for macOS.

I just took a look at that chapters example; there may be a change in the API response that's causing this, but the quotes can get a bit funky with...

I checked with IIIF folks and the closest page they currently have to the user-focused Stanford information is https://iiif.io/get-started/how-iiif-works/. We can perhaps coordinate with them to add a new page...

@cbranton are you in a situation where you have only dates from 1844 and the elements not centering, or going to the beginning takes time?

@clioweb this may be as simple as abstracting @davidmcclure's zoom tools for the timeline in the Neatline plugin

@pbcote Neatline "supports" WMTS (at least as far as OpenLayers 2 does), but there's not a web interface for enabling layers. If you're brave enough, take a look at the...

Thanks @tamielbr Right now everything is running out of Github Pages. We need to implement an i18n solution to handle this, but it shouldn't be too big of a deal....

I think it's a good idea to do both; not sure everyone who's using Neatline will implement SolrSearch.

@davidmcclure where's the regex? I suspect you've got a greedy matcher at the end...

Can you really select CSS selectors with a regex with any type of certainty? Everyone will write it slightly differently: ``` .overview-line{ ... } .overview { ... } .overview-circle {...