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

Port offline feature #4348

Merged
merged 8 commits into from May 21, 2019
Merged

Port offline feature #4348

merged 8 commits into from May 21, 2019

Conversation

gberaudo
Copy link
Member

@gberaudo gberaudo commented Nov 1, 2018

No description provided.

@gberaudo gberaudo changed the base branch from master to 2.3 November 1, 2018 16:15
Copy link
Member

@sbrunner sbrunner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No possible regression => no objection :-)

@gberaudo
Copy link
Member Author

gberaudo commented Nov 2, 2018

Thanks @sbrunner. Do you know why Travis is red?

@fredj
Copy link
Member

fredj commented Nov 9, 2018

@sbrunner
Copy link
Member

This pull request should be rebased ...

- port the ngeo code to ES6 modules;
- port the example.

Note that the example is actually broken: OSM layers have never been
supported by the offline service (we support WMS and WMTS).
@sbrunner sbrunner modified the milestones: 2.3, 2.3.5 Nov 30, 2018
"dependencies": {}
"dependencies": {
"localforage": "^1.7.3"
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why this?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't be in devDependencies?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the indexedDB abstraction we use for the offline feature.
It can not be a dev dependency (we want it transitively) but maybe it could be an optional dependency? That would be our first one.

@@ -1,6 +1,8 @@
/**
* @module ngeo.message.modalComponent
*/
import 'jquery';
import 'jquery-ui';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also

src/search/createGeoJSONBloodhound.js Outdated Show resolved Hide resolved
src/search/createLocationSearchBloodhound.js Outdated Show resolved Hide resolved
buildtools/webpack.dev.js Outdated Show resolved Hide resolved
@sbrunner sbrunner modified the milestones: 2.3.6, 2.3 Mar 21, 2019
@llienher llienher merged commit 4c27b6c into 2.3 May 21, 2019
@llienher llienher deleted the port_offline_feature branch May 21, 2019 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants