mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-31 12:41:17 -07:00
Use MapLibre for Map Visualization (#300)
* switching to MapLibre (see more at https://github.com/usds/justice40-tool/issues/299) * Removing traces of OpenLayers * Review comments - removing unused properties, component This is a pre-requisite for addressing issue #280 and other similar control-related tickets
This commit is contained in:
parent
27d9472326
commit
2257627938
21 changed files with 53 additions and 505 deletions
|
@ -4,7 +4,7 @@ describe('LatLng Test', () => {
|
|||
it('Checks that as the map zooms the lat/lng coordinates in the URL update', () => {
|
||||
cy.visit('http://localhost:8000/en/cejst?flags=mb');
|
||||
cy.url().should('include', '#3');
|
||||
cy.get('.mapboxgl-ctrl-zoom-in > .mapboxgl-ctrl-icon').click();
|
||||
cy.get('.maplibregl-ctrl-zoom-in > .maplibregl-ctrl-icon').click();
|
||||
cy.url().should('include', '#4');
|
||||
cy.getMap().then((map) => {
|
||||
cy.panTo(map, [-77.9, 35.04]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue