Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.12 KB | None | 0 0
  1. x
  2. case
  3. when (bounds_width($geometry)<2300 and bounds_height($geometry)<1900) and (bounds_width(@atlas_geometry)>= bounds_height(@atlas_geometry)) then 13
  4. /*A4P*/when (bounds_width($geometry)<2300 and bounds_height($geometry)<1900) and (bounds_width(@atlas_geometry)<= bounds_height(@atlas_geometry)) then 6
  5. /*A3P*/when (bounds_width(@atlas_geometry)<3400 and bounds_height(@atlas_geometry)<2750) and (bounds_width(@atlas_geometry)<= bounds_height(@atlas_geometry)) then 6
  6. /*A3L*/when (bounds_width(@atlas_geometry)<3400 and bounds_height(@atlas_geometry)<2750) and (bounds_width(@atlas_geometry)>= bounds_height(@atlas_geometry)) then 357
  7. /*A2P*/when (bounds_width(@atlas_geometry)<4900 and bounds_height(@atlas_geometry)<3900) and (bounds_width(@atlas_geometry)<= bounds_height(@atlas_geometry)) then 162
  8. /*A2L*/when (bounds_width(@atlas_geometry)<4900 and bounds_height(@atlas_geometry)<3900) and (bounds_width(@atlas_geometry)>= bounds_height(@atlas_geometry)) then 500
  9. /*A1P*/when (bounds_width(@atlas_geometry)<7000 and bounds_height(@atlas_geometry)<5700) and (bounds_width(@atlas_geometry)<= bounds_height(@atlas_geometry)) then 246
  10. /*A1L*/when (bounds_width(@atlas_geometry)<7000 and bounds_height(@atlas_geometry)<5700) and (bounds_width(@atlas_geometry)>= bounds_height(@atlas_geometry)) then 705
  11. end
  12.  
  13. y
  14. case
  15. when (bounds_width($geometry)<2300 and bounds_height($geometry)<1900) and (bounds_width(@atlas_geometry)>= bounds_height(@atlas_geometry)) then 1.5
  16. /*A4P*/when (bounds_width($geometry)<2300 and bounds_height($geometry)<1900) and (bounds_width(@atlas_geometry)<= bounds_height(@atlas_geometry)) then 1.5
  17. /*A3P*/when (bounds_width(@atlas_geometry)<3400 and bounds_height(@atlas_geometry)<2750) and (bounds_width(@atlas_geometry)<= bounds_height(@atlas_geometry)) then 1.5
  18. /*A3L*/when (bounds_width(@atlas_geometry)<3400 and bounds_height(@atlas_geometry)<2750) and (bounds_width(@atlas_geometry)>= bounds_height(@atlas_geometry)) then 5
  19. /*A2P*/when (bounds_width(@atlas_geometry)<4900 and bounds_height(@atlas_geometry)<3900) and (bounds_width(@atlas_geometry)<= bounds_height(@atlas_geometry)) then 470
  20. /*A2L*/when (bounds_width(@atlas_geometry)<4900 and bounds_height(@atlas_geometry)<3900) and (bounds_width(@atlas_geometry)>= bounds_height(@atlas_geometry)) then 10
  21. /*A1P*/when (bounds_width(@atlas_geometry)<7000 and bounds_height(@atlas_geometry)<5700) and (bounds_width(@atlas_geometry)<= bounds_height(@atlas_geometry)) then 685
  22. /*A1L*/when (bounds_width(@atlas_geometry)<7000 and bounds_height(@atlas_geometry)<5700) and (bounds_width(@atlas_geometry)>= bounds_height(@atlas_geometry)) then 5
  23. end
  24.  
  25. w
  26. case
  27. when (bounds_width($geometry)<2300 and bounds_height($geometry)<1900) and (bounds_width(@atlas_geometry)>= bounds_height(@atlas_geometry)) then 50
  28. /*A4P*/when (bounds_width($geometry)<2300 and bounds_height($geometry)<1900) and (bounds_width(@atlas_geometry)<= bounds_height(@atlas_geometry)) then 50
  29. /*A3P*/when (bounds_width(@atlas_geometry)<3400 and bounds_height(@atlas_geometry)<2750) and (bounds_width(@atlas_geometry)<= bounds_height(@atlas_geometry)) then 50
  30. /*A3L*/when (bounds_width(@atlas_geometry)<3400 and bounds_height(@atlas_geometry)<2750) and (bounds_width(@atlas_geometry)>= bounds_height(@atlas_geometry)) then 60
  31. /*A2P*/when (bounds_width(@atlas_geometry)<4900 and bounds_height(@atlas_geometry)<3900) and (bounds_width(@atlas_geometry)<= bounds_height(@atlas_geometry)) then 87
  32. /*A2L*/when (bounds_width(@atlas_geometry)<4900 and bounds_height(@atlas_geometry)<3900) and (bounds_width(@atlas_geometry)>= bounds_height(@atlas_geometry)) then 85
  33. /*A1P*/when (bounds_width(@atlas_geometry)<7000 and bounds_height(@atlas_geometry)<5700) and (bounds_width(@atlas_geometry)<= bounds_height(@atlas_geometry)) then 85
  34. /*A1L*/when (bounds_width(@atlas_geometry)<7000 and bounds_height(@atlas_geometry)<5700) and (bounds_width(@atlas_geometry)>= bounds_height(@atlas_geometry)) then 130
  35. end
  36.  
  37. h
  38. case
  39. when (bounds_width($geometry)<2300 and bounds_height($geometry)<1900) and (bounds_width(@atlas_geometry)>= bounds_height(@atlas_geometry)) then 9
  40. /*A4P*/when (bounds_width($geometry)<2300 and bounds_height($geometry)<1900) and (bounds_width(@atlas_geometry)<= bounds_height(@atlas_geometry)) then 9
  41. /*A3P*/when (bounds_width(@atlas_geometry)<3400 and bounds_height(@atlas_geometry)<2750) and (bounds_width(@atlas_geometry)<= bounds_height(@atlas_geometry)) then 9
  42. /*A3L*/when (bounds_width(@atlas_geometry)<3400 and bounds_height(@atlas_geometry)<2750) and (bounds_width(@atlas_geometry)>= bounds_height(@atlas_geometry)) then 15
  43. /*A2P*/when (bounds_width(@atlas_geometry)<4900 and bounds_height(@atlas_geometry)<3900) and (bounds_width(@atlas_geometry)<= bounds_height(@atlas_geometry)) then 16
  44. /*A2L*/when (bounds_width(@atlas_geometry)<4900 and bounds_height(@atlas_geometry)<3900) and (bounds_width(@atlas_geometry)>= bounds_height(@atlas_geometry)) then 16
  45. /*A1P*/when (bounds_width(@atlas_geometry)<7000 and bounds_height(@atlas_geometry)<5700) and (bounds_width(@atlas_geometry)<= bounds_height(@atlas_geometry)) then 16
  46. /*A1L*/when (bounds_width(@atlas_geometry)<7000 and bounds_height(@atlas_geometry)<5700) and (bounds_width(@atlas_geometry)>= bounds_height(@atlas_geometry)) then 25
  47. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement