mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-07 07:24:19 -07:00
Loading a URL with lat/lng/zoom specified does not work (#414)
This commit is contained in:
parent
937770ab3c
commit
3238e09792
4 changed files with 27168 additions and 58 deletions
|
@ -1,9 +1,8 @@
|
|||
import React from 'react';
|
||||
import Layout from '../components/layout';
|
||||
import J40Map from '../components/J40Map';
|
||||
import MapWrapper from '../components/mapWrapper';
|
||||
import HowYouCanHelp from '../components/HowYouCanHelp';
|
||||
import DownloadPacket from '../components/downloadPacket';
|
||||
import MapLegend from '../components/mapLegend';
|
||||
import * as styles from './cejst.module.scss';
|
||||
|
||||
interface IMapPageProps {
|
||||
|
@ -52,9 +51,7 @@ const CEJSTPage = ({location}: IMapPageProps) => {
|
|||
<DownloadPacket />
|
||||
</div>
|
||||
</section>
|
||||
<h2>Explore the Tool</h2>
|
||||
<J40Map location={location}/>
|
||||
<MapLegend />
|
||||
<MapWrapper location={location} />
|
||||
<HowYouCanHelp />
|
||||
</main>
|
||||
</Layout>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue