-
Notifications
You must be signed in to change notification settings - Fork 3
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
Raster styler2 #195
Raster styler2 #195
Conversation
@jorgenevil Har du en PR for |
Cached-tiles issue fixed in 489b8b9. |
@jorgenevil har merga #195 inn i denne PR'en. så har vi alt på ett sted ift slider/styler. Kan bare |
@jorgenevil Ble veldig nice med slider. og dragging 👍 |
- todo: sortable, update, create-cube-button, etc. - todo: Create better metadata for datasets in cube
- todo: update cube on changes, add/remove datasets, more options
- bugs: can't add to layermeny when empty
if(window.innerHeight > window.innerWidth) var portrait = true; | ||
|
||
// Get width | ||
var width = portrait ? app.isMobile.width : app.isMobile.height; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jorgenevil portrait
er undefined
her hvis ikke portrait=true. Må definere var portrait
utenfor if/else.
- loading bug still active, but not important (fix with #210) - remove stale model.layers.cube.js
…nto rasterStyler2
…nto rasterStyler2
- also: beginning work on GUI for cube mask - lots of small things
… query route for geometry features
- todo: mark polygon for active query - todo: when moving cursor after querying polygon, query for polygon only - tood: lots of fixes, improvements
- pre total refactor of graph.year.js
… n lots of other things
Begynnelsen på raster styler. Litt buggy, men oppdaterer cube rastere hvis de ikke har vært laget før ... dvs, hvis det allerede finnes et pregenerert raster, vil den bruke dette snarere enn å lage nye filer. (Se bilde nedenfor, hvor flere stylinger henger igjen)