Commit e925ce6
Feature/map (#222)
* initial commit for maps
* styles update
* fixed old type
* fixed library name
* fixed conflicts
* Update publish.yml (#276)
* run npm audit fix (#275)
* 4.0.6
* Update publish.yml (#277)
* 4.0.7
* try updated checkout action (#279)
* 4.0.8
* Update publish (#280)
* try updated checkout action
* add repository to package.json?
* 4.0.9
* Update publish.yml
try and get the npm logs
* Update publish.yml
* Update publish.yml
Remove debug step
* 278 corps castle link not redirecting correctly (#281)
* Run at /groundwork locally to better emulate docs site
* Modify docs template to make home button and breadcrumbs work better. Remove any logic from breadcrumb items, just use the href provided.
* Add a `homeUrl` prop to the site wrapper that drives the href of the usace logo in the header, just pass that href down, or if not provided bail with a `#`
* add `homeUrl` prop to SiteWrapper docs
* 4.1.0
* Fix duplicated docs hash links (#282)
* 4.1.1
* try and get up to date package lock
* update groundwork-geo
* remove annoying type errors
* change from console.log to alert, that way we show the user click handler is doable
* swap alert for console.log
* make mapping navigation links consistent
* Fix mapping section of links in nav-links.js
* add demo imports for the components being used
* fix demo import for GeoJSONLayer
* Update map-layout docs
Note that it is leftSidebar and the other overlays are ...Toolbar
---------
Co-authored-by: thill02 <tessa.j.hill@usace.army.mil>
Co-authored-by: Charles Graham <charles.r.graham@usace.army.mil>1 parent 906a787 commit e925ce6
18 files changed
Lines changed: 1873 additions & 1091 deletions
File tree
- lib/components/display
- src
- app-bundles
- app-pages/documentation/mapping
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
22 | 28 | | |
23 | 29 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
20 | | - | |
21 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
45 | 46 | | |
46 | 47 | | |
47 | 48 | | |
48 | | - | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| |||
0 commit comments