From 1d7cccef31357450f5c0c8fc960d7d18230e0460 Mon Sep 17 00:00:00 2001 From: Adrian McEwen Date: Sat, 30 May 2020 15:03:09 +0100 Subject: [PATCH] Basic HTML/Javascript to load a default map and a single isochrone. Fixes #1 --- index.html | 43 +++++++++++++++++++++++++++++++++++++++++++ tmpiso.js | 1 + 2 files changed, 44 insertions(+) create mode 100644 index.html create mode 100644 tmpiso.js diff --git a/index.html b/index.html new file mode 100644 index 0000000..79f0ea0 --- /dev/null +++ b/index.html @@ -0,0 +1,43 @@ + + + + + + + + + + + + + +

Should Liverpool be a 15 Minute City?

+
+
+ + + diff --git a/tmpiso.js b/tmpiso.js new file mode 100644 index 0000000..84485b1 --- /dev/null +++ b/tmpiso.js @@ -0,0 +1 @@ +var iso = '{"type":"FeatureCollection","crs":{"type":"name","properties":{"name":"EPSG:4326"}},"features":[{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.9821,53.4105],[-2.9825,53.4092],[-2.9827,53.4087],[-2.9853,53.407],[-2.9825,53.4085],[-2.9813,53.4076],[-2.9814,53.4069],[-2.9806,53.4063],[-2.9795,53.4056],[-2.9785,53.4057],[-2.9768,53.4051],[-2.9766,53.4051],[-2.9765,53.4051],[-2.9752,53.4041],[-2.9739,53.4033],[-2.9754,53.4022],[-2.9735,53.4031],[-2.9711,53.4029],[-2.9705,53.4029],[-2.9688,53.4033],[-2.9674,53.4038],[-2.9647,53.4051],[-2.9644,53.4052],[-2.9641,53.4053],[-2.9621,53.4051],[-2.9615,53.4051],[-2.9614,53.4034],[-2.9613,53.4051],[-2.9589,53.4066],[-2.9589,53.4069],[-2.9602,53.4076],[-2.9613,53.4087],[-2.9599,53.4096],[-2.9588,53.4105],[-2.9601,53.4113],[-2.9606,53.4123],[-2.9611,53.4125],[-2.9614,53.4141],[-2.9599,53.415],[-2.9614,53.4143],[-2.9616,53.4158],[-2.9619,53.4159],[-2.962,53.4174],[-2.9644,53.4165],[-2.966,53.4167],[-2.9674,53.4172],[-2.9681,53.4173],[-2.9696,53.4177],[-2.9683,53.419],[-2.9705,53.4179],[-2.9712,53.4177],[-2.9735,53.4172],[-2.9752,53.4167],[-2.9765,53.4162],[-2.978,53.4159],[-2.9795,53.415],[-2.98,53.4141],[-2.9801,53.4137],[-2.98,53.4123],[-2.981,53.4114],[-2.9821,53.4105]]]]},"properties":{"time":900},"id":"fid--62955705_1726590a847_-7ffe"},{"type":"Feature","geometry":{"type":"MultiPolygon","coordinates":[[[[-2.9768,53.4105],[-2.9767,53.4104],[-2.9765,53.4104],[-2.9749,53.4097],[-2.9735,53.409],[-2.9731,53.4089],[-2.9729,53.4087],[-2.972,53.4078],[-2.9708,53.4069],[-2.9707,53.4067],[-2.9705,53.4066],[-2.97,53.4069],[-2.9674,53.4082],[-2.9666,53.4087],[-2.9644,53.4105],[-2.9644,53.4105],[-2.9644,53.4105],[-2.9644,53.4105],[-2.9655,53.4117],[-2.9657,53.4123],[-2.966,53.4131],[-2.9674,53.4136],[-2.9681,53.4137],[-2.9705,53.414],[-2.9709,53.4138],[-2.9735,53.4135],[-2.9749,53.4123],[-2.9765,53.4108],[-2.9768,53.4105]]]]},"properties":{"time":600},"id":"fid--62955705_1726590a847_-7fff"},{"type":"Feature","geometry":null,"properties":{"time":300},"id":"fid--62955705_1726590a847_-8000"}]}'