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] } } ] }, }