You can edit almost every page by Creating an account. Otherwise, see the FAQ.

2019 Colchester stabbings

From EverybodyWiki Bios & Wiki

2019 Colchester stabbings
1
First victim is stabbed at 9:55pm in George Street
2
Second victim is found at 8:20 the next morning in Ryegate Road, a minute from the first victim
<graph>

{

 //
 // ATTENTION: This code is maintained at https://www.mediawiki.org/wiki/Template:Graph:Street_map_with_marks
 //            Please do not modify it anywhere else, as it may get copied and override your changes.
 //            Suggestions can be made at https://www.mediawiki.org/wiki/Template_talk:Graph:Street_map_with_marks
 //
 // Template translation is in https://commons.wikimedia.org/wiki/Data:Original/Template:Graphs.tab
 //
 "version": 2, "width":300, "height": 220, "padding": 0,
 "signals":[
   // These signals allow us to quickly move the map within the image, e.g. to leave space for the legend

{"name":"legendWidth", "init": {"expr": "0"} },

   {"name":"legendHeight", "init": {"expr": "height"} },
   {"name":"imgWidth", "init": {"expr": "width-legendWidth"} },
   {"name":"imgHeight", "init": {"expr": "height"} },
   {"name":"imgXC", "init": {"expr": "imgWidth/2"} },
   {"name":"imgYC", "init": {"expr": "imgHeight/2"} },
   {"name":"imgTileSize", "init": {"expr": "256"} },
   {"name":"imgLat", "init": {"expr": "51.890091"} },
   {"name":"imgLon", "init": {"expr": "0.902030"} },
   {"name":"imgZoom", "init": {"expr": "16"} },
   {"name":"picWidth", "init": {"expr": "180"} },
   {"name":"picHeight", "init": {"expr": "picWidth/2"} },
   {"name":"picXC", "init": {"expr": "imgWidth-(picWidth/2)"} },
   {"name":"picYC", "init": {"expr": "imgHeight-(picHeight/2)"} },
   {"name":"showMiniMap", "init": {"expr": "0"} }
 ],
 "data": [
   {
     "name": "data",

// Otherwise use the first unnamed argument for source values

     "values": [  { "lat": 51.890091, 
    "lon": 0.902030, 
    "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/1/10/Mapscaleline.svg/120px-Mapscaleline.svg.png", 
    "width": 50, 
    "height": 8, 
    "offsetX": 74, 
    "offsetY": 100, 
    "textAlign": "right", 
    "textDx": 22, 
    "textDy": -2, 
    "textColor": "grey", 
    "textFont": "Tahoma", 
    "textFontSize": 9, 
    "text":  "100m" }

, { "lat": 0, "lon": 0, "img": "wikirawupload:https://upload.wikimedia.org/wikipedia/commons/thumb/0/0c/Red_pog.svg/10px-Red_pog.svg.png", "height": 10, "width": 10, "text": "", "textAlign": "right", "textBaseline": "middle", "textDx": -7, "textDy": 1, "textFontSize": 12, "textColor": "#AA1205"


} , { "lat": 51.890028, "lon": 0.901362, "size": "140",

"color": "#FF0000", 
"strokeColor": "#FF0000",
"shape": "square",

"text": "", "textAlign": "right", "textBaseline": "middle", "textDx": -11, "textDy": 1, "textFontSize": 12, "textColor": "#AA1205"


}, { "lat": 51.890028, "lon": 0.901362,

"shape": "circle", 
"size": "0", 
"text": "1", 

"textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": 5, "textFontSize": 10, "textFontWeight": "bold", "textColor": "#FFFFFF" } , { "lat": 51.890527, "lon": 0.902370, "size": "140",

"color": "#FF0000", 
"strokeColor": "#FF0000",
"shape": "square",

"text": "", "textAlign": "right", "textBaseline": "middle", "textDx": -11, "textDy": 1, "textFontSize": 12, "textColor": "#AA1205"


}, { "lat": 51.890527, "lon": 0.902370,

"shape": "circle", 
"size": "0", 
"text": "2", 

"textAlign": "center", "textBaseline": "bottom", "textDx": 0, "textDy": 5, "textFontSize": 10, "textFontWeight": "bold", "textColor": "#FFFFFF" }
















     ],
     "transform": [
       {
         "type": "geo",
         "projection": "mercator",
         "scale": {"expr": "imgTileSize/PI/2*pow(2,imgZoom)"},
         "translate": [{"expr": "imgXC"}, {"expr": "imgYC"}],
         "center": [{"expr": "imgLon"}, {"expr": "imgLat"}],
         "lon": "lon", "lat": "lat"
       },
       { "type": "formula", "field":"layout_x", "expr": "datum.layout_x + (datum.offsetX || 0)" },
       { "type": "formula", "field":"layout_y", "expr": "datum.layout_y + (datum.offsetY || 0)" },
       { "type": "formula", "field":"color", "expr": "datum.color || '#c33'" },
       { "type": "formula", "field":"textColor", "expr": "datum.textColor || datum.color" },
       { "type": "formula", "field":"strokeColor", "expr": "datum.strokeColor || '#ffe7e6'" }
     ]
   },
   {
     // Hack: single value data source for drawing/hiding images and other non-series elements
     "name": "dummyData",
     "values": [{}]
   }
 ],

// Legend only works if showLegend and colorScaleField are set

 "marks": [
   {
     "type": "image",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "formula", "field":"url", "expr": "'mapsnapshot:///?width='+imgWidth+'&height='+imgHeight+'&zoom='+imgZoom+'&lat='+imgLat+'&lon='+imgLon" }
       ]
     },
     "properties": {
       "enter": {
         "url": {"field": "url"},
         "xc": {"signal": "imgXC"}, "yc": {"signal": "imgYC"},
         "width": {"signal": "imgWidth"}, "height": {"signal": "imgHeight"}
       }
     }
   },
   {
     // Places an image of a given name and size at the [lan,lon] location
     "type": "image",
     "from": {
       "data": "data",
       "transform": [
         { "type": "filter", "test": "datum.img" },
         { "type": "formula", "field":"iconWidth", "expr": "datum.width || 0" },
         { "type": "formula", "field":"iconHeight", "expr": "datum.height || 0" },
         { "type": "formula", "field":"img",
           "expr": "if(!test(/^[a-z]+:\\/\\//, datum.img), 'wikifile:///'+datum.img, datum.img)" },
         // Ensure that either width or height parameter is passed to wikifile:// request
         { "type": "formula", "field":"img",
           "expr": "if((datum.iconWidth || datum.iconHeight) && !test(/[?&](width|height)=\\d/, datum.img),if(datum.iconWidth,datum.img+'?width='+datum.iconWidth,datum.img+'?height='+datum.iconHeight), datum.img)" }
     ]},
     "properties": {
       "enter": {
         "url": {"field": "img"},
         "xc": {"field": "layout_x"}, "yc": {"field": "layout_y"},
         "width": {"field": "iconWidth"}, "height": {"field": "iconHeight"}
       }
     }
   },
   {
     // Draw marks of a given color, shape, and size at the [lan,lon] location
     "type": "symbol",
     "from": {
       "data": "data",
       "transform": [{ "type": "filter", "test": "!datum.img" }]
     },
     "properties": {
       "enter": {
         "x": {"field": "layout_x"},
         "y": {"field": "layout_y"},
         // If colorScaleField is set, use color scaling, otherwise use the preset color value
         "fill": { "field": "color" },
         "size": {"field": "size"},
         "shape": {"field": "shape"},
         "stroke": {"field": "strokeColor"}
       }
     }
   },
   {
     // Draw text with the given color and size at the [lan,lon] location
     // See https://github.com/vega/vega/wiki/Marks#text for all parameter description (prepend "text" and capitalize them)
     "type": "text",
     "from": {
       "data": "data",
       "transform": [
         { "type": "filter", "test": "datum.text" },
         // Figure out if this is an LTR or RTL page. For LTR, show label to the right of the icon, left-aligned. For RTL, reverse.
         { "type": "formula", "field":"isLTR", "expr": "'‎' == '\\u200E'" },
         // If these values are not defined ("undefined" is not allowed, so test for truthiness and not 0)
         { "type": "formula", "field":"textDx", "expr": "if(!datum.textDx && datum.textDx != 0, if(datum.isLTR,8,-8), datum.textDx)" },
         { "type": "formula", "field":"textAlign", "expr": "if(!datum.textAlign, if(datum.isLTR,'left','right'), datum.textAlign)" },
         { "type": "formula", "field":"textBaseline", "expr": "datum.textBaseline || 'middle'" }
     ]},
     "properties": {
       "enter": {
         "text": {"field": "text"},
         "x": {"field": "layout_x" },
         "y": {"field": "layout_y"},
         "dx": {"field": "textDx" },
         "dy": {"field": "textDy"},
         "fill": {"field": "textColor"},
         "align": {"field": "textAlign"},
         "baseline": {"field": "textBaseline"},
         "radius": {"field": "textRadius"},
         "theta": {"field": "textTheta"},
         "angle": {"field": "textAngle"},
         "font": {"field": "textFont"},
         "fontSize": {"field": "textFontSize"},
         "fontWeight": {"field": "textFontWeight"},
         "fontStyle": {"field": "textFontStyle"}
       }
     }
   },
   {
     // Draw a low-zoom locator map frame
     "type": "rect",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "filter", "test": "showMiniMap" }
       ]
     },
     "properties": {
       "enter": {
         "xc": {"signal": "picXC"}, "yc": {"signal": "picYC"},
         "width": {"signal": "picWidth", "offset":2}, "height": {"signal": "picHeight"},
         "stroke": {"value":"#fff"},"strokeWidth": {"value":6}
       }
     }
   },
   {
     // Draw a low-zoom locator map by using a premade world map image
     "type": "image",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "filter", "test": "showMiniMap" },
         { "type": "formula", "field":"url", "expr": "1" }
       ]
     },
     "properties": {
       "enter": {
         "url": {"value": "wikirawupload:"},
         "xc": {"signal": "picXC"}, "yc": {"signal": "picYC"},
         "width": {"signal": "picWidth"}, "height": {"signal": "picHeight"}
       }
     }
   },
   {
     // Draw a zoom-out mark at the [lan,lon] location
     "type": "symbol",
     "from": {
       "data": "dummyData",
       "transform": [
         { "type": "filter", "test": "showMiniMap" },
         { "type": "formula", "field":"lat", "expr": "imgLat" },
         { "type": "formula", "field":"lon", "expr": "imgLon" },
         {
           "type": "geo",
           "projection": "equirectangular",
           "scale": {"expr": "180/2/PI"},
           "translate": [{"expr": "picXC"}, {"expr": "picYC"}],
           "center": [{"expr": "0"}, {"expr": "0"}],
           "lon": "lon", "lat": "lat"
         }
       ]
     },
     "properties": {
       "enter": {
         "x": {"field": "layout_x"}, "y": {"field": "layout_y"},
         "fill": {"value": "#c33"},
         "stroke": {"value": "#ffe7e6"},
         "size": {"value": 40}
       }
     }
   }
 ]

} </graph>

LocationLua error in Module:WikidataIB at line 665: attempt to index field 'wikibase' (a nil value).
Coordinates51°53′25.9″N 0°54′08.5″E / 51.890528°N 0.902361°E / 51.890528; 0.902361Coordinates: 51°53′25.9″N 0°54′08.5″E / 51.890528°N 0.902361°E / 51.890528; 0.902361
⧼validator-fatal-error⧽


DateLua error in Module:WikidataIB at line 665: attempt to index field 'wikibase' (a nil value).
TargetDrug related
Attack type
Stabbing
WeaponsKnife
Deaths1
Non-fatal injuries
1
MotiveDrug related attacks

On 10 February 2019, two men were attacked and stabbed with one suffering fatal injuries in the town of Colchester in Essex, England.

Background[edit]

At 10pm on 10 February 2019, Essex Police were called to George Street, Colchester after reports a 40-year-old man had been stabbed in the back.[1] He was taken to hospital. The following morning a man was found dead with stab wounds to his back on Ryegate Road, a minute's walk from the first victim at 8:20 GMT.[2][3] The fatally injured man was the next day identified as 49-year-old local Colchester resident Carl Hopkins. Essex Police also believed both stabbings where "drug related".[4]

Discovery of the victims[edit]

At around 10pm on 10 February a man was stabbed in George Street, Colchester. According to reports, a man "ran in with stab wounds" into the George Street Snooker Club. They said he took his shirt off and there were multiple wounds on his back."[5] The victim was rushed to hospital with serious injuries but which "are not believed to be life-threatening or life-changing."[6] The next morning, at 8:20 a second victim was found in nearby Ryegate Road, roughly a minutes walk apart from George street, and was quickly found to be deceased. Multiple people saw the victim and thought he was sleeping so did not take further action.[7] A police cordon was placed at both scenes and a forensic tent set up to secure evidence.

Arrest[edit]

On 15 February 2019 Essex Police arrested a 17 year old male from Woolwich, London, on suspicion of murder and attempted murder.[8][9][10]

Aftermath[edit]

The day after the bodies where discovered Mike Lilley, Colchester Council’s public safety boss, said he wanted streetlights turned on throughout the night[11] in order to combat crime and create a safer environment as the alley where Hopkins was discovered was described as "very dark" and residents complained that the lack of lighting worried them.[12]

References[edit]

  1. "Police link stabbings that left one man dead in Colchester". ITV News.
  2. Bieber, Nicholas (11 February 2019). "Knifeman on RUN after double stabbing rocks Brit town centre – one man dead". Dailystar.co.uk.
  3. "Man dead and another injured after being stabbed in the back in Essex". Sky News.
  4. "Man stabbed in back named by police". 2019-02-12. Retrieved 2019-02-12.
  5. Wathen, Tommy (2019-02-11). "14 hours of violence in one town: A 'murder', stabbing and boiling water attack". essexlive. Retrieved 2019-02-12.
  6. Howlett, Adam. "Police link Colchester murder investigation with George Street stabbing". East Anglian Daily Times. Retrieved 2019-02-12.
  7. Harris, Katie (2019-02-11). "CRIMEWAVE BRITAIN: Man dies in Essex after being stabbed in back - police hunt knifeman". Express.co.uk. Retrieved 2019-02-12.
  8. "Teenager arrested in connection with murder and stabbing". Gazette. Retrieved 2019-02-15.
  9. Jefford, Will. "17-year-old arrested in connection with Colchester murder". East Anglian Daily Times. Retrieved 2019-02-15.
  10. "Teen arrested over double stabbing". 2019-02-15. Retrieved 2019-02-15.
  11. "Call for drug crackdown amid murder probe". Gazette. Retrieved 2019-02-12.
  12. Wathen, Tommy (2019-02-11). "The fears over street lighting after man found stabbed to death near park". essexlive. Retrieved 2019-02-12.

See also[edit]


This article "2019 Colchester stabbings" is from Wikipedia. The list of its authors can be seen in its historical and/or the page Edithistory:2019 Colchester stabbings. Articles copied from Draft Namespace on Wikipedia could be seen on the Draft Namespace of Wikipedia and not main one.