Startup Comparisons for TileMill 0.9 on Windows 7
1:03PM: Updates to reflect new package commits - Install-TileMill-0.8.0-522
Time for Restart| Program | Time for Cold Start |
|---|
Startup Comparisons for TileMill 0.9 on Windows 7
1:03PM: Updates to reflect new package commits - Install-TileMill-0.8.0-522
Time for Restart| Program | Time for Cold Start |
|---|
| The "sys" module is now called "util". It should have a similar interface. | |
| The "sys" module is now called "util". It should have a similar interface. | |
| The "sys" module is now called "util". It should have a similar interface. | |
| Note: Unknown option "updatesVersion" in config file. | |
| Note: Unknown option "updatesTime" in config file. | |
| Note: Unknown option "updates" in config file. | |
| Started [Server Tile:20008]. | |
| Plugin [carto] loaded. | |
| Plugin [editor] loaded. | |
| Plugin [fonts] loaded. |
| [11:30:25] <wboykinm> yhahn: sorry to pester you, but I see that Dane isn't awake yet. | |
| [11:30:30] <yhahn> haha | |
| [11:30:33] <yhahn> sup | |
| [11:30:48] <wboykinm> yhahn: have you gotten any reports of tm for windows crashing without lodaing today? | |
| [11:31:01] <yhahn> hm, no | |
| [11:31:23] <wboykinm> yhahn: I'm pretty sure it's nothing systemic, but I've got a problem stemming from github integration. Here's the latest log: https://gist.github.com/1711412 | |
| [11:31:55] <wboykinm> I set up a parallel "project" folder set up with a git, called "project2" | |
| [11:32:18] <wboykinm> I copied one project folder from there into "project" and now Tilemill crahses on start | |
| [11:32:19] <yhahn> hmm | |
| [11:32:38] <wboykinm> i reinstalled and deleted the folder, but it still crashes |
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>CartoDB Sketch View</title> | |
| <script type="text/javascript" src="../js/core.js"></script> | |
| <script type="text/javascript" src="../js/settings.js"></script> | |
| <script type="text/javascript" src="../js/mercator.js"></script> | |
| <script type="text/javascript" src="../js/geometry.js"></script> | |
| <script type="text/javascript" src="../js/model.js"></script> |
| from vb2py.vbfunctions import * | |
| def UVRtoRGB(): | |
| pRGB = RgbColor() | |
| pMxDoc = ThisDocument | |
| pGeoFtrLyr = pMxDoc.FocusMap.Layer(0) | |
| pUVRend = pGeoFtrLyr.Renderer | |
| VBFiles.openFile(1, OUTPUT_FILE, 'w') | |
| VBFiles.writeText(1, 'Value,Red,Green,Blue', '\n') | |
| for f in vbForRange(0, pUVRend.ValueCount - 1): | |
| sVal = pUVRend.Value(f) |
| ' ---- Adapted from Miles Hitchen at http://forums.esri.com/Thread.asp?c=93&f=1730&t=220177 ---- | |
| Public Sub UVRtoRGB() | |
| ' ---- Change this output location ---- | |
| Const OUTPUT_FILE = "C:\Miles\RGBValues.txt" | |
| ' ------------------------------------- | |
| Dim pMxDoc As IMxDocument | |
| Dim pGeoFtrLyr As IGeoFeatureLayer | |
| Dim pUVRend As IUniqueValueRenderer | |
| Dim pFillSym As IFillSymbol |
| Map { | |
| background-color: #b8dee6; | |
| } | |
| #countries { | |
| ::outline { | |
| line-color: #85c5d3; | |
| line-width: 2; | |
| line-join: round; | |
| } |
| The "sys" module is now called "util". It should have a similar interface. | |
| The "sys" module is now called "util". It should have a similar interface. | |
| The "sys" module is now called "util". It should have a similar interface. | |
| Note: Unknown option "updatesVersion" in config file. | |
| Note: Unknown option "updatesTime" in config file. | |
| Note: Unknown option "updates" in config file. | |
| Started [Server Tile:20008]. | |
| Plugin [carto] loaded. | |
| Plugin [editor] loaded. | |
| Plugin [fonts] loaded. |
| { | |
| "bounds": [ | |
| -73.6084, | |
| 42.6258, | |
| -71.488, | |
| 45.1045 | |
| ], | |
| "center": [ | |
| -72.7405, | |
| 44.0007, |
| Map { | |
| } | |
| #vtsoils { | |
| line-color: black; | |
| [zoom>11] { line-width: 0.6; } | |
| [zoom<=11] { line-width: 0; } | |
| line-opacity: 0.7; | |
| polygon-opacity: 0.6; | |
| [PARENT='A'] { polygon-fill: rgb(0,50,1); } |