-
-
Notifications
You must be signed in to change notification settings - Fork 277
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
Feature/live monitoring #6151
Feature/live monitoring #6151
Conversation
Signed-off-by: Taylor Smock <[email protected]>
Signed-off-by: Taylor Smock <[email protected]>
Signed-off-by: Taylor Smock <[email protected]>
…es to perform imagery switching at startup time. Also, rewrite history change to use URLSearchParams to replace existing Bing Param, if any.
…ven though no custom imagery source was defined.
Signed-off-by: Taylor Smock <[email protected]>
Signed-off-by: Taylor Smock <[email protected]>
Signed-off-by: Taylor Smock <[email protected]>
Also, import Rapid from CDN instead of bundling it with the TM. We still have to bundle the Rapid CSS file -- initial try on importing the CSS file from the CDN failed. If that is fixed, we could use a semver query for the CDN version, and get minor Rapid updates for "free". Signed-off-by: Taylor Smock <[email protected]>
Signed-off-by: Taylor Smock <[email protected]>
…ew is resized Signed-off-by: Taylor Smock <[email protected]>
Signed-off-by: Taylor Smock <[email protected]>
Signed-off-by: Taylor Smock <[email protected]>
Signed-off-by: Taylor Smock <[email protected]>
Signed-off-by: Taylor Smock <[email protected]>
Signed-off-by: Taylor Smock <[email protected]>
… for some of those functions Signed-off-by: Taylor Smock <[email protected]>
Signed-off-by: Taylor Smock <[email protected]>
…ing-Manager into facebook/chore/update-rapid
…ing-Manager into develop
- Related to #6219
The build file of CSS has been changed from The size is coming from This requires optimization. Were you aware of this, @emi420 ? Screenshot |
@royallsilwallz Underpass UI CSS is now optimized, size reduced to 10kb :) |
Quality Gate passedIssues Measures |
I can confirm that the size is optimized now. Nice work @emi420 ! |
Since there are conflicts and merge that's unrelated to this PR which makes the conflict resolution difficult, we will have @emi420 create a separate branch. Also, we will include this feature only in |
Closing this PR because we'll create a new one. |
Quality Gate passedIssues Measures |
Continued with #6299 |
This PR adds a new view for live monitoring of mapping projects, providing data quality insights.
You can see how it looks here:
#6109 (comment)
There are some other tasks that needs to be completed in order to have this feature in production.