From 8b839cda60b57a7569fea275ba601604bee8d6fe Mon Sep 17 00:00:00 2001 From: witusj Date: Thu, 23 Sep 2021 09:17:21 +0200 Subject: [PATCH 1/5] Initial commit --- .DS_Store | Bin 0 -> 6148 bytes demo/README.md | 3 + demo/agentmap.js | 40 ++ demo/index.html | 40 ++ demo/mapdata.js | 1770 ++++++++++++++++++++++++++++++++++++++++++++++ demo/styles.css | 9 + 6 files changed, 1862 insertions(+) create mode 100644 .DS_Store create mode 100644 demo/README.md create mode 100644 demo/agentmap.js create mode 100644 demo/index.html create mode 100644 demo/mapdata.js create mode 100644 demo/styles.css diff --git a/.DS_Store b/.DS_Store new file mode 100644 index 0000000000000000000000000000000000000000..b8a10666ef46c6711316dbfad859a24024496ce4 GIT binary patch literal 6148 zcmeHKF;2ul474FdB$_KJ_X*q&mQxT9xDTKs2#SmL8X5|e3ckR9_!wh*Io&A)i3SNY zmb{a-J=tW6I2I9IJ@!kHg^09pLwU7jYL+*j*h!5vK(%{p@0aV_GVCUm^8w>F(#xF; zQoi8tb3^I6&9-b%-@ZJ(U0*!EUmkLY(tn%ZJ^c9D=AW7wDnJFO02QDDe^&wYY_s+( zkSi6S0#snHfPEhl+%Q)h1O3y1#YX_3{l>fD+Gh!1vH&nw90L)7X;6Vd)jDEm&=F6y zE>|1_gD&bP<39CdtrLp+>4+yU7tMiOsQ?u?R^T+Y3+w+^@R|Aln8Y0wpaTC&0d2Z< zx56vc-a2_X>$M4f1OGJCdN~$v#XxVx*jOt*Kd4J~jeM>+209&arvv#TV7kz#z;7t< E0hL21=l}o! literal 0 HcmV?d00001 diff --git a/demo/README.md b/demo/README.md new file mode 100644 index 0000000..734c75b --- /dev/null +++ b/demo/README.md @@ -0,0 +1,3 @@ +# Demo + +This is a runnable demo. Kopie all files in the `demo` folder to your local computer and open de `index.html` file. \ No newline at end of file diff --git a/demo/agentmap.js b/demo/agentmap.js new file mode 100644 index 0000000..e5f2a72 --- /dev/null +++ b/demo/agentmap.js @@ -0,0 +1,40 @@ + +let boundings = [ + [39.9058, -86.091], + [39.8992, -86.1017], +] + +let map = L.map("demo").fitBounds(boundings) + +L.tileLayer('https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png', { + attribution: '© OpenStreetMap contributors' +}).addTo(map) + +let agentmap = L.A.agentmap(map) + +console.log(boundings) + +agentmap.buildingify(boundings, mdata) +agentmap.agentify(50, agentmap.seqUnitAgentMaker) +if (agentmap.state.ticks % 300 === 0) { + agentmap.agents.eachLayer(function (agent) { + let random_index = Math.floor( + agentmap.units.count() * Math.random() + ), + random_unit = agentmap.units.getLayers()[random_index], + random_unit_id = agentmap.units.getLayerId(random_unit), + random_unit_center = random_unit.getBounds().getCenter() + + agent.scheduleTrip( + random_unit_center, + { type: "unit", id: random_unit_id }, + 1, + false, + true + ) + agent.controller = function () { + agent.moveIt() + } + }) +} +agentmap.run() \ No newline at end of file diff --git a/demo/index.html b/demo/index.html new file mode 100644 index 0000000..88e6d47 --- /dev/null +++ b/demo/index.html @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + AgentMaps + + +
+
+
+ + + + + + diff --git a/demo/mapdata.js b/demo/mapdata.js new file mode 100644 index 0000000..3ed7ca5 --- /dev/null +++ b/demo/mapdata.js @@ -0,0 +1,1770 @@ +let mdata = { + type: "FeatureCollection", + features: [ + { + type: "Feature", + id: "way/81090476", + properties: { + timestamp: "2014-01-15T22:29:38Z", + version: "5", + changeset: "20024183", + user: "debutterfly", + uid: "308181", + natural: "water", + water: "pond", + id: "way/81090476", + }, + geometry: { + type: "Polygon", + coordinates: [ + [ + [-86.1036563, 39.9084437], + [-86.1038542, 39.9083267], + [-86.1039528, 39.9083089], + [-86.1040005, 39.9083364], + [-86.1040661, 39.9082952], + [-86.1040731, 39.908219], + [-86.1041979, 39.9080691], + [-86.1043321, 39.9080426], + [-86.1042682, 39.9078749], + [-86.1041643, 39.9077135], + [-86.1040551, 39.9076277], + [-86.1040392, 39.9075406], + [-86.1040701, 39.9074471], + [-86.1040664, 39.9072394], + [-86.1041377, 39.9071268], + [-86.1045213, 39.906926], + [-86.105019, 39.9066445], + [-86.1053336, 39.9064993], + [-86.1055682, 39.9063661], + [-86.1058548, 39.9061828], + [-86.1060394, 39.9060866], + [-86.1061763, 39.9060067], + [-86.1065502, 39.9059045], + [-86.1068177, 39.9057501], + [-86.1070204, 39.9056017], + [-86.1071276, 39.905375], + [-86.1071372, 39.905027], + [-86.107168, 39.9047411], + [-86.1072181, 39.9046074], + [-86.1072034, 39.9044549], + [-86.10715, 39.904363], + [-86.1070009, 39.9043353], + [-86.1067594, 39.9043922], + [-86.1064943, 39.9044854], + [-86.1062341, 39.9046235], + [-86.1060361, 39.9046657], + [-86.1058322, 39.904696], + [-86.1056994, 39.9046497], + [-86.105465, 39.9043216], + [-86.1054367, 39.9041697], + [-86.105518, 39.9040346], + [-86.1056127, 39.9039641], + [-86.1057202, 39.9038941], + [-86.1057261, 39.9035612], + [-86.1057365, 39.9034146], + [-86.1056753, 39.9032976], + [-86.1056256, 39.9030665], + [-86.1056545, 39.9027942], + [-86.1057067, 39.9025112], + [-86.1056917, 39.9022848], + [-86.1055295, 39.901974], + [-86.1053242, 39.9017164], + [-86.1050289, 39.901477], + [-86.1045751, 39.9014219], + [-86.1040554, 39.9014013], + [-86.1033268, 39.9013684], + [-86.1031802, 39.9012721], + [-86.1031542, 39.9011227], + [-86.1031784, 39.9009322], + [-86.1030864, 39.9007947], + [-86.1030831, 39.9003344], + [-86.1030555, 39.8997142], + [-86.1030795, 39.8992276], + [-86.1030926, 39.8985275], + [-86.1030179, 39.8983225], + [-86.102616, 39.8982888], + [-86.1018477, 39.8982738], + [-86.1009431, 39.8982738], + [-86.1003888, 39.8982962], + [-86.0994453, 39.8982589], + [-86.0992216, 39.8982813], + [-86.0991341, 39.8983634], + [-86.0990757, 39.8985872], + [-86.0991049, 39.8990573], + [-86.0990174, 39.8994379], + [-86.0989298, 39.9001169], + [-86.0988423, 39.9007362], + [-86.0988618, 39.9013928], + [-86.0988715, 39.902415], + [-86.0989315, 39.9036779], + [-86.0989883, 39.9042827], + [-86.0989461, 39.9045001], + [-86.098919, 39.904957], + [-86.0988893, 39.9053066], + [-86.0988908, 39.9054558], + [-86.0989465, 39.9058084], + [-86.0989301, 39.9059815], + [-86.0990016, 39.906158], + [-86.0990087, 39.9063565], + [-86.0989623, 39.9064898], + [-86.0989559, 39.9071693], + [-86.0991341, 39.9073243], + [-86.0997371, 39.9074661], + [-86.1004082, 39.9076451], + [-86.1008459, 39.9077421], + [-86.101021, 39.9076824], + [-86.1008848, 39.9075854], + [-86.1009723, 39.9074362], + [-86.101196, 39.9072945], + [-86.1014091, 39.9070985], + [-86.1017704, 39.9067284], + [-86.1019965, 39.9063708], + [-86.102232, 39.9062226], + [-86.102566, 39.9059998], + [-86.1031249, 39.9055165], + [-86.1032741, 39.9053603], + [-86.1033642, 39.9051801], + [-86.1039874, 39.9045041], + [-86.104348, 39.9042879], + [-86.1045551, 39.9041959], + [-86.1046779, 39.9041848], + [-86.1048141, 39.9043623], + [-86.1049795, 39.9046608], + [-86.1049795, 39.9048025], + [-86.1047266, 39.9049965], + [-86.1044154, 39.9053024], + [-86.1040652, 39.9054964], + [-86.1038513, 39.9057501], + [-86.1036276, 39.906056], + [-86.1032969, 39.9063544], + [-86.1028786, 39.90672], + [-86.1026258, 39.9070259], + [-86.1024604, 39.9072348], + [-86.1021395, 39.907287], + [-86.1019449, 39.9073467], + [-86.1017601, 39.9075481], + [-86.1016055, 39.9078083], + [-86.1018996, 39.9079106], + [-86.1023983, 39.9080623], + [-86.1025382, 39.9080629], + [-86.102949, 39.9082293], + [-86.1029881, 39.9083083], + [-86.1036563, 39.9084437], + ], + ], + }, + }, + { + type: "Feature", + id: "way/191727051", + properties: { + timestamp: "2012-11-20T14:04:33Z", + version: "1", + changeset: "13944785", + user: "rama_ge", + uid: "115464", + natural: "water", + id: "way/191727051", + }, + geometry: { + type: "Polygon", + coordinates: [ + [ + [-86.0979649, 39.9029383], + [-86.0980186, 39.9028724], + [-86.0979971, 39.9027243], + [-86.0979649, 39.9024609], + [-86.0980079, 39.9022881], + [-86.0979971, 39.9020576], + [-86.0980079, 39.9017366], + [-86.0978925, 39.9014074], + [-86.097922, 39.9012593], + [-86.0979649, 39.9011193], + [-86.0979006, 39.901037], + [-86.0977826, 39.9010864], + [-86.0974956, 39.901251], + [-86.0973239, 39.9012099], + [-86.097289, 39.9014239], + [-86.0973668, 39.9015556], + [-86.0973775, 39.9017284], + [-86.0974821, 39.9018601], + [-86.0975492, 39.902], + [-86.0977182, 39.9021728], + [-86.0978255, 39.9023868], + [-86.0978818, 39.9025926], + [-86.0978711, 39.9028313], + [-86.0979649, 39.9029383], + ], + ], + }, + }, + { + type: "Feature", + id: "way/191727052", + properties: { + timestamp: "2012-11-20T14:04:33Z", + version: "1", + changeset: "13944785", + user: "rama_ge", + uid: "115464", + natural: "water", + id: "way/191727052", + }, + geometry: { + type: "Polygon", + coordinates: [ + [ + [-86.0893926, 39.9032757], + [-86.0895643, 39.9032675], + [-86.0899076, 39.9031687], + [-86.0905728, 39.9031029], + [-86.0908303, 39.9029301], + [-86.0911226, 39.9028313], + [-86.0914311, 39.9028642], + [-86.0918066, 39.9029218], + [-86.0919675, 39.9028642], + [-86.092343, 39.9027737], + [-86.0927293, 39.9028231], + [-86.0930404, 39.9029383], + [-86.0931692, 39.9029877], + [-86.093255, 39.9029794], + [-86.0933086, 39.9028477], + [-86.0932657, 39.9026091], + [-86.0931933, 39.9024774], + [-86.0929546, 39.9024115], + [-86.0925254, 39.9023704], + [-86.092107, 39.9023704], + [-86.0917208, 39.9022469], + [-86.0914311, 39.9020823], + [-86.0912594, 39.9018848], + [-86.0911548, 39.9017284], + [-86.0909161, 39.9016872], + [-86.09079, 39.9018025], + [-86.0908088, 39.9019671], + [-86.0908222, 39.9021728], + [-86.0907015, 39.9022634], + [-86.090157, 39.9025597], + [-86.0899076, 39.9027408], + [-86.0897788, 39.9029712], + [-86.0896072, 39.9030535], + [-86.0893926, 39.9031523], + [-86.0893926, 39.9032757], + ], + ], + }, + }, + { + type: "Feature", + id: "way/17432980", + properties: { + timestamp: "2007-12-20T17:42:32Z", + version: "1", + changeset: "371122", + user: "DaveHansenTiger", + uid: "7168", + highway: "residential", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:reviewed": "no", + "tiger:separated": "no", + "tiger:source": "tiger_import_dch_v0.6_20070810", + "tiger:tlid": "108058012", + "tiger:upload_uuid": + "bulk_upload.pl-6a2575c3-453e-4f55-86ab-3fdfe08e5f9c", + id: "way/17432980", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.098513, 39.900295], + [-86.098301, 39.900298], + ], + }, + }, + { + type: "Feature", + id: "way/17441358", + properties: { + timestamp: "2012-06-04T13:32:19Z", + version: "2", + changeset: "11796681", + user: "WernerP", + uid: "315015", + highway: "residential", + name: "Hooper Place", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Hooper", + "tiger:name_type": "Pl", + "tiger:reviewed": "no", + "tiger:separated": "no", + "tiger:source": "tiger_import_dch_v0.6_20070810", + "tiger:tlid": "108057887:108057888:108057890:108057898", + "tiger:upload_uuid": + "bulk_upload.pl-6a2575c3-453e-4f55-86ab-3fdfe08e5f9c", + id: "way/17441358", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.097632, 39.904437], + [-86.096694, 39.904434], + [-86.09623, 39.904431], + [-86.095751, 39.904432], + [-86.094809, 39.904429], + [-86.09384, 39.904426], + ], + }, + }, + { + type: "Feature", + id: "way/17441359", + properties: { + timestamp: "2018-07-09T06:07:51Z", + version: "3", + changeset: "60524850", + user: "addatla", + uid: "8407155", + highway: "residential", + name: "Hooper Place", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Hooper", + "tiger:name_type": "Pl", + "tiger:reviewed": "no", + "tiger:zip_left": "46250", + "tiger:zip_right": "46250", + id: "way/17441359", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.0977215, 39.9057825], + [-86.094322, 39.905767], + [-86.0941577, 39.9057519], + [-86.0941146, 39.9057046], + [-86.094122, 39.905423], + ], + }, + }, + { + type: "Feature", + id: "way/17444242", + properties: { + timestamp: "2012-06-06T18:46:08Z", + version: "2", + changeset: "11818393", + user: "WernerP", + uid: "315015", + highway: "residential", + name: "Hewes Place", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Hewes", + "tiger:name_type": "Pl", + "tiger:reviewed": "no", + "tiger:separated": "no", + "tiger:source": "tiger_import_dch_v0.6_20070810", + "tiger:tlid": "108055646:108055647", + "tiger:upload_uuid": + "bulk_upload.pl-6a2575c3-453e-4f55-86ab-3fdfe08e5f9c", + "tiger:zip_left": "46250", + "tiger:zip_right": "46250", + id: "way/17444242", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.096686, 39.905448], + [-86.096694, 39.904434], + [-86.096696, 39.903371], + ], + }, + }, + { + type: "Feature", + id: "way/17444338", + properties: { + timestamp: "2012-06-04T13:32:23Z", + version: "2", + changeset: "11796681", + user: "WernerP", + uid: "315015", + highway: "residential", + name: "McKean Lane", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "McKean", + "tiger:name_type": "Ln", + "tiger:reviewed": "no", + "tiger:separated": "no", + "tiger:source": "tiger_import_dch_v0.6_20070810", + "tiger:tlid": "108039423:108039424", + "tiger:upload_uuid": + "bulk_upload.pl-6a2575c3-453e-4f55-86ab-3fdfe08e5f9c", + "tiger:zip_left": "46250", + "tiger:zip_right": "46250", + id: "way/17444338", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.097338, 39.903038], + [-86.097327, 39.903047], + [-86.097309, 39.903056], + [-86.097269, 39.903069], + [-86.096274, 39.903066], + [-86.095947, 39.903064], + [-86.095047, 39.903061], + [-86.095, 39.903052], + [-86.094988, 39.903043], + [-86.094978, 39.903038], + [-86.09496, 39.903024], + [-86.094939, 39.903002], + [-86.094929, 39.902984], + [-86.094925, 39.902966], + [-86.094925, 39.902952], + ], + }, + }, + { + type: "Feature", + id: "way/17452141", + properties: { + timestamp: "2018-07-02T08:51:58Z", + version: "2", + changeset: "60340784", + user: "ygudeti", + uid: "7511407", + highway: "residential", + name: "5987", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "5987", + "tiger:reviewed": "no", + id: "way/17452141", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.0933636, 39.903361], + [-86.0932352, 39.903361], + ], + }, + }, + { + type: "Feature", + id: "way/17453372", + properties: { + timestamp: "2018-07-12T13:07:07Z", + version: "4", + changeset: "60652363", + user: "vssms", + uid: "8240204", + highway: "residential", + name: "Heyward Place", + name_1: "546", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Heyward", + "tiger:name_base_1": "546", + "tiger:name_type": "Pl", + "tiger:reviewed": "no", + "tiger:zip_left": "46250", + "tiger:zip_right": "46250", + id: "way/17453372", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.098273, 39.905451], + [-86.098121, 39.90545], + [-86.0978755, 39.9054505], + ], + }, + }, + { + type: "Feature", + id: "way/17454701", + properties: { + timestamp: "2012-06-06T18:46:20Z", + version: "2", + changeset: "11818393", + user: "WernerP", + uid: "315015", + highway: "residential", + name: "Lynch Lane", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Lynch", + "tiger:name_type": "Ln", + "tiger:reviewed": "no", + "tiger:separated": "no", + "tiger:source": "tiger_import_dch_v0.6_20070810", + "tiger:tlid": "108057979", + "tiger:upload_uuid": + "bulk_upload.pl-6a2575c3-453e-4f55-86ab-3fdfe08e5f9c", + id: "way/17454701", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.095446, 39.901614], + [-86.095474, 39.901605], + [-86.095494, 39.901596], + [-86.095535, 39.901587], + [-86.095567, 39.901588], + [-86.095588, 39.901583], + [-86.09562, 39.901588], + [-86.095642, 39.901588], + [-86.095704, 39.901602], + [-86.095723, 39.901607], + [-86.095794, 39.901643], + [-86.095818, 39.901662], + [-86.095831, 39.901675], + [-86.095844, 39.901684], + [-86.09585, 39.901693], + [-86.095865, 39.901712], + [-86.095874, 39.90173], + [-86.095882, 39.901743], + [-86.095891, 39.901766], + [-86.095896, 39.901784], + [-86.0959, 39.901815], + [-86.095899, 39.901842], + [-86.095892, 39.901874], + [-86.095884, 39.901896], + [-86.095876, 39.901914], + [-86.095855, 39.901946], + ], + }, + }, + { + type: "Feature", + id: "way/17454713", + properties: { + timestamp: "2012-06-06T18:46:20Z", + version: "2", + changeset: "11818393", + user: "WernerP", + uid: "315015", + highway: "residential", + name: "Lynch Lane", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Lynch", + "tiger:name_type": "Ln", + "tiger:reviewed": "no", + "tiger:separated": "no", + "tiger:source": "tiger_import_dch_v0.6_20070810", + "tiger:tlid": "108038636:108055345:108039421", + "tiger:upload_uuid": + "bulk_upload.pl-6a2575c3-453e-4f55-86ab-3fdfe08e5f9c", + "tiger:zip_left": "46250", + "tiger:zip_right": "46250", + id: "way/17454713", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.09568, 39.900791], + [-86.095457, 39.901136], + [-86.095439, 39.901168], + [-86.09541, 39.90123], + [-86.095402, 39.901253], + [-86.095393, 39.901284], + [-86.095386, 39.901316], + [-86.095382, 39.901352], + [-86.095381, 39.901374], + [-86.095381, 39.90141], + [-86.095383, 39.901433], + [-86.095389, 39.901465], + [-86.095396, 39.901496], + [-86.095406, 39.901528], + [-86.09543, 39.901587], + [-86.095446, 39.901614], + [-86.095456, 39.901627], + [-86.09547, 39.90165], + [-86.095487, 39.901673], + [-86.095516, 39.901709], + [-86.095536, 39.901727], + [-86.09555, 39.901741], + [-86.095571, 39.901759], + [-86.095601, 39.901782], + [-86.095633, 39.901804], + [-86.095645, 39.901809], + [-86.095697, 39.901836], + [-86.09578, 39.901891], + [-86.095804, 39.901905], + [-86.095855, 39.901946], + [-86.095873, 39.901959], + [-86.095909, 39.901987], + [-86.095944, 39.902018], + [-86.095965, 39.902041], + [-86.095984, 39.902059], + [-86.096015, 39.902091], + [-86.096033, 39.902114], + [-86.096051, 39.902132], + [-86.096095, 39.902191], + [-86.096139, 39.902254], + [-86.096184, 39.90234], + [-86.096206, 39.902385], + [-86.096218, 39.902417], + [-86.09624, 39.90248], + [-86.096249, 39.902512], + [-86.096256, 39.902543], + [-86.096262, 39.90258], + [-86.096268, 39.902611], + [-86.096272, 39.902643], + [-86.096275, 39.902683], + [-86.096276, 39.902728], + [-86.096274, 39.903066], + [-86.096273, 39.903368], + ], + }, + }, + { + type: "Feature", + id: "way/17461175", + properties: { + timestamp: "2012-06-06T18:45:46Z", + version: "2", + changeset: "11818393", + user: "WernerP", + uid: "315015", + highway: "residential", + name: "Clymer Lane", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Clymer", + "tiger:name_type": "Ln", + "tiger:reviewed": "no", + "tiger:separated": "no", + "tiger:source": "tiger_import_dch_v0.6_20070810", + "tiger:tlid": "108039529:108039420", + "tiger:upload_uuid": + "bulk_upload.pl-6a2575c3-453e-4f55-86ab-3fdfe08e5f9c", + "tiger:zip_left": "46250", + "tiger:zip_right": "46250", + id: "way/17461175", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.097338, 39.903038], + [-86.09735, 39.90303], + [-86.097362, 39.903016], + [-86.097375, 39.902994], + [-86.097378, 39.902985], + [-86.097382, 39.902962], + [-86.097383, 39.902692], + [-86.097382, 39.902651], + [-86.097374, 39.902575], + [-86.097365, 39.902534], + [-86.097346, 39.902471], + [-86.097337, 39.902448], + [-86.097316, 39.902403], + [-86.097292, 39.902358], + [-86.097264, 39.902313], + [-86.097232, 39.902267], + [-86.097216, 39.902249], + [-86.097198, 39.902226], + [-86.097179, 39.902208], + [-86.09716, 39.902186], + [-86.097105, 39.902136], + [-86.097082, 39.902113], + [-86.097057, 39.902086], + [-86.097017, 39.902036], + [-86.096958, 39.901959], + [-86.096938, 39.901927], + [-86.096904, 39.901877], + [-86.096869, 39.901818], + [-86.096841, 39.901764], + [-86.096826, 39.901733], + [-86.096786, 39.901638], + [-86.096766, 39.901583], + [-86.096753, 39.901538], + [-86.09674, 39.901493], + [-86.096732, 39.901462], + [-86.09672, 39.901403], + [-86.09671, 39.90134], + [-86.096706, 39.901308], + [-86.096703, 39.901272], + [-86.0967, 39.901218], + [-86.096697, 39.90093], + ], + }, + }, + { + type: "Feature", + id: "way/17462071", + properties: { + timestamp: "2012-06-06T18:46:05Z", + version: "2", + changeset: "11818393", + user: "WernerP", + uid: "315015", + highway: "residential", + name: "Gwinnett Place", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Gwinnett", + "tiger:name_type": "Pl", + "tiger:reviewed": "no", + "tiger:separated": "no", + "tiger:source": "tiger_import_dch_v0.6_20070810", + "tiger:tlid": "108055644:108055645", + "tiger:upload_uuid": + "bulk_upload.pl-6a2575c3-453e-4f55-86ab-3fdfe08e5f9c", + "tiger:zip_left": "46250", + "tiger:zip_right": "46250", + id: "way/17462071", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.09763, 39.905451], + [-86.097632, 39.904437], + [-86.097635, 39.90337], + ], + }, + }, + { + type: "Feature", + id: "way/17463192", + properties: { + timestamp: "2012-06-06T18:46:48Z", + version: "2", + changeset: "11818393", + user: "WernerP", + uid: "315015", + highway: "residential", + name: "Penn Place", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Penn", + "tiger:name_type": "Pl", + "tiger:reviewed": "no", + "tiger:separated": "no", + "tiger:source": "tiger_import_dch_v0.6_20070810", + "tiger:tlid": "108055648:108055649", + "tiger:upload_uuid": + "bulk_upload.pl-6a2575c3-453e-4f55-86ab-3fdfe08e5f9c", + "tiger:zip_left": "46250", + "tiger:zip_right": "46250", + id: "way/17463192", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.09575, 39.905445], + [-86.095751, 39.904432], + [-86.095756, 39.903368], + ], + }, + }, + { + type: "Feature", + id: "way/17472157", + properties: { + timestamp: "2018-07-09T05:00:19Z", + version: "3", + changeset: "60523693", + user: "ygudeti", + uid: "7511407", + highway: "residential", + name: "Heyward Lane", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Heyward", + "tiger:name_type": "Ln", + "tiger:reviewed": "no", + id: "way/17472157", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.09192, 39.901838], + [-86.091876, 39.901811], + [-86.091822, 39.901775], + [-86.09176, 39.901729], + [-86.091716, 39.901684], + [-86.091706, 39.901675], + [-86.091685, 39.901652], + [-86.091667, 39.901629], + [-86.091642, 39.901588], + [-86.091635, 39.901579], + [-86.091621, 39.901551], + [-86.091597, 39.901502], + [-86.091583, 39.901462], + [-86.091567, 39.901394], + [-86.091562, 39.90134], + [-86.091562, 39.901299], + [-86.091564, 39.901272], + [-86.091568, 39.901241], + [-86.091573, 39.901214], + [-86.091583, 39.901174], + [-86.091593, 39.901151], + [-86.091603, 39.901124], + [-86.091615, 39.901097], + [-86.091635, 39.901057], + [-86.091651, 39.901034], + [-86.091668, 39.901012], + [-86.091687, 39.900985], + [-86.091727, 39.90094], + [-86.091738, 39.900931], + [-86.091761, 39.900909], + [-86.091785, 39.900891], + [-86.09181, 39.900869], + [-86.091836, 39.900851], + [-86.091892, 39.900816], + [-86.091906, 39.900811], + [-86.091951, 39.900784], + [-86.091967, 39.90078], + [-86.09203, 39.900754], + [-86.092062, 39.900745], + [-86.092096, 39.900732], + [-86.09213, 39.900723], + [-86.092163, 39.900719], + [-86.092216, 39.900705], + [-86.092251, 39.900701], + [-86.092269, 39.900701], + [-86.092286, 39.900702], + [-86.092322, 39.900697], + [-86.092357, 39.900698], + [-86.092439, 39.900698], + [-86.09252, 39.900708], + [-86.092754, 39.900746], + [-86.09286, 39.900756], + [-86.092931, 39.900756], + [-86.092978, 39.900752], + [-86.09302, 39.900752], + [-86.093091, 39.900744], + [-86.093144, 39.900735], + [-86.093178, 39.900731], + [-86.093212, 39.900722], + [-86.093247, 39.900718], + [-86.093301, 39.9007], + [-86.093818, 39.900542], + [-86.094005, 39.900494], + [-86.094092, 39.900481], + [-86.094127, 39.900473], + [-86.094179, 39.900469], + [-86.094232, 39.90046], + [-86.094268, 39.90046], + [-86.094303, 39.900456], + [-86.094357, 39.900452], + [-86.094553, 39.900453], + [-86.094606, 39.900458], + [-86.094642, 39.900459], + [-86.094887, 39.900492], + [-86.094921, 39.900501], + [-86.094955, 39.900506], + [-86.09499, 39.900515], + [-86.095023, 39.900525], + [-86.09509, 39.900543], + [-86.095124, 39.900553], + [-86.095172, 39.900571], + [-86.095205, 39.90058], + [-86.095237, 39.900594], + [-86.095332, 39.900631], + [-86.095378, 39.900654], + [-86.095631, 39.900773], + [-86.09568, 39.900791], + [-86.095726, 39.900809], + [-86.095758, 39.900819], + [-86.09579, 39.900833], + [-86.095975, 39.900883], + [-86.096009, 39.900893], + [-86.096061, 39.900902], + [-86.09613, 39.900912], + [-86.096183, 39.900921], + [-86.096253, 39.900931], + [-86.096307, 39.900936], + [-86.096395, 39.900936], + [-86.096431, 39.900941], + [-86.096503, 39.900942], + [-86.096556, 39.900938], + [-86.096591, 39.900938], + [-86.096627, 39.900934], + [-86.096662, 39.900929], + [-86.096697, 39.90093], + [-86.096768, 39.900921], + [-86.096821, 39.900913], + [-86.096855, 39.900904], + [-86.09689, 39.9009], + [-86.096919, 39.900891], + [-86.096959, 39.900887], + [-86.097044, 39.900865], + [-86.097089, 39.900852], + [-86.097339, 39.900772], + [-86.097424, 39.900751], + [-86.097528, 39.900733], + [-86.097581, 39.900725], + [-86.097617, 39.900725], + [-86.097648, 39.900721], + ], + }, + }, + { + type: "Feature", + id: "way/17483936", + properties: { + timestamp: "2012-06-04T13:38:17Z", + version: "2", + changeset: "11796728", + user: "WernerP", + uid: "315015", + highway: "residential", + name: "Wythe Lane", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Wythe", + "tiger:name_type": "Ln", + "tiger:reviewed": "no", + "tiger:separated": "no", + "tiger:source": "tiger_import_dch_v0.6_20070810", + "tiger:tlid": "108039378:108039379", + "tiger:upload_uuid": + "bulk_upload.pl-ed0550aa-ad5a-428d-acd8-2d7fb7833f78", + "tiger:zip_left": "46250", + "tiger:zip_right": "46250", + id: "way/17483936", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.097648, 39.900721], + [-86.097645, 39.900167], + [-86.097643, 39.900135], + [-86.097641, 39.900122], + [-86.097628, 39.900067], + [-86.097609, 39.900013], + [-86.097596, 39.899991], + [-86.097583, 39.899964], + [-86.097567, 39.899941], + [-86.09755, 39.899914], + [-86.097532, 39.899891], + [-86.097522, 39.899882], + [-86.097501, 39.899859], + [-86.097455, 39.899814], + [-86.097405, 39.899777], + [-86.097349, 39.899741], + [-86.09732, 39.899727], + [-86.097305, 39.899718], + [-86.097274, 39.899704], + [-86.097242, 39.899695], + [-86.09721, 39.899681], + [-86.097126, 39.899658], + [-86.097091, 39.899653], + [-86.097057, 39.899644], + [-86.097039, 39.899644], + [-86.097004, 39.899639], + [-86.096879, 39.899638], + [-86.096739, 39.899655], + [-86.096521, 39.899712], + [-86.096487, 39.899716], + [-86.096469, 39.899721], + [-86.096434, 39.899725], + [-86.096416, 39.899725], + [-86.09638, 39.899729], + [-86.096345, 39.899729], + [-86.096291, 39.899728], + [-86.096221, 39.899719], + [-86.096204, 39.899719], + [-86.096151, 39.899705], + [-86.096134, 39.899704], + [-86.096101, 39.899695], + [-86.096067, 39.899681], + [-86.096051, 39.899677], + [-86.095866, 39.899608], + [-86.095715, 39.899566], + [-86.095681, 39.899561], + [-86.095612, 39.899543], + [-86.095507, 39.899528], + [-86.095313, 39.899509], + [-86.093974, 39.899503], + ], + }, + }, + { + type: "Feature", + id: "way/17486873", + properties: { + timestamp: "2012-06-06T18:46:11Z", + version: "2", + changeset: "11818393", + user: "WernerP", + uid: "315015", + highway: "residential", + name: "Hopkins Lane", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Hopkins", + "tiger:name_type": "Ln", + "tiger:reviewed": "no", + "tiger:separated": "no", + "tiger:source": "tiger_import_dch_v0.6_20070810", + "tiger:tlid": "108039430:108045983", + "tiger:upload_uuid": + "bulk_upload.pl-ed0550aa-ad5a-428d-acd8-2d7fb7833f78", + "tiger:zip_left": "46250", + "tiger:zip_right": "46250", + id: "way/17486873", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.094925, 39.902952], + [-86.094926, 39.9027], + [-86.094925, 39.902668], + [-86.094917, 39.902587], + [-86.094913, 39.902556], + [-86.094902, 39.902497], + [-86.094895, 39.90247], + [-86.094888, 39.902438], + [-86.094861, 39.902352], + [-86.094827, 39.902267], + [-86.0948, 39.902212], + [-86.094768, 39.902153], + [-86.094753, 39.902131], + [-86.094718, 39.902076], + [-86.094681, 39.902027], + [-86.094662, 39.901999], + [-86.094642, 39.901977], + [-86.094621, 39.90195], + [-86.0946, 39.901927], + [-86.094531, 39.901859], + [-86.094505, 39.901832], + [-86.094466, 39.9018], + [-86.094424, 39.901763], + [-86.094292, 39.901668], + [-86.094197, 39.901613], + [-86.094146, 39.901585], + [-86.094053, 39.90154], + [-86.09323, 39.901164], + [-86.093186, 39.901141], + [-86.093171, 39.901132], + [-86.093155, 39.901118], + [-86.093131, 39.9011], + [-86.093111, 39.901082], + [-86.093097, 39.901068], + [-86.093084, 39.901059], + [-86.093072, 39.901041], + [-86.09305, 39.901014], + [-86.093027, 39.900978], + [-86.093019, 39.900964], + [-86.093006, 39.900932], + [-86.092993, 39.900892], + [-86.092988, 39.900869], + [-86.092978, 39.900752], + ], + }, + }, + { + type: "Feature", + id: "way/17493499", + properties: { + timestamp: "2012-06-06T18:45:53Z", + version: "2", + changeset: "11818393", + user: "WernerP", + uid: "315015", + highway: "residential", + name: "Dean Road", + "tiger:cfcc": "A45", + "tiger:county": "Marion, IN", + "tiger:name_base": "Dean", + "tiger:name_type": "Rd", + "tiger:reviewed": "no", + "tiger:separated": "yes", + "tiger:source": "tiger_import_dch_v0.6_20070810", + "tiger:tlid": "108058013:108058062:108058066:108058067", + "tiger:upload_uuid": + "bulk_upload.pl-ed0550aa-ad5a-428d-acd8-2d7fb7833f78", + "tiger:zip_left": "46240", + id: "way/17493499", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.09865, 39.898008], + [-86.098624, 39.898025], + [-86.09861, 39.898039], + [-86.09859, 39.898061], + [-86.098579, 39.898075], + [-86.098567, 39.898088], + [-86.09855, 39.898111], + [-86.098536, 39.898128], + [-86.098507, 39.898187], + [-86.098495, 39.898223], + [-86.098486, 39.898263], + [-86.098484, 39.898286], + [-86.098475, 39.898633], + [-86.098474, 39.899173], + [-86.098482, 39.89984], + [-86.098496, 39.90011], + [-86.098503, 39.900169], + [-86.098512, 39.900264], + [-86.098513, 39.900295], + [-86.098514, 39.900345], + [-86.098513, 39.900417], + [-86.098508, 39.900471], + [-86.098489, 39.900583], + [-86.098471, 39.900732], + [-86.098466, 39.900822], + [-86.098465, 39.900907], + [-86.098467, 39.901056], + [-86.098468, 39.902556], + [-86.098457, 39.905588], + [-86.098458, 39.905615], + [-86.098461, 39.905628], + [-86.098463, 39.905647], + [-86.098488, 39.905732], + [-86.09849, 39.905741], + [-86.09849, 39.90575], + [-86.098488, 39.905773], + [-86.098483, 39.905791], + [-86.098474, 39.905804], + [-86.098462, 39.905818], + [-86.098449, 39.905831], + [-86.098433, 39.905844], + [-86.098406, 39.905853], + [-86.098395, 39.905858], + [-86.098375, 39.905862], + [-86.098362, 39.905866], + [-86.098272, 39.905866], + ], + }, + }, + { + type: "Feature", + id: "way/17501810", + properties: { + timestamp: "2018-07-12T13:07:07Z", + version: "4", + changeset: "60652363", + user: "vssms", + uid: "8240204", + highway: "residential", + name: "Statesmen Drive", + name_1: "894", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Statesmen", + "tiger:name_base_1": "894", + "tiger:name_type": "Dr", + "tiger:reviewed": "no", + id: "way/17501810", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.098288, 39.903375], + [-86.098108, 39.903373], + [-86.0978715, 39.9033715], + ], + }, + }, + { + type: "Feature", + id: "way/17509867", + properties: { + timestamp: "2012-06-06T18:46:08Z", + version: "2", + changeset: "11818393", + user: "WernerP", + uid: "315015", + highway: "residential", + name: "Heyward Drive", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Heyward", + "tiger:name_type": "Dr", + "tiger:reviewed": "no", + "tiger:separated": "no", + "tiger:source": "tiger_import_dch_v0.6_20070810", + "tiger:tlid": "108055682:108055683", + "tiger:upload_uuid": + "bulk_upload.pl-7a0a2fce-411d-43c7-8f86-3d27a78c06e7", + "tiger:zip_left": "46250", + "tiger:zip_right": "46250", + id: "way/17509867", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.093837, 39.905124], + [-86.09384, 39.904426], + [-86.0938425, 39.903737], + ], + }, + }, + { + type: "Feature", + id: "way/17509887", + properties: { + timestamp: "2012-06-06T18:46:10Z", + version: "3", + changeset: "11818393", + user: "WernerP", + uid: "315015", + highway: "residential", + junction: "roundabout", + name: "Heyward Drive", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Heyward", + "tiger:name_type": "Dr", + "tiger:reviewed": "no", + "tiger:separated": "no", + "tiger:source": "tiger_import_dch_v0.6_20070810", + "tiger:tlid": "108038606:108038608:108038610:108038611", + "tiger:upload_uuid": + "bulk_upload.pl-7a0a2fce-411d-43c7-8f86-3d27a78c06e7", + id: "way/17509887", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.093858, 39.9029816], + [-86.0938227, 39.9029825], + [-86.0937875, 39.9029853], + [-86.0937527, 39.90299], + [-86.0937185, 39.9029967], + [-86.0936849, 39.9030052], + [-86.0936522, 39.9030155], + [-86.0936206, 39.9030276], + [-86.0935902, 39.9030414], + [-86.0935612, 39.9030568], + [-86.0935337, 39.9030738], + [-86.0935078, 39.9030923], + [-86.0934837, 39.9031122], + [-86.0934616, 39.9031333], + [-86.0934415, 39.9031556], + [-86.0934235, 39.9031789], + [-86.0934077, 39.9032032], + [-86.0933943, 39.9032282], + [-86.0933832, 39.903254], + [-86.0933746, 39.9032803], + [-86.0933684, 39.9033069], + [-86.0933648, 39.9033339], + [-86.0933636, 39.903361], + [-86.0933654, 39.9033916], + [-86.0933704, 39.9034219], + [-86.0933786, 39.9034518], + [-86.0933899, 39.9034812], + [-86.0934043, 39.9035097], + [-86.0934217, 39.9035372], + [-86.0934418, 39.9035636], + [-86.0934647, 39.9035887], + [-86.0934902, 39.9036122], + [-86.0935181, 39.9036341], + [-86.0935481, 39.9036541], + [-86.0935802, 39.9036723], + [-86.0936142, 39.9036884], + [-86.0936496, 39.9037023], + [-86.0936865, 39.903714], + [-86.0937245, 39.9037234], + [-86.0937633, 39.9037303], + [-86.0938027, 39.9037349], + [-86.0938425, 39.903737], + [-86.0938817, 39.9037366], + [-86.0939207, 39.9037338], + [-86.0939593, 39.9037287], + [-86.0939972, 39.9037213], + [-86.0940343, 39.9037115], + [-86.0940702, 39.9036995], + [-86.0941047, 39.9036854], + [-86.0941377, 39.9036692], + [-86.094169, 39.903651], + [-86.0941982, 39.903631], + [-86.0942253, 39.9036093], + [-86.09425, 39.903586], + [-86.0942722, 39.9035613], + [-86.0942918, 39.9035353], + [-86.0943087, 39.9035081], + [-86.0943227, 39.9034801], + [-86.0943337, 39.9034512], + [-86.0943417, 39.9034218], + [-86.0943466, 39.903392], + [-86.0943485, 39.903362], + [-86.0943477, 39.9033382], + [-86.094345, 39.9033146], + [-86.0943404, 39.903291], + [-86.0943338, 39.9032678], + [-86.0943253, 39.9032449], + [-86.094315, 39.9032225], + [-86.0943029, 39.9032006], + [-86.094289, 39.9031794], + [-86.0942734, 39.9031588], + [-86.0942561, 39.9031391], + [-86.0942372, 39.9031202], + [-86.0942169, 39.9031023], + [-86.0941951, 39.9030854], + [-86.0941719, 39.9030696], + [-86.0941476, 39.9030549], + [-86.094122, 39.9030414], + [-86.0940954, 39.9030292], + [-86.0940679, 39.9030183], + [-86.0940395, 39.9030088], + [-86.0940104, 39.9030006], + [-86.0939806, 39.9029939], + [-86.0939504, 39.9029886], + [-86.0939198, 39.9029848], + [-86.093889, 39.9029825], + [-86.093858, 39.9029816], + ], + }, + }, + { + type: "Feature", + id: "way/17509896", + properties: { + timestamp: "2012-06-06T18:46:10Z", + version: "2", + changeset: "11818393", + user: "WernerP", + uid: "315015", + highway: "residential", + name: "Heyward Drive", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Heyward", + "tiger:name_type": "Dr", + "tiger:reviewed": "no", + "tiger:separated": "no", + "tiger:source": "tiger_import_dch_v0.6_20070810", + "tiger:tlid": "108038615", + "tiger:upload_uuid": + "bulk_upload.pl-7a0a2fce-411d-43c7-8f86-3d27a78c06e7", + "tiger:zip_left": "46250", + "tiger:zip_right": "46250", + id: "way/17509896", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.093858, 39.9029816], + [-86.093851, 39.902741], + [-86.093846, 39.9027], + [-86.093832, 39.902633], + [-86.093816, 39.902578], + [-86.093788, 39.902511], + [-86.093755, 39.902447], + [-86.093723, 39.902402], + [-86.093705, 39.902375], + [-86.093687, 39.902352], + [-86.093625, 39.902284], + [-86.093602, 39.902266], + [-86.093579, 39.902243], + [-86.093555, 39.902225], + [-86.093529, 39.902202], + [-86.093449, 39.902148], + [-86.093332, 39.902088], + [-86.093285, 39.902065], + [-86.093253, 39.902056], + [-86.093221, 39.902042], + [-86.093054, 39.901996], + [-86.092914, 39.901977], + [-86.092879, 39.901977], + [-86.092266, 39.901936], + [-86.092249, 39.901936], + [-86.092231, 39.901931], + [-86.092196, 39.901926], + [-86.092179, 39.901926], + [-86.092061, 39.901894], + [-86.092028, 39.901884], + [-86.091996, 39.901871], + [-86.09198, 39.901866], + [-86.09192, 39.901838], + ], + }, + }, + { + type: "Feature", + id: "way/17519894", + properties: { + timestamp: "2012-06-06T18:47:06Z", + version: "2", + changeset: "11818393", + user: "WernerP", + uid: "315015", + highway: "residential", + name: "Rush Place", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Rush", + "tiger:name_type": "Pl", + "tiger:reviewed": "no", + "tiger:separated": "no", + "tiger:source": "tiger_import_dch_v0.6_20070810", + "tiger:tlid": "108055650:108055651", + "tiger:upload_uuid": + "bulk_upload.pl-7a0a2fce-411d-43c7-8f86-3d27a78c06e7", + "tiger:zip_left": "46250", + "tiger:zip_right": "46250", + id: "way/17519894", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.094806, 39.905442], + [-86.094809, 39.904429], + [-86.094815, 39.903361], + ], + }, + }, + { + type: "Feature", + id: "way/162451324", + properties: { + timestamp: "2018-07-09T06:07:51Z", + version: "4", + changeset: "60524850", + user: "addatla", + uid: "8407155", + highway: "tertiary", + name: "Dean Road", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Dean", + "tiger:name_type": "Rd", + "tiger:reviewed": "no", + "tiger:zip_left": "46240", + "tiger:zip_right": "46240", + id: "way/162451324", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.0983285, 39.8924155], + [-86.0983206, 39.8926748], + [-86.098312, 39.894171], + [-86.098312, 39.894482], + [-86.098272, 39.896712], + [-86.098271, 39.89764], + [-86.098273, 39.897662], + [-86.098276, 39.897676], + [-86.098279, 39.897685], + [-86.098289, 39.897703], + [-86.098308, 39.89773], + [-86.098318, 39.897748], + [-86.098322, 39.897762], + [-86.098327, 39.897771], + [-86.098331, 39.897798], + [-86.098332, 39.898185], + [-86.098301, 39.900298], + [-86.0983, 39.900721], + [-86.098288, 39.903375], + [-86.098273, 39.905451], + [-86.098272, 39.905866], + [-86.0982717, 39.9060187], + [-86.0982707, 39.9065208], + [-86.0982705, 39.9066668], + [-86.0982692, 39.9073088], + [-86.098269, 39.907429], + [-86.098268, 39.9076954], + [-86.098271, 39.907776], + [-86.0982731, 39.9078264], + [-86.098276, 39.907897], + ], + }, + }, + { + type: "Feature", + id: "way/311989171", + properties: { + timestamp: "2014-11-09T21:03:16Z", + version: "1", + changeset: "26674801", + user: "erjiang", + uid: "701297", + highway: "service", + id: "way/311989171", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.0938112, 39.9035743], + [-86.0937198, 39.9035425], + [-86.0936353, 39.9034841], + [-86.0935813, 39.9034087], + [-86.0935398, 39.9033577], + [-86.093465, 39.9033407], + [-86.0933636, 39.903361], + ], + }, + }, + { + type: "Feature", + id: "way/604182871", + properties: { + timestamp: "2018-07-02T08:51:58Z", + version: "1", + changeset: "60340784", + user: "ygudeti", + uid: "7511407", + access: "private", + highway: "residential", + name: "5987", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "5987", + "tiger:reviewed": "no", + id: "way/604182871", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.0932352, 39.903361], + [-86.093069, 39.903361], + ], + }, + }, + { + type: "Feature", + id: "way/606231314", + properties: { + timestamp: "2018-07-09T05:00:19Z", + version: "1", + changeset: "60523693", + user: "ygudeti", + uid: "7511407", + access: "private", + highway: "residential", + name: "Heyward Lane", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Heyward", + "tiger:name_type": "Ln", + "tiger:reviewed": "no", + id: "way/606231314", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.097648, 39.900721], + [-86.0978979, 39.9007205], + ], + }, + }, + { + type: "Feature", + id: "way/606231315", + properties: { + timestamp: "2018-07-09T05:00:19Z", + version: "1", + changeset: "60523693", + user: "ygudeti", + uid: "7511407", + highway: "residential", + name: "Heyward Lane", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Heyward", + "tiger:name_type": "Ln", + "tiger:reviewed": "no", + id: "way/606231315", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.0978979, 39.9007205], + [-86.098109, 39.90072], + [-86.0983, 39.900721], + ], + }, + }, + { + type: "Feature", + id: "way/607399318", + properties: { + timestamp: "2018-07-12T13:07:06Z", + version: "1", + changeset: "60652363", + user: "vssms", + uid: "8240204", + access: "private", + highway: "residential", + name: "Heyward Place", + name_1: "546", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Heyward", + "tiger:name_base_1": "546", + "tiger:name_type": "Pl", + "tiger:reviewed": "no", + "tiger:zip_left": "46250", + "tiger:zip_right": "46250", + id: "way/607399318", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.0978755, 39.9054505], + [-86.09763, 39.905451], + [-86.096686, 39.905448], + [-86.09575, 39.905445], + [-86.094806, 39.905442], + [-86.094194, 39.905438], + [-86.094176, 39.905437], + [-86.094138, 39.905428], + [-86.094122, 39.905423], + [-86.094088, 39.905414], + [-86.094035, 39.905396], + [-86.093964, 39.905355], + [-86.093922, 39.905318], + [-86.093906, 39.9053], + [-86.093889, 39.905277], + [-86.093877, 39.905259], + [-86.093864, 39.905237], + [-86.093847, 39.905192], + [-86.093842, 39.905169], + [-86.093837, 39.905124], + ], + }, + }, + { + type: "Feature", + id: "way/607399319", + properties: { + timestamp: "2018-07-12T13:07:06Z", + version: "1", + changeset: "60652363", + user: "vssms", + uid: "8240204", + access: "private", + highway: "residential", + name: "Statesmen Drive", + name_1: "894", + "tiger:cfcc": "A41", + "tiger:county": "Marion, IN", + "tiger:name_base": "Statesmen", + "tiger:name_base_1": "894", + "tiger:name_type": "Dr", + "tiger:reviewed": "no", + id: "way/607399319", + }, + geometry: { + type: "LineString", + coordinates: [ + [-86.0978715, 39.9033715], + [-86.097635, 39.90337], + [-86.096696, 39.903371], + [-86.096273, 39.903368], + [-86.095756, 39.903368], + [-86.094815, 39.903361], + [-86.0943485, 39.903362], + ], + }, + }, + { + type: "Feature", + id: "node/181005411", + properties: { + timestamp: "2012-04-16T12:18:58Z", + version: "3", + changeset: "11321053", + user: "debutterfly", + uid: "308181", + highway: "turning_circle", + id: "node/181005411", + }, + geometry: { + type: "Point", + coordinates: [-86.093974, 39.899503], + }, + }, + { + type: "Feature", + id: "node/181134239", + properties: { + timestamp: "2014-08-03T18:22:55Z", + version: "3", + changeset: "24521651", + user: "svance92", + uid: "401490", + highway: "traffic_signals", + "traffic_signals:direction": "forward", + id: "node/181134239", + }, + geometry: { + type: "Point", + coordinates: [-86.098268, 39.9076954], + }, + }, + { + type: "Feature", + id: "node/5733573172", + properties: { + timestamp: "2018-07-02T08:51:57Z", + version: "1", + changeset: "60340784", + user: "ygudeti", + uid: "7511407", + access: "private", + barrier: "gate", + id: "node/5733573172", + }, + geometry: { + type: "Point", + coordinates: [-86.0932352, 39.903361], + }, + }, + { + type: "Feature", + id: "node/5748379661", + properties: { + timestamp: "2018-07-09T05:00:19Z", + version: "1", + changeset: "60523693", + user: "ygudeti", + uid: "7511407", + access: "private", + barrier: "gate", + id: "node/5748379661", + }, + geometry: { + type: "Point", + coordinates: [-86.0978979, 39.9007205], + }, + }, + { + type: "Feature", + id: "node/5748482000", + properties: { + timestamp: "2018-07-09T06:07:51Z", + version: "1", + changeset: "60524850", + user: "addatla", + uid: "8407155", + access: "private", + barrier: "gate", + id: "node/5748482000", + }, + geometry: { + type: "Point", + coordinates: [-86.0978755, 39.9054505], + }, + }, + { + type: "Feature", + id: "node/5748482001", + properties: { + timestamp: "2018-07-09T06:07:51Z", + version: "1", + changeset: "60524850", + user: "addatla", + uid: "8407155", + access: "private", + barrier: "gate", + id: "node/5748482001", + }, + geometry: { + type: "Point", + coordinates: [-86.0978715, 39.9033715], + }, + }, + ], +}; \ No newline at end of file diff --git a/demo/styles.css b/demo/styles.css new file mode 100644 index 0000000..fff07b6 --- /dev/null +++ b/demo/styles.css @@ -0,0 +1,9 @@ +#map { + height: 500px; + width: 600px; +} + +#demo { + height: 500px; + width: 600px; +} \ No newline at end of file From e081fac72532d00c30a3c87e2857ee58a1ad4b9d Mon Sep 17 00:00:00 2001 From: witusj Date: Thu, 23 Sep 2021 09:25:12 +0200 Subject: [PATCH 2/5] Expanded README --- demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/README.md b/demo/README.md index 734c75b..dc77dc4 100644 --- a/demo/README.md +++ b/demo/README.md @@ -1,3 +1,3 @@ # Demo -This is a runnable demo. Kopie all files in the `demo` folder to your local computer and open de `index.html` file. \ No newline at end of file +This is a runnable demo. Kopie all files in the `demo` folder to your local computer and open de `index.html` file. Or fork the whole repo and serve it via Github Pages. Be sure to refer to the demo folder in your url: .github.io/AgentMaps/demo/index.html \ No newline at end of file From 4fa77c4ae49abc20cfa4ea92a497d8bb0a33742a Mon Sep 17 00:00:00 2001 From: witusj Date: Thu, 23 Sep 2021 09:25:51 +0200 Subject: [PATCH 3/5] Minor --- demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/README.md b/demo/README.md index dc77dc4..2cfd305 100644 --- a/demo/README.md +++ b/demo/README.md @@ -1,3 +1,3 @@ # Demo -This is a runnable demo. Kopie all files in the `demo` folder to your local computer and open de `index.html` file. Or fork the whole repo and serve it via Github Pages. Be sure to refer to the demo folder in your url: .github.io/AgentMaps/demo/index.html \ No newline at end of file +This is a runnable demo. Kopie all files in the `demo` folder to your local computer and open de `index.html` file. Or fork the whole repo and serve it via Github Pages. Be sure to refer to the demo folder in your url: `yourorganizationname`.github.io/AgentMaps/demo/index.html \ No newline at end of file From 571f7b9d59eb1f62ba883422a06d169047ceadab Mon Sep 17 00:00:00 2001 From: witusj Date: Thu, 23 Sep 2021 09:26:49 +0200 Subject: [PATCH 4/5] Minor --- demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/README.md b/demo/README.md index 2cfd305..e3c3105 100644 --- a/demo/README.md +++ b/demo/README.md @@ -1,3 +1,3 @@ # Demo -This is a runnable demo. Kopie all files in the `demo` folder to your local computer and open de `index.html` file. Or fork the whole repo and serve it via Github Pages. Be sure to refer to the demo folder in your url: `yourorganizationname`.github.io/AgentMaps/demo/index.html \ No newline at end of file +This is a runnable demo. Kopie all files in the `demo` folder to your local computer and open de `index.html` file. Or fork the whole repo and serve it via Github Pages. Be sure to refer to the demo folder in your url: *yourorganizationname*.github.io/AgentMaps/demo/index.html \ No newline at end of file From 37fdfc57dc07b9b2f9ce8d3478e124874681a17a Mon Sep 17 00:00:00 2001 From: witusj Date: Thu, 23 Sep 2021 09:27:13 +0200 Subject: [PATCH 5/5] Minor --- demo/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/README.md b/demo/README.md index e3c3105..21610e4 100644 --- a/demo/README.md +++ b/demo/README.md @@ -1,3 +1,3 @@ # Demo -This is a runnable demo. Kopie all files in the `demo` folder to your local computer and open de `index.html` file. Or fork the whole repo and serve it via Github Pages. Be sure to refer to the demo folder in your url: *yourorganizationname*.github.io/AgentMaps/demo/index.html \ No newline at end of file +This is a runnable demo. Copy all files in the `demo` folder to your local computer and open de `index.html` file. Or fork the whole repo and serve it via Github Pages. Be sure to refer to the demo folder in your url: *yourorganizationname*.github.io/AgentMaps/demo/index.html \ No newline at end of file