edvin
02/16/2017, 12:27 PMIDN.toASCII
which converts ASCII to punycode. If I run IDN.toASCII("bben3‐<http://no.mail.protection.outlook.com|no.mail.protection.outlook.com>")
it spits out <http://xn--bben3no-906c.mail.protection.outlook.com|xn--bben3no-906c.mail.protection.outlook.com>
, even though all the characters are ASCII in the original string. It's the 3
followed by hyphen that causes the issue. Weird...hastebrot
02/16/2017, 12:28 PMron
02/16/2017, 12:29 PMron
02/16/2017, 12:30 PMmanifest = FXManifest.load(new File(appStr).toURI());
hastebrot
02/16/2017, 12:30 PMjchildress
02/16/2017, 12:30 PMjchildress
02/16/2017, 12:31 PMjchildress
02/16/2017, 12:31 PMhastebrot
02/16/2017, 12:37 PMron
02/16/2017, 2:03 PMPasted image at 2017-02-16, 3:03 PM▾
edvin
02/16/2017, 2:06 PMron
02/16/2017, 2:20 PMedvin
02/16/2017, 3:26 PMcarlw
02/16/2017, 4:05 PMedvin
02/16/2017, 4:28 PMhastebrot
02/16/2017, 5:09 PMgeo-canvas-20170216-1808.png▾
hastebrot
02/16/2017, 5:10 PMLayerManagerController
, CanvasRendererController
, ViewportController
and CoordinateSystemController
...hastebrot
02/16/2017, 5:12 PMhastebrot
02/16/2017, 5:29 PMgeo-canvas-20170216-1828.png▾
hastebrot
02/16/2017, 5:29 PMCRS.parseWKT(projcsText)
)ron
02/16/2017, 6:59 PMedvin
02/16/2017, 7:00 PMhastebrot
02/16/2017, 8:12 PMCanvas
.hastebrot
02/16/2017, 8:23 PMhastebrot
02/16/2017, 8:32 PMmeasureTimeMillis()
says something like 1000 (ms), but the time from user interaction to canvas is a bit longer. Measuring the render performance in JavaFX is not very nice (compared to the web tools in browsers, which are amazing). A lot of private fields and methods to access the JavaFX render pulse.ron
02/16/2017, 8:48 PMedvin
02/16/2017, 9:08 PMron
02/17/2017, 7:06 AMron
02/17/2017, 7:57 AMron
02/17/2017, 7:57 AM