Skip to content

Commit

Permalink
fix(Fonts): refactor loading of Material Icons and fonts #closes1960 (#…
Browse files Browse the repository at this point in the history
…2132)

Co-authored-by: Christopher Phelefu <[email protected]>
  • Loading branch information
kaminderpal and cphelefu authored May 14, 2024
1 parent daaaff7 commit 144112b
Show file tree
Hide file tree
Showing 42 changed files with 5,543 additions and 5,623 deletions.
7 changes: 7 additions & 0 deletions common/config/rush/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions packages/geoview-core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@
"zustand": "~4.4.1",
"react-dropzone": "^14.2.3",
"markdown-to-jsx": "~7.4.0",
"html-to-image": "^1.11.11"
"html-to-image": "^1.11.11",
"@fontsource/roboto": "^5.0.13"
},
"devDependencies": {
"@babel/cli": "^7.17.0",
Expand Down Expand Up @@ -183,4 +184,4 @@
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}
}
122 changes: 61 additions & 61 deletions packages/geoview-core/public/index.html
Original file line number Diff line number Diff line change
@@ -1,70 +1,70 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
<%= htmlWebpackPlugin.options.title %>
</title>
<link rel="shortcut icon" href="./favicon.ico" />
<link rel="stylesheet" href="css/style.css" />
<link href="https://fonts.googleapis.com/css?family=Roboto|Montserrat:200,300,400,900|Merriweather" rel="stylesheet"
type="text/css" />
</head>

<body>
<div>
<img class="center-logo header-logo" alt="logo" src="./img/Logo.png" />
<h1 class="index-header-title"><strong>Plateforme Géospatiale Canadienne (PGC) - Projet GeoView -</strong></h1>
<h1 class="index-header-title"><strong>Canadian Geospatial Platform (CGP) - GeoView Project -</strong></h1>
<hr />
<hr />
<br />
<br />
<h4>Sandbox</h4>
<a class="page-link" href="./sandbox.html">Sandbox</a>
<a class="page-link" href="./config-sandbox.html">Config Sandbox</a>

<h4>Configurations Navigator</h4>
<a class="page-link" href="./demos-navigator.html">Configurations Navigator</a>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>
<%= htmlWebpackPlugin.options.title %>
</title>
<link rel="shortcut icon" href="./favicon.ico" />
<link rel="stylesheet" href="css/style.css" />
</head>

<h4>Basic Loading</h4>
<a class="page-link" href="./default-config.html">Default Configuration</a>
<a class="page-link" href="./api-loads.html?geoms=000183ed-8864-42f0-ae43-c4313a860720,0083baf1-8145-4207-a84f-3d85ef2943a5"
>API loads</a
>
<a class="page-link" href="./type-of-layers.html">Type Of Layers</a>
<body>
<div>
<img class="center-logo header-logo" alt="logo" src="./img/Logo.png" />
<h1 class="index-header-title"><strong>Plateforme Géospatiale Canadienne (PGC) - Projet GeoView -</strong></h1>
<h1 class="index-header-title"><strong>Canadian Geospatial Platform (CGP) - GeoView Project -</strong></h1>
<hr />
<hr />
<br />
<br />
<h4>Sandbox</h4>
<a class="page-link" href="./sandbox.html">Sandbox</a>
<a class="page-link" href="./config-sandbox.html">Config Sandbox</a>

<h4>Custom Behaviour</h4>
<a class="page-link" href="./raw-add-layers.html">Add Layers</a>
<a class="page-link" href="./pygeoapi-processes.html">pygeoapi process</a>
<a class="page-link" href="./ui-components.html">UI Components</a>

<h4>Internal Package</h4>
<a class="page-link" href="./loading-packages.html">Loading Packages</a>
<a class="page-link" href="./package-swiper.html">Package - Swiper (interactive)</a>
<h4>Configurations Navigator</h4>
<a class="page-link" href="./demos-navigator.html">Configurations Navigator</a>

<h4>API and Events</h4>
<a class="page-link" href="./api-functions-test.html">API Functions Test</a>
<a class="page-link" href="./events.html">Events</a>
<a class="page-link" href="./add-panels.html">Add Panels</a>
<a class="page-link" href="./geometry.html">Geometry</a>
<a class="page-link" href="./footer-bar.html">Footer bar (vanilla JS)</a>
<h4>Basic Loading</h4>
<a class="page-link" href="./default-config.html">Default Configuration</a>
<a class="page-link"
href="./api-loads.html?geoms=000183ed-8864-42f0-ae43-c4313a860720,0083baf1-8145-4207-a84f-3d85ef2943a5">API
loads</a>
<a class="page-link" href="./type-of-layers.html">Type Of Layers</a>

<h4>Interactions</h4>
<a class="page-link" href="./inter-all.html">Interactions (all-in)</a>
<a class="page-link" href="./inter-select.html">Select</a>
<a class="page-link" href="./inter-draw.html">Draw</a>
<a class="page-link" href="./inter-modify.html">Modify</a>
<a class="page-link" href="./inter-translate.html">Translate</a>
<a class="page-link" href="./inter-snap.html">Snap</a>
<a class="page-link" href="./inter-extent.html">Extent</a>
<h4>Custom Behaviour</h4>
<a class="page-link" href="./raw-add-layers.html">Add Layers</a>
<a class="page-link" href="./pygeoapi-processes.html">pygeoapi process</a>
<a class="page-link" href="./ui-components.html">UI Components</a>

<h4>Demos</h4>
<a class="page-link" href="./demos.html">Specific Demos Pages</a>
<h4>Internal Package</h4>
<a class="page-link" href="./loading-packages.html">Loading Packages</a>
<a class="page-link" href="./package-swiper.html">Package - Swiper (interactive)</a>

<h4>Other</h4>
<a class="page-link" href="./load-test.html">Performance Test</a>
</div>
</body>
</html>
<h4>API and Events</h4>
<a class="page-link" href="./api-functions-test.html">API Functions Test</a>
<a class="page-link" href="./events.html">Events</a>
<a class="page-link" href="./add-panels.html">Add Panels</a>
<a class="page-link" href="./geometry.html">Geometry</a>
<a class="page-link" href="./footer-bar.html">Footer bar (vanilla JS)</a>

<h4>Interactions</h4>
<a class="page-link" href="./inter-all.html">Interactions (all-in)</a>
<a class="page-link" href="./inter-select.html">Select</a>
<a class="page-link" href="./inter-draw.html">Draw</a>
<a class="page-link" href="./inter-modify.html">Modify</a>
<a class="page-link" href="./inter-translate.html">Translate</a>
<a class="page-link" href="./inter-snap.html">Snap</a>
<a class="page-link" href="./inter-extent.html">Extent</a>

<h4>Demos</h4>
<a class="page-link" href="./demos.html">Specific Demos Pages</a>

<h4>Other</h4>
<a class="page-link" href="./load-test.html">Performance Test</a>
</div>
</body>

</html>
Loading

0 comments on commit 144112b

Please sign in to comment.