Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade to OpenLayers v7 #334

Closed
wants to merge 12 commits into from
Closed
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ Prerequisites: Node.js and npm need to be available on your system.
npm install
```

> Note: The **package-lock.json** is generated using the minimum NPM version specified in **package.json** `engines.npm`. If you use a more recent version, please do not commit this file.

- Run the init-app script, which creates a base application (a copy of the `app-starter` dir) under `app/` to extend with custom components and resources (e.g. CSS styling) for your project.

``` bash
Expand Down
4 changes: 2 additions & 2 deletions app-starter/WguAppTemplate.vue
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
</wgu-app-sidebar>

<slot name="wgu-before-content" />
<v-content app>
<v-main app>
<v-container id="ol-map-container" fluid fill-height class="pa-0">
<wgu-map />
<!-- layer loading indicator -->
Expand All @@ -39,7 +39,7 @@
<!-- Register custom overlays, e.g. feature hover components here -->
<wgu-hover-tooltip />
</v-container>
</v-content>
</v-main>

<template v-for="(moduleWin, index) in floatingWins">
<component
Expand Down
Loading