jinx 1 éve
szülő
commit
1733e2a33b
1 módosított fájl, 7 hozzáadás és 35 törlés
  1. 7 35
      src/graphic/CanvasStyle/ImageLabels/SVGIcons.js

+ 7 - 35
src/graphic/CanvasStyle/ImageLabels/SVGIcons.js

@@ -1,5 +1,7 @@
 const SVGIcons = {
 const SVGIcons = {
- 
+  ZebraCrossing: {
+    text: "斑马线",
+  },
   "chemotuoche_p.svg": {
   "chemotuoche_p.svg": {
     text: "侧三轮平面",
     text: "侧三轮平面",
     draw: function (ctx, fillStyle, strokeStyle) {
     draw: function (ctx, fillStyle, strokeStyle) {
@@ -4133,13 +4135,7 @@ const SVGIcons = {
 export const structureTypeKeys = [
 export const structureTypeKeys = [
   {
   {
     type: "道路结构",
     type: "道路结构",
-    children: [
-      "lunshituolaji_p.svg",
-      "zhengsanlun_s.svg",
-      "chemotuoche_p.svg",
-      "dianche_p.svg",
-      "keche_s.svg",
-    ],
+    children: ["lunshituolaji_p.svg", "zhengsanlun_s.svg", "chemotuoche_p.svg", "dianche_p.svg", "keche_s.svg"],
   },
   },
 ];
 ];
 
 
@@ -4177,40 +4173,16 @@ export const imageTypeKeys = [
   },
   },
   {
   {
     type: "非机动车",
     type: "非机动车",
-    children: [
-      "erlunmotuoche.svg",
-      "fjdc_canjiren_p.svg",
-      "fjdc_canjiren_s.svg",
-      "fjdc_renliche.svg",
-      "fjdc_sanlunche.svg",
-      "fjdc_xuliche.svg",
-      "fjdc_zixingche.svg",
-    ],
+    children: ["erlunmotuoche.svg", "fjdc_canjiren_p.svg", "fjdc_canjiren_s.svg", "fjdc_renliche.svg", "fjdc_sanlunche.svg", "fjdc_xuliche.svg", "fjdc_zixingche.svg"],
   },
   },
   {
   {
     type: "人体、牲畜",
     type: "人体、牲畜",
-    children: [
-      "rt_rt.svg",
-      "rt_shit.svg",
-      "rt_st.svg",
-      "sc_sc.svg",
-      "sc_shangc.svg",
-      "sc_shic.svg",
-    ],
+    children: ["rt_rt.svg", "rt_shit.svg", "rt_st.svg", "sc_sc.svg", "sc_shangc.svg", "sc_shic.svg"],
   },
   },
   {
   {
     type: "地面标志及交通现象",
     type: "地面标志及交通现象",
-    children: [
-      "jtxx_fangxb.svg",
-      "jtxx_fengxb.svg",
-      "jtxx_fjdcxsfx.svg",
-      "jtxx_jcd.svg",
-      "jtxx_jdcxsfx.svg",
-      "jtxx_ryydfx.svg",
-    ],
+    children: ["jtxx_fangxb.svg", "jtxx_fengxb.svg", "jtxx_fjdcxsfx.svg", "jtxx_jcd.svg", "jtxx_jdcxsfx.svg", "jtxx_ryydfx.svg"],
   },
   },
-
- 
 ];
 ];
 
 
 export default SVGIcons;
 export default SVGIcons;