-
Notifications
You must be signed in to change notification settings - Fork 167
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
Refactor the map view to not use a javascript approach #5705
Commits on Sep 29, 2020
-
Working on a new MapView implementation
Using SharpMap to render to a GtkImage
Drew Holzworth committedSep 29, 2020 Configuration menu - View commit details
-
Copy full SHA for bbadf30 - Browse repository at this point
Copy the full SHA bbadf30View commit details
Commits on Sep 30, 2020
-
Implement map zooming via scroll wheel
Drew Holzworth committedSep 30, 2020 Configuration menu - View commit details
-
Copy full SHA for fc28a38 - Browse repository at this point
Copy the full SHA fc28a38View commit details -
MapView: implemented dragging navigation
Also fixed property presenter for fine control.
Drew Holzworth committedSep 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 6e30a04 - Browse repository at this point
Copy the full SHA 6e30a04View commit details
Commits on Oct 1, 2020
-
- Added marker icon - Bugfixes - Improved performance (removed unnecessary refreshes)
Drew Holzworth committedOct 1, 2020 Configuration menu - View commit details
-
Copy full SHA for c382836 - Browse repository at this point
Copy the full SHA c382836View commit details -
Choose map colours based on gtk theme
Drew Holzworth committedOct 1, 2020 Configuration menu - View commit details
-
Copy full SHA for d21f184 - Browse repository at this point
Copy the full SHA d21f184View commit details -
Use relative path to shapefile
Drew Holzworth committedOct 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 5d09a6c - Browse repository at this point
Copy the full SHA 5d09a6cView commit details -
Reorder properties in map UI to show separator description
Drew Holzworth committedOct 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 342f0c4 - Browse repository at this point
Copy the full SHA 342f0c4View commit details -
Remove redundant map-specific code from HTMLView.
Drew Holzworth committedOct 1, 2020 Configuration menu - View commit details
-
Copy full SHA for f1689d9 - Browse repository at this point
Copy the full SHA f1689d9View commit details -
Update installers to copy shapefile into installed directory.
Drew Holzworth committedOct 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 5a91cbc - Browse repository at this point
Copy the full SHA 5a91cbcView commit details -
Merge branch 'master' of https://github.com/APSIMInitiative/ApsimX in…
…to refactor/MapView
Drew Holzworth committedOct 1, 2020 Configuration menu - View commit details
-
Copy full SHA for d407c84 - Browse repository at this point
Copy the full SHA d407c84View commit details -
Added converter to change zoom/location of all maps to default
The old zoom will no longer make sense to the new mapping widget. Retaining the old coordinates for the center of the map can lead to unexpected results when changing the zoom by itself, so I've changed the center of the map as well. This is a one-time change which will reset all maps back to the default zoom/center locations. (Most of them don't have sensible values anyway).
Drew Holzworth committedOct 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 48aeab7 - Browse repository at this point
Copy the full SHA 48aeab7View commit details -
Remove accidentally-committed file.
Drew Holzworth committedOct 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 4fbf3d2 - Browse repository at this point
Copy the full SHA 4fbf3d2View commit details -
More sensible default zoom level.
Drew Holzworth committedOct 1, 2020 Configuration menu - View commit details
-
Copy full SHA for b84d27c - Browse repository at this point
Copy the full SHA b84d27cView commit details
Commits on Oct 2, 2020
-
Upgrade resource files to latest version
Drew Holzworth committedOct 2, 2020 Configuration menu - View commit details
-
Copy full SHA for 4292ee2 - Browse repository at this point
Copy the full SHA 4292ee2View commit details