https://github.com/tilemill-project/tilemill
Revision ae07c9ebf8fcbf662cba7d3a818c13e4e84460ac authored by csytsma on 27 April 2019, 23:55:49 UTC, committed by Tim Potter on 27 April 2019, 23:55:49 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

* Delete package-lock.json

* Revert "Delete package-lock.json"

This reverts commit 1af62620cfe1881b6fed2073aaae417a9933bb67.

* Delete package-lock.json

* Revert "Delete package-lock.json"

This reverts commit ec7fe8c95f0f8544e62ce8f9b2da1f2c6a1415eb.
1 parent c24a46a
History
Tip revision: ae07c9ebf8fcbf662cba7d3a818c13e4e84460ac authored by csytsma on 27 April 2019, 23:55:49 UTC
Merge csytsma-export_reuse into dev (#2708)
Tip revision: ae07c9e
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-- 249.2 KB
package.json -rw-r--r-- 2.3 KB
rebuild_cxx.sh -rwxr-xr-x 814 bytes
tilemill.sh -rwxr-xr-x 783 bytes

README.md

back to top