https://github.com/tilemill-project/tilemill
Revision c8fb92041c75f1edefd9b756afee9e8ab778269c authored by csytsma on 28 April 2019, 00:14:45 UTC, committed by Tim Potter on 28 April 2019, 00:14:45 UTC
* Fix to abilities test (#2679)

* Putting assertion on the version number back to how it used to be since the new code is failing and the old code used to work. package-lock also was updated by npm so checking that in as well.

* Updated version numbers for a v1.0.1 patch release.

* Created new issue templates

Created some starter templates for issues to try to improve the issue write-ups.

* Added template_postgis details for mocha  testing

* Upgraded tilelive to newer tilemill-project version.
Updated sh to bash in headers of scripts so that they have a chance of working on Linux.

* Added export parameters display

+On View Exports pane, displays the parameters that were entered for each specific export: static zoom, height x width, bounding box.

* Implemented the remaining Load Export functionality

+ Added project Model to exportList function so it's available in the Exports view model.
+ Added ability to set export defaults in MetaData view model, if called from Exports view model
+ Added button and Load Export functionality to Exports view model and template
+ Updated Metadata template to pull defaults from Exports model, if available.

* Incorporated Tim's requested changes

+Changed feature to 'Update' instead of 'Load'
+Added feature to add an Export Note
+Fixed issue of Center not being saved to Export model
+Increased size of text fields on Export dialog
+Cleaned up displayed text for each export on Exports List.

* Reverted Bounds to input type

* Added loading spinner when saving project settings

+Disabled Save button after selecting it in Settings dialog
+Add 'loading' spinner

* Added aspect ratio feature

+aspect ratio width and height fields
+checkbox to enable or disable it
+redraws bounding box if enabled and aspect ratio changes

TODO: fix bounding box aspect

* Implemented Export bounding box scale and aspect ratio

+Display and allow editing Scale of bounding box
+Constrain bounding box to Scale if Locked
+Allow bounding box to be repositioned by dragging from center
+Display width/height of bounding box in meters
+Required editing of Wax library for BoxSelector().
+Reduced default fontsize for input fields to 12px, to match the rest of the font sizes used throughout.

* Added additional export features

+Export Updates also pulls aspect sizes and notes
+Added Feature Size display

* Set default static_zoom to match project

* Updated to temporarily point at wax dev branch

* Updates to go with the boxselector enhancement in Wax.
Fixed a bug in aspect value settings. Added instructions. Updated package.json to use new Wax.

* Added comment to css/style.css and updated Route.bones to use minifies wax.mm.min.js.
1 parent ae07c9e
History
Tip revision: c8fb92041c75f1edefd9b756afee9e8ab778269c authored by csytsma on 28 April 2019, 00:14:45 UTC
Push new export aspect ratio:scale functionality (#2709)
Tip revision: c8fb920
File Mode Size
.github
_posts
assets
commands
controllers
data
examples
fonts
lib
models
platforms
plugins
servers
templates
test
utils
views
.gitignore -rw-r--r-- 230 bytes
.travis.yml -rw-r--r-- 525 bytes
CHANGELOG.md -rw-r--r-- 5.1 KB
CONTRIBUTING.md -rw-r--r-- 2.5 KB
LICENSE.md -rw-r--r-- 1.4 KB
README.md -rw-r--r-- 1.2 KB
appveyor.yml -rw-r--r-- 1.6 KB
configure.js -rwxr-xr-x 1.6 KB
index.js -rwxr-xr-x 1.4 KB
package-lock.json -rw-r--r-- 208.3 KB
package.json -rw-r--r-- 2.4 KB
rebuild_cxx.sh -rwxr-xr-x 814 bytes
tilemill.sh -rwxr-xr-x 783 bytes

README.md

back to top