https://github.com/tilemill-project/tilemill

sort by:
Revision Author Date Message Commit Date
1672dad Added Colors Plugin (#2762) +Created new plugin colors Colors in base project +Adds a new drawer to see all the available colors in Tilemill 05 November 2023, 18:10:49 UTC
5512d92 force amd64 in docker-compose to support m1 cpu (#2758) in order to start the docker stack on an apple m1 cpu device it is necessary to set the platform attribute - otherwise the build will fail with this error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/usr/src/app/node_modules/mapnik/lib/binding/mapnik.node --module_name=mapnik --module_path=/usr/src/app/node_modules/mapnik/lib/binding' (1) 29 August 2022, 21:40:47 UTC
121860d Update Exports.bones Change Exports Delete All to only delete within current project. 14 June 2022, 04:16:10 UTC
3245e78 package.json: substituted git:// with https:// (#2752) 01 February 2022, 23:52:25 UTC
75d324e Fix Dockerfile RUN chmod command on missing file (#2749) 03 December 2021, 02:24:22 UTC
5664de6 Created Docker support with postgis instance (#2748) Adapted README.md to indicate the new Docker support 15 October 2021, 01:22:10 UTC
27eeaf8 Update README.md Updated with call for help, and updated Installation instructions. 13 June 2021, 19:40:59 UTC
353317a Finished test 13 October 2019, 18:57:11 UTC
f4c798a temp test 13 October 2019, 18:45:53 UTC
f04da9c Merge pull request #2721 from tilemill-project/dev Update to how the unique version is created and tested 05 June 2019, 04:19:35 UTC
9708642 Update to how the unique version is created and tested to account for the fact that git will return different tag formats depending on whether there have been commits after the tag creation or not. 05 June 2019, 04:18:33 UTC
37701a4 Merge pull request #2720 from tilemill-project/dev Trying the pull request again now that default branch is back to Master. 01 June 2019, 01:31:35 UTC
2d0c69d Trying to merge in the v1.1.0 code again. (#2719) * Fix to abilities test (#2679) (#2681) * 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. * Upgraded backbone, generic-pool, jshint, and difflet to latest versions. (#2682) * Upgraded generic-pool, jshint, and difflet to latest versions. * Updated backbone to latest version. * Upgrade versions of dependent packages. (#2687) * Had to update millstone, mbtiles, and sqlite3 at the same time since they all have to use the same version of sqlite3 for tilemill. * Upgraded sphericalmercator to the latest version. * Also changed sphericalmercator and mbtiles to have an @mapbox scope since those have been moved. * Also moved the reference to bones and millstone to be a tpotter7 fork so that we can maintain them. It will be better for those to point at timemill-project forks but we need Dane to give us permission for that. * The files changed other than package* were to update the @mapbox scoping on require statements. * Update tilemill to use the new versions of millstone and bones that are in the tilemill project. (#2690) Using the git sources for now until we can either get access to update the published versions in npmjs or until we decide where we want to publish these. * Updated tilelive-mapnik to the mapbox scope and to v1.0.0. Also updated mapnik to ~3.7.2 so that it matches to tilelive-mapnik (to be safe) since we can only have one version of mapnik. (#2692) Confirmed on MacOS and Ubuntu. * Repointing to the version of bones that supresses the irritating warnings during mocha tests. (#2693) Tested and confirmed. So nice to not receive all the Options warnings! * Update to a broken link in the manual. * Upgraded tilelive to newer tilemill-project version. (#2700) Updated sh to bash in headers of scripts so that they have a chance of working on Linux. * Merge csytsma-export_reuse into dev (#2708) * 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. * Push new export aspect ratio:scale functionality (#2709) * 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. * Add Delete All and Search to Exports List (#2710) * Add Delete All and Search to Exports List +Add Delete All button on top of Exports List +Add Search field on top of Exports List +Uupdate css to display filename darker * Added a couple of instruactional messages. * Setup hover map instructions on Bounds field (#2713) +Changed description text under Bounds to be "Map instructions" with an "i" icon +Added 2 new css styles for icon +Moved hover text instructions from top of Exports pane to Bounds field. * Updates to use a new version of wax that fixes wax issue #3 where boxselector and pointselector were not working well together. (#2716) * Updated version from v1.0.1 to v1.1.0. 01 June 2019, 01:02:50 UTC
5ff673d Creating v1.1.0 release (#2717) * Fix to abilities test (#2679) (#2681) * 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. * Upgraded backbone, generic-pool, jshint, and difflet to latest versions. (#2682) * Upgraded generic-pool, jshint, and difflet to latest versions. * Updated backbone to latest version. * Upgrade versions of dependent packages. (#2687) * Had to update millstone, mbtiles, and sqlite3 at the same time since they all have to use the same version of sqlite3 for tilemill. * Upgraded sphericalmercator to the latest version. * Also changed sphericalmercator and mbtiles to have an @mapbox scope since those have been moved. * Also moved the reference to bones and millstone to be a tpotter7 fork so that we can maintain them. It will be better for those to point at timemill-project forks but we need Dane to give us permission for that. * The files changed other than package* were to update the @mapbox scoping on require statements. * Update tilemill to use the new versions of millstone and bones that are in the tilemill project. (#2690) Using the git sources for now until we can either get access to update the published versions in npmjs or until we decide where we want to publish these. * Updated tilelive-mapnik to the mapbox scope and to v1.0.0. Also updated mapnik to ~3.7.2 so that it matches to tilelive-mapnik (to be safe) since we can only have one version of mapnik. (#2692) Confirmed on MacOS and Ubuntu. * Repointing to the version of bones that supresses the irritating warnings during mocha tests. (#2693) Tested and confirmed. So nice to not receive all the Options warnings! * Update to a broken link in the manual. * Upgraded tilelive to newer tilemill-project version. (#2700) Updated sh to bash in headers of scripts so that they have a chance of working on Linux. * Merge csytsma-export_reuse into dev (#2708) * 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. * Push new export aspect ratio:scale functionality (#2709) * 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. * Add Delete All and Search to Exports List (#2710) * Add Delete All and Search to Exports List +Add Delete All button on top of Exports List +Add Search field on top of Exports List +Uupdate css to display filename darker * Added a couple of instruactional messages. * Setup hover map instructions on Bounds field (#2713) +Changed description text under Bounds to be "Map instructions" with an "i" icon +Added 2 new css styles for icon +Moved hover text instructions from top of Exports pane to Bounds field. * Updates to use a new version of wax that fixes wax issue #3 where boxselector and pointselector were not working well together. (#2716) * Updated version from v1.0.1 to v1.1.0. 31 May 2019, 05:50:56 UTC
cf8a142 Merge branch 'master' into dev 31 May 2019, 05:23:24 UTC
a9e5a90 Updated version from v1.0.1 to v1.1.0. 31 May 2019, 05:03:39 UTC
7f1a3b9 Updates to use a new version of wax that fixes wax issue #3 where boxselector and pointselector were not working well together. (#2716) 30 May 2019, 04:45:06 UTC
ebe0843 Setup hover map instructions on Bounds field (#2713) +Changed description text under Bounds to be "Map instructions" with an "i" icon +Added 2 new css styles for icon +Moved hover text instructions from top of Exports pane to Bounds field. 17 May 2019, 03:58:23 UTC
7df3896 Add Delete All and Search to Exports List (#2710) * Add Delete All and Search to Exports List +Add Delete All button on top of Exports List +Add Search field on top of Exports List +Uupdate css to display filename darker * Added a couple of instruactional messages. 28 April 2019, 23:58:29 UTC
c8fb920 Push new export aspect ratio:scale functionality (#2709) * 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. 28 April 2019, 00:14:45 UTC
ae07c9e Merge csytsma-export_reuse into dev (#2708) * 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. 27 April 2019, 23:55:49 UTC
85b06fd Revert "Add ability to update, or reuse, an existing Export (#2703)" (#2707) This reverts commit 92c6089dfcac4cdb23a77a5fd9f597dca9d20b17. Should have merged to dev branch instead. 27 April 2019, 23:52:19 UTC
92c6089 Add ability to update, or reuse, an existing Export (#2703) * Fix to abilities test (#2679) (#2681) * 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. * Upgraded backbone, generic-pool, jshint, and difflet to latest versions. (#2682) * Upgraded generic-pool, jshint, and difflet to latest versions. * Updated backbone to latest version. * Upgrade versions of dependent packages. (#2687) * Had to update millstone, mbtiles, and sqlite3 at the same time since they all have to use the same version of sqlite3 for tilemill. * Upgraded sphericalmercator to the latest version. * Also changed sphericalmercator and mbtiles to have an @mapbox scope since those have been moved. * Also moved the reference to bones and millstone to be a tpotter7 fork so that we can maintain them. It will be better for those to point at timemill-project forks but we need Dane to give us permission for that. * The files changed other than package* were to update the @mapbox scoping on require statements. * Update tilemill to use the new versions of millstone and bones that are in the tilemill project. (#2690) Using the git sources for now until we can either get access to update the published versions in npmjs or until we decide where we want to publish these. * Updated tilelive-mapnik to the mapbox scope and to v1.0.0. Also updated mapnik to ~3.7.2 so that it matches to tilelive-mapnik (to be safe) since we can only have one version of mapnik. (#2692) Confirmed on MacOS and Ubuntu. * Repointing to the version of bones that supresses the irritating warnings during mocha tests. (#2693) Tested and confirmed. So nice to not receive all the Options warnings! * Update to a broken link in the manual. * 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. 27 April 2019, 18:52:39 UTC
c24a46a Upgraded tilelive to newer tilemill-project version. (#2700) Updated sh to bash in headers of scripts so that they have a chance of working on Linux. 01 April 2019, 23:58:24 UTC
ecfacf3 Update to a broken link in the manual. 13 March 2019, 01:30:32 UTC
78f2870 Repointing to the version of bones that supresses the irritating warnings during mocha tests. (#2693) Tested and confirmed. So nice to not receive all the Options warnings! 11 March 2019, 03:26:27 UTC
89ebcae Added template_postgis details for mocha testing 10 March 2019, 02:38:50 UTC
1cec80c Updated tilelive-mapnik to the mapbox scope and to v1.0.0. Also updated mapnik to ~3.7.2 so that it matches to tilelive-mapnik (to be safe) since we can only have one version of mapnik. (#2692) Confirmed on MacOS and Ubuntu. 09 March 2019, 20:04:14 UTC
17baab9 Update tilemill to use the new versions of millstone and bones that are in the tilemill project. (#2690) Using the git sources for now until we can either get access to update the published versions in npmjs or until we decide where we want to publish these. 07 March 2019, 03:28:43 UTC
f39431c Upgrade versions of dependent packages. (#2687) * Had to update millstone, mbtiles, and sqlite3 at the same time since they all have to use the same version of sqlite3 for tilemill. * Upgraded sphericalmercator to the latest version. * Also changed sphericalmercator and mbtiles to have an @mapbox scope since those have been moved. * Also moved the reference to bones and millstone to be a tpotter7 fork so that we can maintain them. It will be better for those to point at timemill-project forks but we need Dane to give us permission for that. * The files changed other than package* were to update the @mapbox scoping on require statements. 06 March 2019, 16:51:39 UTC
8d288c1 Upgraded backbone, generic-pool, jshint, and difflet to latest versions. (#2682) * Upgraded generic-pool, jshint, and difflet to latest versions. * Updated backbone to latest version. 01 March 2019, 05:09:44 UTC
1f02aef Created new issue templates Created some starter templates for issues to try to improve the issue write-ups. 28 February 2019, 21:15:28 UTC
88f6457 Fix to abilities test (#2679) (#2681) * 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. 27 February 2019, 05:15:44 UTC
237d0eb 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. 27 February 2019, 05:12:20 UTC
45c5cab Updated Latest Status date. 24 February 2019, 06:31:37 UTC
9d648ef Merge V1.0.0 dev into Master for v1.00 Release (#2676) * Issue 2639 (#2641) * Fixes issue #2639 * Updated hardcoded versions Fixes issue #2639 * Update to README (#2642) Changed tileoven to tilemill. Also removed some unecessary stuff. * Update abilities.test.js - Updated regex for checking version name - Removed version[1] check, didn't seem necessary. * Bringing updated README that Cory made in Master into the v1.0.0-dev branch. * Revert "Bringing updated README that Cory made in Master into the v1.0.0-dev branch." This reverts commit 7cd79501843ae7caf5d9999b12f4e09a91dc8500. * Revert "Update to README (#2642)" This reverts commit fc2fc656e3db6c0b53ebb79e3d2b924af3b9ebfc. * Added error reporting to http calls * Improved test description logging - Added more text to describe clearly which test file is being executed. - Fixed regex in duplicate_module for dedupe * Added header of content-length All DELETE calls appear to now require a header of 'content-length'. ref: https://stackoverflow.com/questions/31864707/node-socket-hang-up-error-with-http * Fix security vulnerabilities from Github (#2648) * Updated semver - Updated semver version to 4.3.2 to fix security vulnerability. #2647 * Updated jquery to 3.3.1 - Updated jquery dependency to 3.3.1 to fix security vulnerability #2647 * Update express version to 3.11.0 - Update express dependency to 3.11.0 #2647 Tested and verified. * Updated versions of semver (to 5.0.0 since errors still need to be researched when going to 5.0.1 or later). Also updated versions of JSV and backbone to latest versions (JSV: 4.0.2; backbone: 1.1.3). (#2652) Confirmed tests pass and manual test of the app. Merging. * Issue 2653: update easy dependent module versions. (#2657) * Updating as many dependent module versions as I can (for the ones that don't break something). Here are the ones that I updated: • connect ○ Updated to latest version 3.6.6. • express ○ Updated to latest version 4.16.4. • sqlite3 ○ Current version is 3.1.13. Broke on next version 4.0.0. Needs to be researched. Latest version is 4.0.6. • carto ○ Current version is 0.18.2. Broke on next version 1.0.0. Needs to be researched. Latest version is 1.2.0. • chrono ○ Updated to latest version 1.0.5. • generic-pool ○ Updated to latest version 3.5.0. • glob ○ Updated to latest version 7.1.3. • jsdom ○ Updated to latest version 13.2.0. • mkdirp ○ Updated to latest version 0.5.1. • request ○ Updated to latest version 2.88.0. • rimraf ○ Updated to latest version 2.6.3. • sax ○ Updated to latest version 1.2.4. • step ○ Updated to latest version 1.0.0. • underscore ○ Updated to latest version 1.9.1. • xmlhttprequest ○ Updated to latest version 1.8.0. * Removed package-lock and let npm update it since I changed a whole bunch of dependent package versions. * Added .vscode directory to gitignore. * Updating semver from 5.0.0 to 5.6.0. The primary issue was that after 5, there was no more support for the browser version of semver (build in <v5.0.0). It was being included in Route.bones for use on the browser but never being used in the browser so I removed it. (#2659) * Update Carto to v1.0.1 for issue 2649 (#2662) Upgraded carto to v1.0.1: * Fixed carto.tree.Reference in core.bones - created carto reference before calling setVersion, due to new carto structure. * Fixed mapnik xml first attribute error XML is coming now as JSON with new Carto. Added '.data' to get just the actual XML. * Fixed text for invalid stylesheet -With carto 1.x, it no longer throws an error when compiling an invalid stylesheet, it just passes up an error message. - Updated to check for error message, than throw an error - Updated test to look for simplified error message. * Revert "Fixed text for invalid stylesheet" This reverts commit 894cdf3f0b815b1c93ff31c029bf8fa2e1ba9033. * Fixed issue of Carto not returning error from compile - With carto 1.x, it no longer throws an error if the stylesheet is not valid, but just returns an empty data response - Added check to see if returned data is null, then throws an error, so the client can still display the error. - However, client is throwing an additional error that still needs to be investigated. * Updated carto to v1.0.1 to fix bug - Carto had bug in util.js on null value. Carto fixed with v1.0.1. - Updated package.json to use carto 1.0.1. * Removed vscode config files * Update package-lock.json * Upgraded tilelive-mapnik from 0.6.16 to 0.6.18. (#2663) * Adding new utility scripts for installing tilemill, installing postgres and postgis, and downloading osm data and loading it into postgres. * Updated mapnik to v3.7.2 for csytsma-issue-2636 (#2664) * Replace references to Mapbox (#2666) * Updated mapnik to v3.7.2 for csytsma-issue-2636 * Updated references to mapbox -Updated references from github.com/mapbox/tilemill to github.com/tilemill-project/tilemill * New utility scripts for installation and running for Issue #2667 (#2670) * Added install and osm load utiliites and updated docs for v1.0.0. * Moved updates to dev tasks (running tests, updating docs, etc.) from README to CONTRIBUTING. * Updated CHANGELOG.md for v1.0.0 release * Updated dependencies and added back quick install * Fixed bugs in run scripts and added -d option to loadosm script. * Updated install to not have hardcoded versions for tilemill (other than for testing the script). * Added a comment to installtilemill.sh to mention where the nvm install instructions came from. * Removed issue branch from intalltilemill script in preparation for pulling it into v1.0.0-dev. * Updated runclient.sh to check if port is open Instead of waiting for 12 seconds, check if the localhost:20009 port is available, before proceeding to open browser. * Updating manual with changes that were made to the gh-docs. * Fixes to scripts to make them more robust. Fixed the directory in loadosm.sh to use the config.json root if available or to use the default if not. Also made it properly handle spaces in the directory path. Removed use of UTILS_DIR in scripts where it was not needed and made it relative elsewhere. Changed the loadosm.sh to put a copy of defaults.style into the osm data dir (if not there) and then to use that one in case you have customized it. changed the name of runtilemill.sh to tilemill.sh and moved it to the root. * Removing the test version. * Some fixes/improvements to the run scripts. * Trying out a different approach to installing homebrew. * Fixed error. * Don't need this anymore. * doc fixes. * Added missing spinner_2x.gif image. * Added missing spinner-reverse_2x.gif 24 February 2019, 06:21:53 UTC
29f72d7 Update README.md for TileOven merge (#2643) Additional updates to README to be consistent with TileOven status, as well as latest status of TileMill. Updated URLs to point to TileMill instead of TileOven Updated installation instructions Added links to previous binaries 23 January 2019, 06:03:18 UTC
ff2abe2 Update README.md Updated with information about pulling from Tileoven. 20 January 2019, 19:31:11 UTC
8a31476 Pull Tileoven back to Tilemill (#2637) Squashed changes from Tileoven: * Updated dependencies, removed topcube. * More height for layer pane * Updated readme. * Updated readme. * Default to server mode. * Remove options and code for running in windowed mode. * Fix indentation via tab to be 2 spaces like auto-indentation. * Added search to layer panel, fixed size of layer panel. * Added changelog to readme * Updated package.json * Updated Readme and travis.yml * Fix test * Changed CI URls. * Fixed typo in Travis URL * Fixed button issues in Google Chrome, see https://github.com/mapbox/tilemill/issues/2534 * Removed MapBox Integration, cleaned up dependencies and fixed mbtiles preview. * Readme update * Added possibilty to change map layer to OSM for comparison and faster rendering in export. * Updated readme. * Renamed project to TileOven, added reference to EOL of TileMill https://github.com/mapbox/tilemill/issues/2543. * Renamed in package.json * First steps to node 4.x compatiblity, thanks to: https://github.com/paulovieira/hapi-tilemill * Updated travis.yml to test node 4 * Fix tests * fix another test * Fix tests * Fix for export crash. * Fixed z-index overlap of layer selection box * Fix another z-index of export panel. * Updated readme for Node 4, thx to https://github.com/paulovieira/hapi-tilemill * Updated readme for node-legacy * Updated readme for node versios * update the urls to the customized modules * update references to the *-clima repos * Moving layer selection styling to JS, so it won't break plugins. Should fix #2 * Moved location of styling to render method. * Also fix #2 for export preview * Removed native platform builds directory. * Changed readme to reflect statement of @tmcw in https://github.com/mapbox/tilemill/issues/2543 * Fixed regular expression for carto variables in auto completion. * Remember last selected folder in new layer dialog. * Better comment * Updated changelog * Added Node 4 version to readme * Better compatibility with kosmtik, setting datasource.type property for file based layers. Prevents https://github.com/kosmtik/kosmtik/issues/76 from happening. * Updated changelog * Updated codemirror to latest version * Remove duplicated errors, see carto bug: https://github.com/mapbox/carto/issues/426 * Changed layer switchting, fix bug that project isn't refreshed on change anymore. * Bumped mapnik and carto versions. * Fixed creation of job file in export if it doesn't exist * only clear and reset test fixture data once before all test runs * initialize export and cache once * Bumped some deps like upstream * Merted travis config from upstream * Changed tilelive.js badge to tilelive * Sync bones dep to upstream * hide plugins UI - refs #1706 * Revert tests to node 0.10 like upstream * use rimraf for windows support * add init * Updated readme * Added node 6.0.0 status to readme * Updated readme * Update mapnik to latest. * Bugfix for breaking editor panel when reference was opened. Removed CodemMirror syntax highlighting of intro snippets. * Updated README * Update cartocss to latest * Forked millstone for node 6.9.x compatibility. Changed zip library to local-zip. * node-zip is no more * Updated Readme for Node 6 * Updated Readme, reduced self-praise a bit. * Removed plugin interface completly. * Added cloning of layers, actions shown on mouseover/out in layer panel * Consistent naming * Use an slightly older node-mapnik Compat with Debian Jessie and Ubuntu 14.04 * Fix for issue #10, removing updateVersion check. * Added search function for styles panel. * Updated README * Updated cartocss to latest * Updated README * Fix for failing test * Update cartocss to latest * Updated deps, mapnik & carto * Pin request NPM version. * Try to fix issue #14 by updating jsdom and pinning some versions * Support for Node 8 * Updated install instructions 20 January 2019, 19:13:58 UTC
d0a622b Merge branch 'master' of https://github.com/florianf/tileoven into florianf-master # Conflicts: # README.md # commands/export.bones # package.json # platforms/osx/Makefile # platforms/osx/TileMill.xcodeproj/project.pbxproj # platforms/osx/TileMillAppDelegate.h # platforms/osx/TileMillAppDelegate.m # platforms/osx/tilemill-Info.plist 20 January 2019, 18:46:24 UTC
2921c67 Merge pull request #2623 from paazmaya/2622-license-property Update license property to match current specification 17 September 2018, 23:09:38 UTC
dbe7195 Update license property to match current specification. Fixes #2622 23 March 2018, 10:17:44 UTC
22fb792 Merge pull request #2614 from kocio-pl/osm-carto-current-support Update dependencies for current osm-carto 26 November 2017, 07:45:57 UTC
0c7a474 Update dependencies for current osm-carto 26 November 2017, 05:03:36 UTC
266b951 Merge pull request #2610 from hecerinc/master Fix bugs based on versions and make instructions clearer 22 October 2017, 15:23:31 UTC
559fcd1 Fix request dependency on 2.81.0 for support of node 0.8.x and npm 0.10.x 22 October 2017, 03:44:39 UTC
039c016 Improve running instructions for web version on README.md 22 October 2017, 03:39:01 UTC
2251a6d Merge pull request #2579 from stevage/autosubquery Automatically wrap and unwrap bare "select" postgis statements. 25 October 2016, 19:21:59 UTC
5ca74c8 Merge pull request #1942 from joao/master Optional project description 24 October 2016, 16:06:42 UTC
a9a3c1e Merge pull request #2384 from stevage/querynames Improve automatic layer names from SQL queries. 24 October 2016, 13:55:45 UTC
012eaa2 Merge pull request #2575 from maptastik/patch-1 update install instruction 24 September 2016, 02:24:47 UTC
f09bdf0 update install instruction Currently points to `mapbox` repo for cloning tilemill. Updated to `tilemill-project` 24 September 2016, 02:21:19 UTC
5b05e98 Update README.md 21 September 2016, 19:00:39 UTC
d1fdecf More to contributing 06 September 2016, 19:28:34 UTC
454002f Slim down repository, move install to contributing 06 September 2016, 19:22:26 UTC
9d4a9b9 Merge pull request #2553 from nebulon42/upgrade-carto upgrade carto to 0.16.2 19 July 2016, 21:35:55 UTC
b8d74f5 Merge pull request #2552 from pnorman/yaml Add YAML support 19 July 2016, 21:33:42 UTC
ef73c8a upgrade carto to 0.16.2 27 April 2016, 08:38:48 UTC
42549ba Fall back to .yml filenames if .mml is missing 19 April 2016, 23:26:45 UTC
38d98c0 Support loading YAML files 19 April 2016, 23:26:45 UTC
ff87d20 update mapbox-upload and node-mapnik - refs #2512 19 April 2016, 23:11:12 UTC
4f09789 Merge pull request #2551 from pnorman/carto_0.16.0 Upgrade to carto 0.16.0 19 April 2016, 23:01:36 UTC
05dfa58 Upgrade to carto 0.16.0 18 April 2016, 22:11:40 UTC
e7ca7fb Update README.md 04 April 2016, 20:23:25 UTC
7e47f1e Merge pull request #2548 from mapbox/no-sparkle-no-more Remove sparkle 12 March 2016, 17:53:59 UTC
4c1008f rip out sparkle 12 March 2016, 01:09:01 UTC
8b17a4b add back codesigning 12 March 2016, 00:47:21 UTC
ef25bb3 Revert "debug missing project" This reverts commit c65175ec98d79d32e01279ed504819e52da3d997. 06 March 2016, 06:45:20 UTC
48ad323 add init 06 March 2016, 06:40:07 UTC
c65175e debug missing project 06 March 2016, 06:32:34 UTC
278e1f7 initialize export and cache once 06 March 2016, 06:23:33 UTC
0c77d6d only clear and reset test fixture data once before all test runs 06 March 2016, 05:28:53 UTC
c99e308 skip test on APPVEYOR 06 March 2016, 05:08:34 UTC
cacd7fa use rimraf for windows support 06 March 2016, 04:50:20 UTC
7e96a9b try getting postgres running - refs #2469 06 March 2016, 04:41:23 UTC
398cdf0 add yet more windows dll ignores 06 March 2016, 04:35:33 UTC
1d34966 add more windows dll ignores 06 March 2016, 04:31:49 UTC
18c3726 install webkit disable failing node v4 tests 06 March 2016, 04:30:00 UTC
243cc9a Merge pull request #2545 from mapbox/node-v4 Node v4 06 March 2016, 04:29:12 UTC
6553b8d drop dependency on jsdom altogether 06 March 2016, 04:24:13 UTC
2fbf06d fix #2534 06 March 2016, 04:21:45 UTC
686d8f9 Actually test on node v4 06 March 2016, 03:54:16 UTC
afb5d76 try jsdom 7.x 06 March 2016, 03:28:20 UTC
e9cd908 pin jsdom 06 March 2016, 03:27:44 UTC
9d1b3b6 bump to v0.10.2 - add osx upload target 06 March 2016, 02:59:20 UTC
9faff75 hide plugins UI - refs #1706 06 March 2016, 02:35:42 UTC
eed509f fix variable initialization 06 March 2016, 02:32:50 UTC
e4ea638 allow http requests 06 March 2016, 02:32:12 UTC
d1a521c repoint at correct (working?) topcube 06 March 2016, 02:06:23 UTC
260288e give on on node v4 06 March 2016, 02:00:18 UTC
c8761d0 point at fixed bones 1.3 instead of pinning deps - refs #2401 06 March 2016, 01:59:17 UTC
02d857c upgrade tilelive to support node v4 06 March 2016, 01:23:13 UTC
28a0413 upgrade to mbtiles@0.8.2 and node-sqlite3@3.1 05 March 2016, 23:05:53 UTC
059be08 reformat package.json 05 March 2016, 23:05:13 UTC
fa1dc01 adapt to tilelive rename [skip ci] 05 March 2016, 22:59:37 UTC
2c131cc upgrade to node-mapnik@3.5, carto 0.15.x, generic-pool 2.4 05 March 2016, 22:52:15 UTC
323ae3e test on node 4 05 March 2016, 22:51:49 UTC
8044976 disable autoloadFonts - refs mapbox/tilelive-mapnik#81 08 May 2015, 19:36:56 UTC
9619cca upgrade to node-mapnik 3.2.0 release 26 March 2015, 02:09:23 UTC
25d6ea3 Merge pull request #2478 from infamouse/patch-1 Updating clone instructions to a readable URL 18 March 2015, 14:01:34 UTC
back to top