Skip to content

Latest commit

 

History

History
13 lines (6 loc) · 1.49 KB

README.md

File metadata and controls

13 lines (6 loc) · 1.49 KB

NLSFindByPlaceGEOJSON

This demonstration application uses OpenLayers v 4.6, and GEOJSON graphic index files to form a geographical retrieval interface for historical maps. Searching is possible by zooming in on the map, with an option to change the map base layer between Bing, Ordnance Survey and OpenStreetMap layers. Searching is also possible by using a Nominatim gazetteer, a British National Grid Reference, as well as historic county and parish drop-down lists.

The boundaries of historic maps are held as GEOSJON files. Clicking on the map initiates an forEachFeatureAtPixel query, returning features that intersect with the point clicked upon. Selected fields from these features are returned to a right-hand 'Results' div/panel, and the features are highlighted on the map by creating a temporary vector layer overlay.

The NLSFindByPlaceOL3 Github repository and application uses a similar interface, but stores the map indexes in GeoServer, which is likely to be better for larger graphic indexes.

The application accompanies the NLSExploreGeoreferencedMaps Github repository and application, sharing a similar interface, use of OpenLayers, gazetteer search and css.