export default { // 各种用到的svg数据 svgRed: '', svgBlue: '', svgHospital: '', svgSchool: '', // 4环geo数据 geoRing4: { type: 'FeatureCollection', features: [ { type: 'Feature', properties: { NAME: '西北五环' }, geometry: { type: 'Point', coordinates: [116.22196197509766, 39.99527080014614] } }, { type: 'Feature', properties: { NAME: '东五环' }, geometry: { type: 'Point', coordinates: [116.53816223144531, 39.9034155951341] } }, { type: 'Feature', properties: { NAME: '南五环' }, geometry: { type: 'Point', coordinates: [116.40151977539062, 39.7631584037253] } } ] }, // 5环geo数据 geoRing5: { type: 'FeatureCollection', features: [ { type: 'Feature', properties: { NAME: '西四环' }, geometry: { type: 'Point', coordinates: [116.27037048339844, 39.905522539728544] } }, { type: 'Feature', properties: { NAME: '北四环' }, geometry: { type: 'Point', coordinates: [116.39396667480469, 39.98343393295322] } }, { type: 'Feature', properties: { NAME: '南四环' }, geometry: { type: 'Point', coordinates: [116.3946533203125, 39.828577091142016] } } ] }, geoHospitalSchool: { type: 'FeatureCollection', features: [ { type: 'Feature', properties: { NAME: 'A医院', TYPE: '医院' }, geometry: { type: 'Point', coordinates: [116.22196197509766, 39.99527080014614] } }, { type: 'Feature', properties: { NAME: 'B医院', TYPE: '医院' }, geometry: { type: 'Point', coordinates: [116.53816223144531, 39.9034155951341] } }, { type: 'Feature', properties: { NAME: 'C学校', TYPE: '学校' }, geometry: { type: 'Point', coordinates: [116.40151977539062, 39.7631584037253] } }, { type: 'Feature', properties: { NAME: 'D医院', TYPE: '医院' }, geometry: { type: 'Point', coordinates: [116.4276123046875, 39.969753220824714] } }, { type: 'Feature', properties: { NAME: 'E学校', TYPE: '学校' }, geometry: { type: 'Point', coordinates: [116.28273010253905, 39.832795514765444] } } ] }, // Popup自定义查询弹出窗 geo4d12: { type: 'FeatureCollection', features: [ { type: 'Feature', properties: { NAME: '西北五环', URL: 'https://lbsugc.cdn.bcebos.com/images/H6609c93d70cf3bc772e13cf7de00baa1cc112acc.jpg', DESC: '这是一段很长的描述很长的描述很长的描述很长的描述很长的描述' }, geometry: { type: 'Point', coordinates: [116.22196197509766, 39.99527080014614] } }, { type: 'Feature', properties: { NAME: '东五环', URL: 'https://lbsugc.cdn.bcebos.com/images/H7e3e6709c93d70cfd71b5b16f7dcd100bba12bcc.jpg', DESC: '这又是一段很长的描述很长的描述很长的描述很长的描述很长的描述' }, geometry: { type: 'Point', coordinates: [116.53816223144531, 39.9034155951341] } }, { type: 'Feature', properties: { NAME: '南五环', URL: 'https://poi-pic.cdn.bcebos.com/d0bf12c973c86ccf2eb79d337bdeb860.jpg', DESC: '这还是一段很长的描述很长的描述很长的描述很长的描述很长的描述' }, geometry: { type: 'Point', coordinates: [116.40151977539062, 39.7631584037253] } } ] } }