|
@@ -1,5 +1,7 @@
|
|
|
const SVGIcons = {
|
|
|
-
|
|
|
+ ZebraCrossing: {
|
|
|
+ text: "斑马线",
|
|
|
+ },
|
|
|
"chemotuoche_p.svg": {
|
|
|
text: "侧三轮平面",
|
|
|
draw: function (ctx, fillStyle, strokeStyle) {
|
|
@@ -4133,13 +4135,7 @@ const SVGIcons = {
|
|
|
export const structureTypeKeys = [
|
|
|
{
|
|
|
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: "非机动车",
|
|
|
- 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: "人体、牲畜",
|
|
|
- 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: "地面标志及交通现象",
|
|
|
- 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;
|