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
App._ -rw-r--r-- 2.2 KB
Autostyle._ -rw-r--r-- 656 bytes
Config._ -rw-r--r-- 2.1 KB
Datasource._ -rw-r--r-- 1.8 KB
DatasourceRows._ -rw-r--r-- 516 bytes
Error._ -rw-r--r-- 81 bytes
Exports._ -rw-r--r-- 2.0 KB
Layer._ -rw-r--r-- 9.1 KB
Layers._ -rw-r--r-- 283 bytes
Library._ -rw-r--r-- 1.8 KB
Manual._ -rw-r--r-- 387 bytes
Map._ -rw-r--r-- 400 bytes
Metadata._ -rw-r--r-- 7.9 KB
Modal._ -rw-r--r-- 685 bytes
Pane._ -rw-r--r-- 279 bytes
Plugin._ -rw-r--r-- 1.2 KB
Plugins._ -rw-r--r-- 783 bytes
Preview._ -rw-r--r-- 526 bytes
Project._ -rw-r--r-- 2.3 KB
ProjectAdd._ -rw-r--r-- 1.8 KB
ProjectLayer._ -rw-r--r-- 1.0 KB
Projects._ -rw-r--r-- 996 bytes

back to top