提出问题
已有的HTML静态网页想增加一个搜索框,直接输入名称进行搜索,并定位到输入名称的POI点。即实现如下图所示功能:
解决方案
利用Mapboxgl库实现,主要是其中的map.addControl()方法。python代码如下:
#-*- coding:utf-8 -*-
def main():
fin = open('topic_viz.html', 'rb')
fout = open('topic_viz_output.html', 'w', encoding='utf-8')
for line in fin.readlines():
#print (line)
##插入位置,可根据需要调整
if line == b'</head>\n':
fout.write('''
<!-- 搜索器 -->
<script src='https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.3.0/mapbox-gl-geocoder.min.js'></script>
<!-- 搜索器css -->
<link rel='stylesheet' href='https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v4.3.0/mapbox-gl-geocoder.css' type='text/css' />
<!-- 语言 -->
<script src='https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-language/v0.9.2/mapbox-gl-language.js'></script>\n''')
fout.write(line.decode('utf-8'))
##插入位置,可根据需要调整
elif line == b" map.on('style.load', function() {\n":
fout.write('''
// 加载数据支持搜索结果
const customData = {"type": "FeatureCollection", "features": [{"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.134, 23.043]}, "properties": {"id_": 528305, "title": "一曲《以水兴城》唱响全城!这场音乐会传播新时代之歌", "location_name": "佛山电视台", "sentiment_score": 0.9882, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.878, 22.896]}, "properties": {"id_": 544088, "title": "全省各地各部门持续传达学习宣传贯彻党的二十大精神", "location_name": "省工商联省工商联", "sentiment_score": 0.985, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.878, 22.896]}, "properties": {"id_": 544088, "title": "全省各地各部门持续传达学习宣传贯彻党的二十大精神", "location_name": "工商联", "sentiment_score": 0.985, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.78, 22.872]}, "properties": {"id_": 544088, "title": "全省各地各部门持续传达学习宣传贯彻党的二十大精神", "location_name": "妇联", "sentiment_score": 0.985, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.0, 23.239]}, "properties": {"id_": 544088, "title": "全省各地各部门持续传达学习宣传贯彻党的二十大精神", "location_name": "新时代党", "sentiment_score": 0.985, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.109, 23.014]}, "properties": {"id_": 544088, "title": "全省各地各部门持续传达学习宣传贯彻党的二十大精神", "location_name": "科协", "sentiment_score": 0.985, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.89, 23.17]}, "properties": {"id_": 544088, "title": "全省各地各部门持续传达学习宣传贯彻党的二十大精神", "location_name": "国家税务总局广东省税务局国家税务总局广东省税务局", "sentiment_score": 0.985, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.866, 22.91]}, "properties": {"id_": 544088, "title": "全省各地各部门持续传达学习宣传贯彻党的二十大精神", "location_name": "省气象局", "sentiment_score": 0.985, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 543878, "title": "市委全面深化改革委员会召开会议:把思想和行动统一到党的二十大精神上来 推动佛山改革发展取得更大成效", "location_name": "佛山新闻网讯佛山日报", "sentiment_score": 0.9878, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.894, 23.159]}, "properties": {"id_": 543878, "title": "市委全面深化改革委员会召开会议:把思想和行动统一到党的二十大精神上来 推动佛山改革发展取得更大成效", "location_name": "市委全面深化改革委员会", "sentiment_score": 0.9878, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.894, 23.159]}, "properties": {"id_": 543878, "title": "市委全面深化改革委员会召开会议:把思想和行动统一到党的二十大精神上来 推动佛山改革发展取得更大成效", "location_name": "中央全面深化改革委员会", "sentiment_score": 0.9878, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.117, 23.012]}, "properties": {"id_": 543878, "title": "市委全面深化改革委员会召开会议:把思想和行动统一到党的二十大精神上来 推动佛山改革发展取得更大成效", "location_name": "市人大常委会", "sentiment_score": 0.9878, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.118, 23.033]}, "properties": {"id_": 543878, "title": "市委全面深化改革委员会召开会议:把思想和行动统一到党的二十大精神上来 推动佛山改革发展取得更大成效", "location_name": "市政协", "sentiment_score": 0.9878, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.103, 23.021]}, "properties": {"id_": 543878, "title": "市委全面深化改革委员会召开会议:把思想和行动统一到党的二十大精神上来 推动佛山改革发展取得更大成效", "location_name": "佛山传媒集团", "sentiment_score": 0.9878, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.109, 23.106]}, "properties": {"id_": 543878, "title": "市委全面深化改革委员会召开会议:把思想和行动统一到党的二十大精神上来 推动佛山改革发展取得更大成效", "location_name": "佛山市第五人民医院", "sentiment_score": 0.9878, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 544100, "title": "新征程·再出发“二十大精神二十讲”全媒体党课在广东工业设计城启动", "location_name": "佛山新闻网讯佛山日报", "sentiment_score": 0.9868, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 544100, "title": "新征程·再出发“二十大精神二十讲”全媒体党课在广东工业设计城启动", "location_name": "佛山市委宣传部", "sentiment_score": 0.9868, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.268, 22.816]}, "properties": {"id_": 544100, "title": "新征程·再出发“二十大精神二十讲”全媒体党课在广东工业设计城启动", "location_name": "佛山市委党校", "sentiment_score": 0.9868, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.103, 23.021]}, "properties": {"id_": 544100, "title": "新征程·再出发“二十大精神二十讲”全媒体党课在广东工业设计城启动", "location_name": "佛山传媒集团", "sentiment_score": 0.9868, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.134, 23.043]}, "properties": {"id_": 544100, "title": "新征程·再出发“二十大精神二十讲”全媒体党课在广东工业设计城启动", "location_name": "佛山传媒集团管委会", "sentiment_score": 0.9868, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.119, 22.967]}, "properties": {"id_": 544100, "title": "新征程·再出发“二十大精神二十讲”全媒体党课在广东工业设计城启动", "location_name": "佛山电台", "sentiment_score": 0.9868, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.201, 22.908]}, "properties": {"id_": 544100, "title": "新征程·再出发“二十大精神二十讲”全媒体党课在广东工业设计城启动", "location_name": "广东永爱医养产业有限公司", "sentiment_score": 0.9868, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 543879, "title": "深刻领会“五个牢牢把握” 把党的二十大精神学深落实", "location_name": "佛山公安机关佛山新闻网讯佛山日报", "sentiment_score": 0.987, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.117, 23.012]}, "properties": {"id_": 543879, "title": "深刻领会“五个牢牢把握” 把党的二十大精神学深落实", "location_name": "市政府", "sentiment_score": 0.987, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.133, 23.041]}, "properties": {"id_": 543879, "title": "深刻领会“五个牢牢把握” 把党的二十大精神学深落实", "location_name": "佛山公安", "sentiment_score": 0.987, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.177, 23.12]}, "properties": {"id_": 543879, "title": "深刻领会“五个牢牢把握” 把党的二十大精神学深落实", "location_name": "文广旅", "sentiment_score": 0.987, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.177, 23.12]}, "properties": {"id_": 543879, "title": "深刻领会“五个牢牢把握” 把党的二十大精神学深落实", "location_name": "佛山文广旅体", "sentiment_score": 0.987, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.115, 23.117]}, "properties": {"id_": 543879, "title": "深刻领会“五个牢牢把握” 把党的二十大精神学深落实", "location_name": "岭南广府", "sentiment_score": 0.987, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.881, 22.906]}, "properties": {"id_": 543879, "title": "深刻领会“五个牢牢把握” 把党的二十大精神学深落实", "location_name": "高明区政协", "sentiment_score": 0.987, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 543879, "title": "深刻领会“五个牢牢把握” 把党的二十大精神学深落实", "location_name": "讯佛山日报", "sentiment_score": 0.987, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.881, 22.906]}, "properties": {"id_": 543879, "title": "深刻领会“五个牢牢把握” 把党的二十大精神学深落实", "location_name": "区政协", "sentiment_score": 0.987, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.872, 22.89]}, "properties": {"id_": 543879, "title": "深刻领会“五个牢牢把握” 把党的二十大精神学深落实", "location_name": "佛山市发展和改革局", "sentiment_score": 0.987, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.095, 23.026]}, "properties": {"id_": 543879, "title": "深刻领会“五个牢牢把握” 把党的二十大精神学深落实", "location_name": "佛山科学技术学院", "sentiment_score": 0.987, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.0, 23.239]}, "properties": {"id_": 543879, "title": "深刻领会“五个牢牢把握” 把党的二十大精神学深落实", "location_name": "新时代党", "sentiment_score": 0.987, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.159]}, "properties": {"id_": 543879, "title": "深刻领会“五个牢牢把握” 把党的二十大精神学深落实", "location_name": "三水区政协", "sentiment_score": 0.987, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.233, 22.83]}, "properties": {"id_": 528267, "title": "佛山广大青年深入学习贯彻党的二十大精神", "location_name": "红岗社区团委", "sentiment_score": 0.9888, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.888, 22.903]}, "properties": {"id_": 528267, "title": "佛山广大青年深入学习贯彻党的二十大精神", "location_name": "团高明区委办公室", "sentiment_score": 0.9888, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.686, 22.873]}, "properties": {"id_": 528267, "title": "佛山广大青年深入学习贯彻党的二十大精神", "location_name": "佛山市智荟蓝天环保科技有限公司", "sentiment_score": 0.9888, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.084, 23.065]}, "properties": {"id_": 528267, "title": "佛山广大青年深入学习贯彻党的二十大精神", "location_name": "佛山文明城市建设", "sentiment_score": 0.9888, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.112, 23.044]}, "properties": {"id_": 528267, "title": "佛山广大青年深入学习贯彻党的二十大精神", "location_name": "中国青年志愿者协会", "sentiment_score": 0.9888, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.095, 23.026]}, "properties": {"id_": 528267, "title": "佛山广大青年深入学习贯彻党的二十大精神", "location_name": "佛山科学技术学院", "sentiment_score": 0.9888, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.09, 23.027]}, "properties": {"id_": 528267, "title": "佛山广大青年深入学习贯彻党的二十大精神", "location_name": "佛山市思赢互联网科技有限公司", "sentiment_score": 0.9888, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.898, 23.177]}, "properties": {"id_": 528267, "title": "佛山广大青年深入学习贯彻党的二十大精神", "location_name": "广东劲农农业科技有限公司", "sentiment_score": 0.9888, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.107, 23.015]}, "properties": {"id_": 528267, "title": "佛山广大青年深入学习贯彻党的二十大精神", "location_name": "佛燃能源集团股份有限公司", "sentiment_score": 0.9888, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.133, 23.041]}, "properties": {"id_": 528267, "title": "佛山广大青年深入学习贯彻党的二十大精神", "location_name": "佛山能源", "sentiment_score": 0.9888, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.139, 23.007]}, "properties": {"id_": 528267, "title": "佛山广大青年深入学习贯彻党的二十大精神", "location_name": "佛燃能源", "sentiment_score": 0.9888, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.89, 23.161]}, "properties": {"id_": 528267, "title": "佛山广大青年深入学习贯彻党的二十大精神", "location_name": "佛燃能源团委", "sentiment_score": 0.9888, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.141, 23.031]}, "properties": {"id_": 528266, "title": "确保党的二十大精神落地见效、取得丰硕成果", "location_name": "南海区政协", "sentiment_score": 0.9892, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.115, 23.026]}, "properties": {"id_": 528266, "title": "确保党的二十大精神落地见效、取得丰硕成果", "location_name": "禅城区政协佛山日报讯", "sentiment_score": 0.9892, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.118, 23.033]}, "properties": {"id_": 528266, "title": "确保党的二十大精神落地见效、取得丰硕成果", "location_name": "禅城区政协", "sentiment_score": 0.9892, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.133, 22.995]}, "properties": {"id_": 528266, "title": "确保党的二十大精神落地见效、取得丰硕成果", "location_name": "佛山市中级人民法院", "sentiment_score": 0.9892, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.898, 23.164]}, "properties": {"id_": 528266, "title": "确保党的二十大精神落地见效、取得丰硕成果", "location_name": "市法院", "sentiment_score": 0.9892, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.137, 23.059]}, "properties": {"id_": 528266, "title": "确保党的二十大精神落地见效、取得丰硕成果", "location_name": "佛山法院", "sentiment_score": 0.9892, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.238, 22.843]}, "properties": {"id_": 544051, "title": "佛山网评 | 首个古道调查标准发布,为古迹保护“摸清家底”", "location_name": "广东省标准化协会", "sentiment_score": 0.89, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 543877, "title": "郑轲主持召开市委常委会会议:认真学习贯彻习近平总书记重要讲话精神", "location_name": "佛山新闻网讯佛山日报", "sentiment_score": 0.9842, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 543877, "title": "郑轲主持召开市委常委会会议:认真学习贯彻习近平总书记重要讲话精神", "location_name": "佛山市委", "sentiment_score": 0.9842, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.115, 23.117]}, "properties": {"id_": 543877, "title": "郑轲主持召开市委常委会会议:认真学习贯彻习近平总书记重要讲话精神", "location_name": "岭南广府", "sentiment_score": 0.9842, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 544057, "title": "聚焦“数字时代的文化强国建设” | 2022文化科技创新论坛暨首届深大湾区论坛在深圳举行", "location_name": "中共深圳市委宣传部", "sentiment_score": 0.9876, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.926, 22.536]}, "properties": {"id_": 544057, "title": "聚焦“数字时代的文化强国建设” | 2022文化科技创新论坛暨首届深大湾区论坛在深圳举行", "location_name": "深圳市南山区人民政府", "sentiment_score": 0.9876, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.926, 22.536]}, "properties": {"id_": 544057, "title": "聚焦“数字时代的文化强国建设” | 2022文化科技创新论坛暨首届深大湾区论坛在深圳举行", "location_name": "深圳市南山区文化广电旅游体育局", "sentiment_score": 0.9876, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.281, 22.758]}, "properties": {"id_": 544057, "title": "聚焦“数字时代的文化强国建设” | 2022文化科技创新论坛暨首届深大湾区论坛在深圳举行", "location_name": "同方股份有限公司", "sentiment_score": 0.9876, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 544057, "title": "聚焦“数字时代的文化强国建设” | 2022文化科技创新论坛暨首届深大湾区论坛在深圳举行", "location_name": "深圳市委宣传部", "sentiment_score": 0.9876, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.227, 22.722]}, "properties": {"id_": 544057, "title": "聚焦“数字时代的文化强国建设” | 2022文化科技创新论坛暨首届深大湾区论坛在深圳举行", "location_name": "深圳市文化广电旅游体育局", "sentiment_score": 0.9876, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.926, 22.536]}, "properties": {"id_": 544057, "title": "聚焦“数字时代的文化强国建设” | 2022文化科技创新论坛暨首届深大湾区论坛在深圳举行", "location_name": "深圳市宣传部", "sentiment_score": 0.9876, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.046, 22.544]}, "properties": {"id_": 544057, "title": "聚焦“数字时代的文化强国建设” | 2022文化科技创新论坛暨首届深大湾区论坛在深圳举行", "location_name": "深圳广电集团", "sentiment_score": 0.9876, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.056, 23.011]}, "properties": {"id_": 544057, "title": "聚焦“数字时代的文化强国建设” | 2022文化科技创新论坛暨首届深大湾区论坛在深圳举行", "location_name": "深大智慧", "sentiment_score": 0.9876, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 528265, "title": "全市宣传文化系统学习宣传贯彻党的二十大精神专题会议强调:掀起学习宣传贯彻热潮 开创佛山宣传文化工作新局面", "location_name": "佛山新闻网讯佛山日报", "sentiment_score": 0.9902, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.141, 23.031]}, "properties": {"id_": 528265, "title": "全市宣传文化系统学习宣传贯彻党的二十大精神专题会议强调:掀起学习宣传贯彻热潮 开创佛山宣传文化工作新局面", "location_name": "宣传部", "sentiment_score": 0.9902, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.115, 23.117]}, "properties": {"id_": 528265, "title": "全市宣传文化系统学习宣传贯彻党的二十大精神专题会议强调:掀起学习宣传贯彻热潮 开创佛山宣传文化工作新局面", "location_name": "岭南广府", "sentiment_score": 0.9902, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.103, 23.021]}, "properties": {"id_": 528265, "title": "全市宣传文化系统学习宣传贯彻党的二十大精神专题会议强调:掀起学习宣传贯彻热潮 开创佛山宣传文化工作新局面", "location_name": "佛山传媒集团", "sentiment_score": 0.9902, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.883, 22.903]}, "properties": {"id_": 544010, "title": "让传统活化于当下!聂慧梅石湾窑炊煮器非遗研究成果展开幕", "location_name": "佛山市文化广电旅游体育局", "sentiment_score": 0.9908, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.115, 23.026]}, "properties": {"id_": 544010, "title": "让传统活化于当下!聂慧梅石湾窑炊煮器非遗研究成果展开幕", "location_name": "佛山市民政局社会组织管理局", "sentiment_score": 0.9908, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.115, 23.117]}, "properties": {"id_": 544010, "title": "让传统活化于当下!聂慧梅石湾窑炊煮器非遗研究成果展开幕", "location_name": "岭南广府", "sentiment_score": 0.9908, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.118, 23.012]}, "properties": {"id_": 544010, "title": "让传统活化于当下!聂慧梅石湾窑炊煮器非遗研究成果展开幕", "location_name": "禅城区博物馆", "sentiment_score": 0.9908, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.164, 22.953]}, "properties": {"id_": 544033, "title": "超百款新车集中亮相!第十三届佛山汽车工业博览会开幕", "location_name": "潭洲国际会展中心", "sentiment_score": 0.9896, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.103, 23.021]}, "properties": {"id_": 544033, "title": "超百款新车集中亮相!第十三届佛山汽车工业博览会开幕", "location_name": "佛山传媒集团", "sentiment_score": 0.9896, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.012, 22.963]}, "properties": {"id_": 544033, "title": "超百款新车集中亮相!第十三届佛山汽车工业博览会开幕", "location_name": "广州市合强展览有限公司", "sentiment_score": 0.9896, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.101, 23.017]}, "properties": {"id_": 544033, "title": "超百款新车集中亮相!第十三届佛山汽车工业博览会开幕", "location_name": "宝马", "sentiment_score": 0.9896, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.096, 23.064]}, "properties": {"id_": 544033, "title": "超百款新车集中亮相!第十三届佛山汽车工业博览会开幕", "location_name": "斯巴鲁", "sentiment_score": 0.9896, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.953, 22.952]}, "properties": {"id_": 544033, "title": "超百款新车集中亮相!第十三届佛山汽车工业博览会开幕", "location_name": "广汽丰田", "sentiment_score": 0.9896, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.098, 23.007]}, "properties": {"id_": 544033, "title": "超百款新车集中亮相!第十三届佛山汽车工业博览会开幕", "location_name": "广汽本田", "sentiment_score": 0.9896, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.963, 22.951]}, "properties": {"id_": 544033, "title": "超百款新车集中亮相!第十三届佛山汽车工业博览会开幕", "location_name": "东风日产", "sentiment_score": 0.9896, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.098, 23.081]}, "properties": {"id_": 544033, "title": "超百款新车集中亮相!第十三届佛山汽车工业博览会开幕", "location_name": "长安马自达", "sentiment_score": 0.9896, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.088, 22.863]}, "properties": {"id_": 544033, "title": "超百款新车集中亮相!第十三届佛山汽车工业博览会开幕", "location_name": "一汽", "sentiment_score": 0.9896, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.962, 22.951]}, "properties": {"id_": 544033, "title": "超百款新车集中亮相!第十三届佛山汽车工业博览会开幕", "location_name": "比亚迪", "sentiment_score": 0.9896, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.889, 22.888]}, "properties": {"id_": 544033, "title": "超百款新车集中亮相!第十三届佛山汽车工业博览会开幕", "location_name": "广汽传祺", "sentiment_score": 0.9896, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.084, 23.23]}, "properties": {"id_": 544033, "title": "超百款新车集中亮相!第十三届佛山汽车工业博览会开幕", "location_name": "新能源汽车", "sentiment_score": 0.9896, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.133, 23.041]}, "properties": {"id_": 544033, "title": "超百款新车集中亮相!第十三届佛山汽车工业博览会开幕", "location_name": "佛山新能源", "sentiment_score": 0.9896, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.031, 23.091]}, "properties": {"id_": 544033, "title": "超百款新车集中亮相!第十三届佛山汽车工业博览会开幕", "location_name": "捷途汽车", "sentiment_score": 0.9896, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 526459, "title": "佛山市政府党组会议召开:深入学习贯彻党的二十大精神 推动佛山争当地级市高质量发展领头羊", "location_name": "佛山新闻网讯佛山日报", "sentiment_score": 0.99, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.117, 23.012]}, "properties": {"id_": 526459, "title": "佛山市政府党组会议召开:深入学习贯彻党的二十大精神 推动佛山争当地级市高质量发展领头羊", "location_name": "市政府", "sentiment_score": 0.99, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.117, 23.012]}, "properties": {"id_": 526864, "title": "学习贯彻党的二十大精神中央宣讲团报告会暨全省市厅级 主要领导干部学习贯彻党的二十大精神专题研讨班在广州举行", "location_name": "省人大常委会", "sentiment_score": 0.9782, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.0, 23.239]}, "properties": {"id_": 526864, "title": "学习贯彻党的二十大精神中央宣讲团报告会暨全省市厅级 主要领导干部学习贯彻党的二十大精神专题研讨班在广州举行", "location_name": "新时代党", "sentiment_score": 0.9782, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.118, 23.033]}, "properties": {"id_": 526864, "title": "学习贯彻党的二十大精神中央宣讲团报告会暨全省市厅级 主要领导干部学习贯彻党的二十大精神专题研讨班在广州举行", "location_name": "省政协", "sentiment_score": 0.9782, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.898, 23.164]}, "properties": {"id_": 526864, "title": "学习贯彻党的二十大精神中央宣讲团报告会暨全省市厅级 主要领导干部学习贯彻党的二十大精神专题研讨班在广州举行", "location_name": "省法院", "sentiment_score": 0.9782, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.295, 22.805]}, "properties": {"id_": 526864, "title": "学习贯彻党的二十大精神中央宣讲团报告会暨全省市厅级 主要领导干部学习贯彻党的二十大精神专题研讨班在广州举行", "location_name": "省检察院", "sentiment_score": 0.9782, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.878, 22.896]}, "properties": {"id_": 526864, "title": "学习贯彻党的二十大精神中央宣讲团报告会暨全省市厅级 主要领导干部学习贯彻党的二十大精神专题研讨班在广州举行", "location_name": "工商联", "sentiment_score": 0.9782, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 526865, "title": "市委党的建设工作领导小组会议召开:把基层党组织建设成为有效实现党的领导的坚强战斗堡垒", "location_name": "佛山新闻网讯佛山日报", "sentiment_score": 0.9874, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.0, 23.239]}, "properties": {"id_": 526865, "title": "市委党的建设工作领导小组会议召开:把基层党组织建设成为有效实现党的领导的坚强战斗堡垒", "location_name": "新时代党", "sentiment_score": 0.9874, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 526866, "title": "推动党的二十大精神落地生根开花结果", "location_name": "市农业农村局佛山新闻网讯佛山日报", "sentiment_score": 0.99, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.886, 22.904]}, "properties": {"id_": 526866, "title": "推动党的二十大精神落地生根开花结果", "location_name": "佛山市农业农村局", "sentiment_score": 0.99, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 526866, "title": "推动党的二十大精神落地生根开花结果", "location_name": "讯佛山日报", "sentiment_score": 0.99, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.288, 22.808]}, "properties": {"id_": 526866, "title": "推动党的二十大精神落地生根开花结果", "location_name": "区政府", "sentiment_score": 0.99, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.117, 23.012]}, "properties": {"id_": 526866, "title": "推动党的二十大精神落地生根开花结果", "location_name": "区人大常委会", "sentiment_score": 0.99, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.881, 22.906]}, "properties": {"id_": 526866, "title": "推动党的二十大精神落地生根开花结果", "location_name": "区人大", "sentiment_score": 0.99, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 526866, "title": "推动党的二十大精神落地生根开花结果", "location_name": "街人大", "sentiment_score": 0.99, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 526866, "title": "推动党的二十大精神落地生根开花结果", "location_name": "人大", "sentiment_score": 0.99, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.78, 22.873]}, "properties": {"id_": 526866, "title": "推动党的二十大精神落地生根开花结果", "location_name": "新时代高明人大", "sentiment_score": 0.99, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 526866, "title": "推动党的二十大精神落地生根开花结果", "location_name": "禅城区政府", "sentiment_score": 0.99, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.117, 23.012]}, "properties": {"id_": 526866, "title": "推动党的二十大精神落地生根开花结果", "location_name": "禅城区人大常委会", "sentiment_score": 0.99, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.891, 23.159]}, "properties": {"id_": 526866, "title": "推动党的二十大精神落地生根开花结果", "location_name": "三水区人大常委会", "sentiment_score": 0.99, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 526866, "title": "推动党的二十大精神落地生根开花结果", "location_name": "佛山日报", "sentiment_score": 0.99, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.891, 23.159]}, "properties": {"id_": 526866, "title": "推动党的二十大精神落地生根开花结果", "location_name": "三水人大", "sentiment_score": 0.99, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.1, 23.03]}, "properties": {"id_": 526868, "title": "佛山市住建局:落实党的二十大精神 推动住建事业高质量发展", "location_name": "佛山市住房和城乡建设局", "sentiment_score": 0.9886, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.1, 23.03]}, "properties": {"id_": 526868, "title": "佛山市住建局:落实党的二十大精神 推动住建事业高质量发展", "location_name": "佛山市住建局", "sentiment_score": 0.9886, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.101, 23.03]}, "properties": {"id_": 526868, "title": "佛山市住建局:落实党的二十大精神 推动住建事业高质量发展", "location_name": "市住建局", "sentiment_score": 0.9886, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.026, 23.157]}, "properties": {"id_": 526867, "title": "佛山科技工作者深入学习贯彻党的二十大精神 为实现高水平科技自立自强贡献佛山力量", "location_name": "佛山鲲鹏现代农业研究院", "sentiment_score": 0.9864, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.795, 22.818]}, "properties": {"id_": 526867, "title": "佛山科技工作者深入学习贯彻党的二十大精神 为实现高水平科技自立自强贡献佛山力量", "location_name": "溢达集团", "sentiment_score": 0.9864, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.362, 22.809]}, "properties": {"id_": 526867, "title": "佛山科技工作者深入学习贯彻党的二十大精神 为实现高水平科技自立自强贡献佛山力量", "location_name": "广东科凯达智能机器人有限公司", "sentiment_score": 0.9864, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.108, 23.114]}, "properties": {"id_": 526867, "title": "佛山科技工作者深入学习贯彻党的二十大精神 为实现高水平科技自立自强贡献佛山力量", "location_name": "科凯达", "sentiment_score": 0.9864, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.362, 22.809]}, "properties": {"id_": 526867, "title": "佛山科技工作者深入学习贯彻党的二十大精神 为实现高水平科技自立自强贡献佛山力量", "location_name": "科凯达公司", "sentiment_score": 0.9864, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.173, 23.027]}, "properties": {"id_": 526867, "title": "佛山科技工作者深入学习贯彻党的二十大精神 为实现高水平科技自立自强贡献佛山力量", "location_name": "佛山市思博睿有限公司", "sentiment_score": 0.9864, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.173, 23.027]}, "properties": {"id_": 526867, "title": "佛山科技工作者深入学习贯彻党的二十大精神 为实现高水平科技自立自强贡献佛山力量", "location_name": "思博睿科技", "sentiment_score": 0.9864, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.229, 22.983]}, "properties": {"id_": 526867, "title": "佛山科技工作者深入学习贯彻党的二十大精神 为实现高水平科技自立自强贡献佛山力量", "location_name": "华南理工大学", "sentiment_score": 0.9864, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.284, 22.832]}, "properties": {"id_": 526867, "title": "佛山科技工作者深入学习贯彻党的二十大精神 为实现高水平科技自立自强贡献佛山力量", "location_name": "中山大学", "sentiment_score": 0.9864, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 526024, "title": "全市传达贯彻党的二十大精神大会召开:全力推动党的二十大精神在佛山落地生根结出丰硕成果", "location_name": "佛山新闻网讯佛山日报", "sentiment_score": 0.9832, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.117, 23.012]}, "properties": {"id_": 526024, "title": "全市传达贯彻党的二十大精神大会召开:全力推动党的二十大精神在佛山落地生根结出丰硕成果", "location_name": "市人大常委会", "sentiment_score": 0.9832, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.118, 23.033]}, "properties": {"id_": 526024, "title": "全市传达贯彻党的二十大精神大会召开:全力推动党的二十大精神在佛山落地生根结出丰硕成果", "location_name": "市政协", "sentiment_score": 0.9832, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 526024, "title": "全市传达贯彻党的二十大精神大会召开:全力推动党的二十大精神在佛山落地生根结出丰硕成果", "location_name": "中央纪律检查委员会", "sentiment_score": 0.9832, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.115, 23.117]}, "properties": {"id_": 526024, "title": "全市传达贯彻党的二十大精神大会召开:全力推动党的二十大精神在佛山落地生根结出丰硕成果", "location_name": "岭南广府", "sentiment_score": 0.9832, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.117, 23.012]}, "properties": {"id_": 526024, "title": "全市传达贯彻党的二十大精神大会召开:全力推动党的二十大精神在佛山落地生根结出丰硕成果", "location_name": "市政府", "sentiment_score": 0.9832, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.898, 23.164]}, "properties": {"id_": 526024, "title": "全市传达贯彻党的二十大精神大会召开:全力推动党的二十大精神在佛山落地生根结出丰硕成果", "location_name": "市法院", "sentiment_score": 0.9832, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.134, 22.997]}, "properties": {"id_": 526024, "title": "全市传达贯彻党的二十大精神大会召开:全力推动党的二十大精神在佛山落地生根结出丰硕成果", "location_name": "市检察院", "sentiment_score": 0.9832, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.288, 22.808]}, "properties": {"id_": 526981, "title": "顺德区宣传文化系统传达贯彻党的二十大精神专题会议召开:认真谋划、扎实推动党的二十大战略部署在顺德落地生根", "location_name": "区文化广电旅游体育局", "sentiment_score": 0.9864, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.288, 22.808]}, "properties": {"id_": 526981, "title": "顺德区宣传文化系统传达贯彻党的二十大精神专题会议召开:认真谋划、扎实推动党的二十大战略部署在顺德落地生根", "location_name": "顺德区委", "sentiment_score": 0.9864, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.141, 23.031]}, "properties": {"id_": 526981, "title": "顺德区宣传文化系统传达贯彻党的二十大精神专题会议召开:认真谋划、扎实推动党的二十大战略部署在顺德落地生根", "location_name": "宣传部", "sentiment_score": 0.9864, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.141, 23.031]}, "properties": {"id_": 526981, "title": "顺德区宣传文化系统传达贯彻党的二十大精神专题会议召开:认真谋划、扎实推动党的二十大战略部署在顺德落地生根", "location_name": "区委宣传部", "sentiment_score": 0.9864, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.115, 23.117]}, "properties": {"id_": 526981, "title": "顺德区宣传文化系统传达贯彻党的二十大精神专题会议召开:认真谋划、扎实推动党的二十大战略部署在顺德落地生根", "location_name": "岭南广府", "sentiment_score": 0.9864, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.288, 22.808]}, "properties": {"id_": 526981, "title": "顺德区宣传文化系统传达贯彻党的二十大精神专题会议召开:认真谋划、扎实推动党的二十大战略部署在顺德落地生根", "location_name": "区委区政府", "sentiment_score": 0.9864, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.115, 23.117]}, "properties": {"id_": 526981, "title": "顺德区宣传文化系统传达贯彻党的二十大精神专题会议召开:认真谋划、扎实推动党的二十大战略部署在顺德落地生根", "location_name": "创新岭南广府", "sentiment_score": 0.9864, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.883, 22.903]}, "properties": {"id_": 526981, "title": "顺德区宣传文化系统传达贯彻党的二十大精神专题会议召开:认真谋划、扎实推动党的二十大战略部署在顺德落地生根", "location_name": "区文广旅体局", "sentiment_score": 0.9864, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 526025, "title": "佛山市委财经委第四次会议暨前三季度经济形势研判会召开:深入学习贯彻党的二十大精神 全力以赴抓好第四季度经济工作", "location_name": "佛山新闻网讯佛山日报", "sentiment_score": 0.986, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.117, 23.012]}, "properties": {"id_": 526025, "title": "佛山市委财经委第四次会议暨前三季度经济形势研判会召开:深入学习贯彻党的二十大精神 全力以赴抓好第四季度经济工作", "location_name": "市人大常委会", "sentiment_score": 0.986, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.118, 23.033]}, "properties": {"id_": 526025, "title": "佛山市委财经委第四次会议暨前三季度经济形势研判会召开:深入学习贯彻党的二十大精神 全力以赴抓好第四季度经济工作", "location_name": "市政协", "sentiment_score": 0.986, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 526461, "title": "白涛主持召开市政府常务会议:全力打好污染防治攻坚战", "location_name": "佛山新闻网讯佛山日报", "sentiment_score": -0.9578, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.117, 23.012]}, "properties": {"id_": 526461, "title": "白涛主持召开市政府常务会议:全力打好污染防治攻坚战", "location_name": "市政府", "sentiment_score": -0.9578, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 526082, "title": "佛山城乡居民和职工门诊共济保障实施细则今起实施:可跨区选3家定点医疗机构", "location_name": "佛山市人民政府办公室", "sentiment_score": -0.968, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.112, 23.026]}, "properties": {"id_": 526082, "title": "佛山城乡居民和职工门诊共济保障实施细则今起实施:可跨区选3家定点医疗机构", "location_name": "佛山市医疗保障局", "sentiment_score": -0.968, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.112, 23.026]}, "properties": {"id_": 526082, "title": "佛山城乡居民和职工门诊共济保障实施细则今起实施:可跨区选3家定点医疗机构", "location_name": "市医保局", "sentiment_score": -0.968, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.143, 22.953]}, "properties": {"id_": 526082, "title": "佛山城乡居民和职工门诊共济保障实施细则今起实施:可跨区选3家定点医疗机构", "location_name": "佛山市妇幼保健院", "sentiment_score": -0.968, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.101, 23.022]}, "properties": {"id_": 526082, "title": "佛山城乡居民和职工门诊共济保障实施细则今起实施:可跨区选3家定点医疗机构", "location_name": "市社保局", "sentiment_score": -0.968, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.115, 23.026]}, "properties": {"id_": 525491, "title": "深刻领会准确把握党的二十大精神实质", "location_name": "市教育局佛山新闻网讯佛山日报", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.13, 23.02]}, "properties": {"id_": 525491, "title": "深刻领会准确把握党的二十大精神实质", "location_name": "佛山市教育局", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.091, 23.034]}, "properties": {"id_": 525491, "title": "深刻领会准确把握党的二十大精神实质", "location_name": "市应急管理局", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 525491, "title": "深刻领会准确把握党的二十大精神实质", "location_name": "讯佛山日报", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.232, 22.964]}, "properties": {"id_": 525491, "title": "深刻领会准确把握党的二十大精神实质", "location_name": "佛山市应急管理局", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 525491, "title": "深刻领会准确把握党的二十大精神实质", "location_name": "市统计局", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.884, 23.156]}, "properties": {"id_": 525491, "title": "深刻领会准确把握党的二十大精神实质", "location_name": "佛山市统计局", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 525491, "title": "深刻领会准确把握党的二十大精神实质", "location_name": "佛山市委", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.117, 23.012]}, "properties": {"id_": 525491, "title": "深刻领会准确把握党的二十大精神实质", "location_name": "市政府", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 525491, "title": "深刻领会准确把握党的二十大精神实质", "location_name": "讯佛山日报讯", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.896, 23.175]}, "properties": {"id_": 525491, "title": "深刻领会准确把握党的二十大精神实质", "location_name": "佛山市科学技术协会", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.088, 23.032]}, "properties": {"id_": 525491, "title": "深刻领会准确把握党的二十大精神实质", "location_name": "市科协", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 526460, "title": "佛山市人大常委会及机关传达贯彻党的二十大精神大会召开:把党的二十大精神全面落实到人大工作各方面全过程", "location_name": "佛山新闻网讯佛山日报", "sentiment_score": 0.9886, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.117, 23.012]}, "properties": {"id_": 526460, "title": "佛山市人大常委会及机关传达贯彻党的二十大精神大会召开:把党的二十大精神全面落实到人大工作各方面全过程", "location_name": "佛山市人大常委会", "sentiment_score": 0.9886, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.117, 23.012]}, "properties": {"id_": 526460, "title": "佛山市人大常委会及机关传达贯彻党的二十大精神大会召开:把党的二十大精神全面落实到人大工作各方面全过程", "location_name": "市人大常委会", "sentiment_score": 0.9886, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 526460, "title": "佛山市人大常委会及机关传达贯彻党的二十大精神大会召开:把党的二十大精神全面落实到人大工作各方面全过程", "location_name": "人大", "sentiment_score": 0.9886, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 526460, "title": "佛山市人大常委会及机关传达贯彻党的二十大精神大会召开:把党的二十大精神全面落实到人大工作各方面全过程", "location_name": "新时代人大", "sentiment_score": 0.9886, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 526026, "title": "佛山市社科理论界学习贯彻党的二十大精神座谈会举行:强化学习研究宣传阐释 争当先行者带头人主力军", "location_name": "佛山新闻网讯佛山日报", "sentiment_score": 0.9908, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 526026, "title": "佛山市社科理论界学习贯彻党的二十大精神座谈会举行:强化学习研究宣传阐释 争当先行者带头人主力军", "location_name": "市委宣传部", "sentiment_score": 0.9908, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.141, 23.031]}, "properties": {"id_": 526026, "title": "佛山市社科理论界学习贯彻党的二十大精神座谈会举行:强化学习研究宣传阐释 争当先行者带头人主力军", "location_name": "区区委宣传部", "sentiment_score": 0.9908, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.141, 23.052]}, "properties": {"id_": 526026, "title": "佛山市社科理论界学习贯彻党的二十大精神座谈会举行:强化学习研究宣传阐释 争当先行者带头人主力军", "location_name": "广东大观博物馆办公室", "sentiment_score": 0.9908, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.117, 23.012]}, "properties": {"id_": 525332, "title": "全省传达贯彻党的二十大精神大会召开:在全面学习全面把握全面落实上下功夫 把党的二十大作出的重大决策部署付诸行动见之于成效", "location_name": "省人大常委会", "sentiment_score": 0.9748, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.118, 23.033]}, "properties": {"id_": 525332, "title": "全省传达贯彻党的二十大精神大会召开:在全面学习全面把握全面落实上下功夫 把党的二十大作出的重大决策部署付诸行动见之于成效", "location_name": "省政协", "sentiment_score": 0.9748, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 525332, "title": "全省传达贯彻党的二十大精神大会召开:在全面学习全面把握全面落实上下功夫 把党的二十大作出的重大决策部署付诸行动见之于成效", "location_name": "中央纪律检查委员会", "sentiment_score": 0.9748, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.28, 22.766]}, "properties": {"id_": 525332, "title": "全省传达贯彻党的二十大精神大会召开:在全面学习全面把握全面落实上下功夫 把党的二十大作出的重大决策部署付诸行动见之于成效", "location_name": "步步高", "sentiment_score": 0.9748, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.898, 23.164]}, "properties": {"id_": 525332, "title": "全省传达贯彻党的二十大精神大会召开:在全面学习全面把握全面落实上下功夫 把党的二十大作出的重大决策部署付诸行动见之于成效", "location_name": "省法院", "sentiment_score": 0.9748, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.295, 22.805]}, "properties": {"id_": 525332, "title": "全省传达贯彻党的二十大精神大会召开:在全面学习全面把握全面落实上下功夫 把党的二十大作出的重大决策部署付诸行动见之于成效", "location_name": "省检察院", "sentiment_score": 0.9748, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.137, 23.38]}, "properties": {"id_": 525083, "title": "广东基层党代表向身边党员干部群众传达党的二十大精神", "location_name": "广州地铁集团", "sentiment_score": 0.9862, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.014, 23.261]}, "properties": {"id_": 525083, "title": "广东基层党代表向身边党员干部群众传达党的二十大精神", "location_name": "侨银城市管理股份有限公司", "sentiment_score": 0.9862, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.172, 23.099]}, "properties": {"id_": 525492, "title": "佛山各行各业职工深学细悟党的二十大精神 以人民为中心 共同奋斗创造美好生活", "location_name": "盐步派出所", "sentiment_score": 0.9836, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.119, 22.99]}, "properties": {"id_": 525492, "title": "佛山各行各业职工深学细悟党的二十大精神 以人民为中心 共同奋斗创造美好生活", "location_name": "佛山市律师协会", "sentiment_score": 0.9836, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.091, 23.045]}, "properties": {"id_": 525492, "title": "佛山各行各业职工深学细悟党的二十大精神 以人民为中心 共同奋斗创造美好生活", "location_name": "佛山市粤运公共交通有限公司", "sentiment_score": 0.9836, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.1, 23.05]}, "properties": {"id_": 525492, "title": "佛山各行各业职工深学细悟党的二十大精神 以人民为中心 共同奋斗创造美好生活", "location_name": "佛山粤运公交公司", "sentiment_score": 0.9836, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 525492, "title": "佛山各行各业职工深学细悟党的二十大精神 以人民为中心 共同奋斗创造美好生活", "location_name": "佛山市人民政府", "sentiment_score": 0.9836, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.098, 23.023]}, "properties": {"id_": 525492, "title": "佛山各行各业职工深学细悟党的二十大精神 以人民为中心 共同奋斗创造美好生活", "location_name": "禅城区张槎综合行政执法办公室", "sentiment_score": 0.9836, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.084, 23.23]}, "properties": {"id_": 525492, "title": "佛山各行各业职工深学细悟党的二十大精神 以人民为中心 共同奋斗创造美好生活", "location_name": "新能源汽车", "sentiment_score": 0.9836, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "市委网信办佛山新闻网讯佛山日报", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.115, 23.026]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "市民政局", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "讯佛山日报", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.288, 22.808]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "佛山市民政局", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.031, 23.027]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "佛山市新社会福利院", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.883, 22.903]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "市文化广电旅游体育局", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.883, 22.903]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "佛山市文化广电旅游体育局", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.098, 23.034]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "市轨道交通局", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.098, 23.034]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "佛山市轨道交通局", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.877, 22.89]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "市社会保险基金管理局", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.264, 22.765]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "佛山市社会保险基金管理局", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.103, 23.018]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "市司法局", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.893, 23.155]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "佛山市司法局", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.101, 23.022]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "市人力资源和社会保障局", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.704, 22.86]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "佛山市人力资源和社会保障局", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.0, 23.239]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "新时代人社", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.113, 23.026]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "市信访局", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.013]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "佛山市信访局", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.265, 22.759]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "国家税务总局佛山市税务局", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": " 佛山日报", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "佛山市委", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.115, 23.026]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "佛山传媒集团佛山日报讯", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.103, 23.021]}, "properties": {"id_": 525068, "title": "切实将学习热情转化为干事创业动力", "location_name": "佛山传媒集团", "sentiment_score": 0.9882, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 525334, "title": "佛山美术界坚定文化自信继续推进精品创作", "location_name": "中共佛山市委宣传部", "sentiment_score": 0.9892, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.883, 22.903]}, "properties": {"id_": 525334, "title": "佛山美术界坚定文化自信继续推进精品创作", "location_name": "佛山市文化广电旅游体育局", "sentiment_score": 0.9892, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.111, 23.038]}, "properties": {"id_": 525334, "title": "佛山美术界坚定文化自信继续推进精品创作", "location_name": "佛山市文学艺术界联合会", "sentiment_score": 0.9892, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.103, 23.041]}, "properties": {"id_": 525334, "title": "佛山美术界坚定文化自信继续推进精品创作", "location_name": "佛山市艺术创作院", "sentiment_score": 0.9892, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.118, 23.033]}, "properties": {"id_": 525333, "title": "郑轲到南海区和顺德区调研检查疫情防控工作:严格把疫情防控各项措施落细落实落到位", "location_name": "市政协", "sentiment_score": 0.9864, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 525066, "title": "市纪委召开常委会扩大会议学习贯彻党的二十大精神 不断开创新时代纪检监察工作新局面", "location_name": "佛山新闻网讯佛山日报", "sentiment_score": 0.9858, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 524539, "title": "市委宣传部召开部务会(扩大)会议:迅速在全市掀起学习宣传贯彻党的二十大精神热潮", "location_name": "佛山新闻网讯佛山日报", "sentiment_score": 0.9884, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 524539, "title": "市委宣传部召开部务会(扩大)会议:迅速在全市掀起学习宣传贯彻党的二十大精神热潮", "location_name": "佛山市委宣传部", "sentiment_score": 0.9884, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.141, 23.031]}, "properties": {"id_": 524539, "title": "市委宣传部召开部务会(扩大)会议:迅速在全市掀起学习宣传贯彻党的二十大精神热潮", "location_name": "宣传部", "sentiment_score": 0.9884, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.103, 23.021]}, "properties": {"id_": 524539, "title": "市委宣传部召开部务会(扩大)会议:迅速在全市掀起学习宣传贯彻党的二十大精神热潮", "location_name": "佛山传媒集团", "sentiment_score": 0.9884, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.115, 23.117]}, "properties": {"id_": 524539, "title": "市委宣传部召开部务会(扩大)会议:迅速在全市掀起学习宣传贯彻党的二十大精神热潮", "location_name": "岭南广府", "sentiment_score": 0.9884, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.145, 23.066]}, "properties": {"id_": 525903, "title": "今年这个“亿级”项目,你参与了没有?", "location_name": "林氏木业", "sentiment_score": 0.8902, "topic_index": 0}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.211, 22.814]}, "properties": {"id_": 525903, "title": "今年这个“亿级”项目,你参与了没有?", "location_name": "小熊电器", "sentiment_score": 0.8902, "topic_index": 0}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.05]}, "properties": {"id_": 525903, "title": "今年这个“亿级”项目,你参与了没有?", "location_name": "海天味业", "sentiment_score": 0.8902, "topic_index": 0}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.252, 22.753]}, "properties": {"id_": 525903, "title": "今年这个“亿级”项目,你参与了没有?", "location_name": "万和", "sentiment_score": 0.8902, "topic_index": 0}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.164, 22.788]}, "properties": {"id_": 525903, "title": "今年这个“亿级”项目,你参与了没有?", "location_name": "东鹏瓷砖", "sentiment_score": 0.8902, "topic_index": 0}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 524546, "title": "确保党的二十大精神不折不扣落地落实", "location_name": "市检察院佛山新闻网讯佛山日报", "sentiment_score": 0.9856, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.071, 23.007]}, "properties": {"id_": 524546, "title": "确保党的二十大精神不折不扣落地落实", "location_name": "佛山市人民检察院", "sentiment_score": 0.9856, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.092, 22.938]}, "properties": {"id_": 524546, "title": "确保党的二十大精神不折不扣落地落实", "location_name": "市委台港澳办", "sentiment_score": 0.9856, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.0, 23.239]}, "properties": {"id_": 524546, "title": "确保党的二十大精神不折不扣落地落实", "location_name": "新时代党", "sentiment_score": 0.9856, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.11, 23.002]}, "properties": {"id_": 524546, "title": "确保党的二十大精神不折不扣落地落实", "location_name": "市发展和改革局", "sentiment_score": 0.9856, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 524546, "title": "确保党的二十大精神不折不扣落地落实", "location_name": "讯佛山日报", "sentiment_score": 0.9856, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.872, 22.89]}, "properties": {"id_": 524546, "title": "确保党的二十大精神不折不扣落地落实", "location_name": "佛山市发展和改革局", "sentiment_score": 0.9856, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.113, 23.017]}, "properties": {"id_": 524546, "title": "确保党的二十大精神不折不扣落地落实", "location_name": "市水利局", "sentiment_score": 0.9856, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.893, 23.159]}, "properties": {"id_": 524546, "title": "确保党的二十大精神不折不扣落地落实", "location_name": "佛山市水利局", "sentiment_score": 0.9856, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.107, 23.015]}, "properties": {"id_": 524546, "title": "确保党的二十大精神不折不扣落地落实", "location_name": "市国资委", "sentiment_score": 0.9856, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 524546, "title": "确保党的二十大精神不折不扣落地落实", "location_name": "市委外办又讯佛山日报", "sentiment_score": 0.9856, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.025]}, "properties": {"id_": 524546, "title": "确保党的二十大精神不折不扣落地落实", "location_name": "市公安局", "sentiment_score": 0.9856, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.87, 22.898]}, "properties": {"id_": 524546, "title": "确保党的二十大精神不折不扣落地落实", "location_name": "市卫生健康局", "sentiment_score": 0.9856, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.293, 22.806]}, "properties": {"id_": 524546, "title": "确保党的二十大精神不折不扣落地落实", "location_name": "佛山市卫生健康局", "sentiment_score": 0.9856, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 524540, "title": "市委统战部召开理论学习中心组会议:推动党的二十大精神在全市统一战线落地生根", "location_name": "佛山新闻网讯佛山日报", "sentiment_score": 0.9904, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 524545, "title": "市总工会召开劳模工匠学习贯彻党的二十大精神座谈会", "location_name": "佛山新闻网讯佛山日报", "sentiment_score": 0.988, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 523823, "title": "市政协党组(扩大)会议召开:深入学习贯彻党的二十大精神 展现政协使命担当", "location_name": "佛山新闻网讯佛山日报", "sentiment_score": 0.9856, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.118, 23.033]}, "properties": {"id_": 523823, "title": "市政协党组(扩大)会议召开:深入学习贯彻党的二十大精神 展现政协使命担当", "location_name": "市政协", "sentiment_score": 0.9856, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.141, 23.031]}, "properties": {"id_": 523823, "title": "市政协党组(扩大)会议召开:深入学习贯彻党的二十大精神 展现政协使命担当", "location_name": "新时代政协", "sentiment_score": 0.9856, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 523822, "title": "白涛主持召开市政府党组会议:推动党的二十大精神在佛山落地生根开花结果", "location_name": "佛山新闻网讯佛山日报", "sentiment_score": 0.9888, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.117, 23.012]}, "properties": {"id_": 523822, "title": "白涛主持召开市政府党组会议:推动党的二十大精神在佛山落地生根开花结果", "location_name": "市政府", "sentiment_score": 0.9888, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.133, 23.041]}, "properties": {"id_": 523354, "title": "党的二十大报告在佛山党员干部群众中引起热烈反响", "location_name": "佛山伽师", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [95.332, 29.328]}, "properties": {"id_": 523354, "title": "党的二十大报告在佛山党员干部群众中引起热烈反响", "location_name": "墨脱县委", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 523354, "title": "党的二十大报告在佛山党员干部群众中引起热烈反响", "location_name": "共青团佛山市委", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.017, 23.269]}, "properties": {"id_": 523354, "title": "党的二十大报告在佛山党员干部群众中引起热烈反响", "location_name": "佛山市三水区乐平镇经济发展办公室", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.296, 22.805]}, "properties": {"id_": 523354, "title": "党的二十大报告在佛山党员干部群众中引起热烈反响", "location_name": "佛山力合创新中心有限公司", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.159, 23.202]}, "properties": {"id_": 523354, "title": "党的二十大报告在佛山党员干部群众中引起热烈反响", "location_name": "南海区里水镇政府", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.163, 23.111]}, "properties": {"id_": 523354, "title": "党的二十大报告在佛山党员干部群众中引起热烈反响", "location_name": "嘉腾", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.896, 23.175]}, "properties": {"id_": 523354, "title": "党的二十大报告在佛山党员干部群众中引起热烈反响", "location_name": "佛山市科学技术协会", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.088, 23.032]}, "properties": {"id_": 523354, "title": "党的二十大报告在佛山党员干部群众中引起热烈反响", "location_name": "市科协", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.117, 23.012]}, "properties": {"id_": 523354, "title": "党的二十大报告在佛山党员干部群众中引起热烈反响", "location_name": "市政府", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.117, 23.012]}, "properties": {"id_": 523354, "title": "党的二十大报告在佛山党员干部群众中引起热烈反响", "location_name": "市人大常委会", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.179, 23.124]}, "properties": {"id_": 523354, "title": "党的二十大报告在佛山党员干部群众中引起热烈反响", "location_name": "石门中学", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.118, 23.033]}, "properties": {"id_": 523354, "title": "党的二十大报告在佛山党员干部群众中引起热烈反响", "location_name": "佛山市政协", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 523813, "title": "佛山市人大常委会党组(扩大)会议召开:深入学习宣传贯彻党的二十大精神 推动人大工作高质量发展", "location_name": "佛山新闻网讯佛山日报", "sentiment_score": 0.9876, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.117, 23.012]}, "properties": {"id_": 523813, "title": "佛山市人大常委会党组(扩大)会议召开:深入学习宣传贯彻党的二十大精神 推动人大工作高质量发展", "location_name": "佛山市人大常委会", "sentiment_score": 0.9876, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.117, 23.012]}, "properties": {"id_": 523813, "title": "佛山市人大常委会党组(扩大)会议召开:深入学习宣传贯彻党的二十大精神 推动人大工作高质量发展", "location_name": "市人大常委会", "sentiment_score": 0.9876, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 523813, "title": "佛山市人大常委会党组(扩大)会议召开:深入学习宣传贯彻党的二十大精神 推动人大工作高质量发展", "location_name": "人大", "sentiment_score": 0.9876, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.142, 23.034]}, "properties": {"id_": 522562, "title": "党的二十大报告引起广东文艺界广泛热议", "location_name": "白鹅潭大湾区艺术中心(广东美术馆", "sentiment_score": 0.989, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.142, 23.034]}, "properties": {"id_": 522562, "title": "党的二十大报告引起广东文艺界广泛热议", "location_name": "广东美术馆", "sentiment_score": 0.989, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.26, 23.132]}, "properties": {"id_": 522562, "title": "党的二十大报告引起广东文艺界广泛热议", "location_name": "广州市作协", "sentiment_score": 0.989, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.282, 23.137]}, "properties": {"id_": 522562, "title": "党的二十大报告引起广东文艺界广泛热议", "location_name": "广州市文艺报刊社", "sentiment_score": 0.989, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.412, 23.113]}, "properties": {"id_": 522562, "title": "党的二十大报告引起广东文艺界广泛热议", "location_name": "惠州市作协", "sentiment_score": 0.989, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.114, 23.026]}, "properties": {"id_": 522562, "title": "党的二十大报告引起广东文艺界广泛热议", "location_name": "广东省曲艺家协会", "sentiment_score": 0.989, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.114, 23.026]}, "properties": {"id_": 522562, "title": "党的二十大报告引起广东文艺界广泛热议", "location_name": "省曲艺家协会", "sentiment_score": 0.989, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.261, 22.886]}, "properties": {"id_": 522562, "title": "党的二十大报告引起广东文艺界广泛热议", "location_name": "广州美术学院", "sentiment_score": 0.989, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.362, 22.811]}, "properties": {"id_": 522562, "title": "党的二十大报告引起广东文艺界广泛热议", "location_name": "广东文艺", "sentiment_score": 0.989, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.308, 23.148]}, "properties": {"id_": 522562, "title": "党的二十大报告引起广东文艺界广泛热议", "location_name": "广州市杂技艺术剧院", "sentiment_score": 0.989, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.053, 22.546]}, "properties": {"id_": 522562, "title": "党的二十大报告引起广东文艺界广泛热议", "location_name": "深圳市美术家协会", "sentiment_score": 0.989, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.142, 23.034]}, "properties": {"id_": 522562, "title": "党的二十大报告引起广东文艺界广泛热议", "location_name": "关山月美术馆", "sentiment_score": 0.989, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.134, 22.615]}, "properties": {"id_": 522562, "title": "党的二十大报告引起广东文艺界广泛热议", "location_name": "深圳大芬国际", "sentiment_score": 0.989, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [114.053, 22.546]}, "properties": {"id_": 522562, "title": "党的二十大报告引起广东文艺界广泛热议", "location_name": "深圳国际", "sentiment_score": 0.989, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 522627, "title": "人民日报、广东卫视分别聚焦佛山,专访二十大代表、佛山市委书记郑轲", "location_name": "广东省佛山市委", "sentiment_score": 0.9888, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [123.911, 47.352]}, "properties": {"id_": 522560, "title": "人民日报聚焦佛山:坚持把发展经济的着力点放在实体经济上", "location_name": "黑龙江省齐齐哈尔市委", "sentiment_score": 0.9834, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [108.648, 19.097]}, "properties": {"id_": 522560, "title": "人民日报聚焦佛山:坚持把发展经济的着力点放在实体经济上", "location_name": "京东方", "sentiment_score": 0.9834, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.084, 23.23]}, "properties": {"id_": 522560, "title": "人民日报聚焦佛山:坚持把发展经济的着力点放在实体经济上", "location_name": "新能源汽车", "sentiment_score": 0.9834, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [121.432, 31.19]}, "properties": {"id_": 522560, "title": "人民日报聚焦佛山:坚持把发展经济的着力点放在实体经济上", "location_name": "上海市徐汇区委", "sentiment_score": 0.9834, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.207, 22.919]}, "properties": {"id_": 522560, "title": "人民日报聚焦佛山:坚持把发展经济的着力点放在实体经济上", "location_name": "中国信科集团", "sentiment_score": 0.9834, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 522560, "title": "人民日报聚焦佛山:坚持把发展经济的着力点放在实体经济上", "location_name": "广东省佛山市委", "sentiment_score": 0.9834, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.983, 23.181]}, "properties": {"id_": 522928, "title": "党的二十大代表张爱军:奋力书写肇庆高质量发展新篇章和好答卷", "location_name": "三新一高", "sentiment_score": 0.988, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.084, 23.23]}, "properties": {"id_": 522928, "title": "党的二十大代表张爱军:奋力书写肇庆高质量发展新篇章和好答卷", "location_name": "新能源汽车", "sentiment_score": 0.988, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.0, 23.239]}, "properties": {"id_": 522929, "title": "党的二十大代表何晓军:齐心协力谱写现代化潮州新篇章", "location_name": "新时代党", "sentiment_score": 0.9874, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.109, 22.999]}, "properties": {"id_": 524413, "title": "【大山小议】你十年前许下的愿望实现了吗?", "location_name": "安家生活", "sentiment_score": 0.9888, "topic_index": 5}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.101, 23.022]}, "properties": {"id_": 524413, "title": "【大山小议】你十年前许下的愿望实现了吗?", "location_name": "市教育局", "sentiment_score": 0.9888, "topic_index": 5}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.133, 23.041]}, "properties": {"id_": 524413, "title": "【大山小议】你十年前许下的愿望实现了吗?", "location_name": "真佛山人", "sentiment_score": 0.9888, "topic_index": 5}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.128, 23.18]}, "properties": {"id_": 522832, "title": "南海区里水镇贤鲁岛: 全面推进乡村振兴 让村民更有盼头", "location_name": "岭南农业", "sentiment_score": 0.9868, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.152, 23.274]}, "properties": {"id_": 522832, "title": "南海区里水镇贤鲁岛: 全面推进乡村振兴 让村民更有盼头", "location_name": "广东鸿景农业科技有限公司", "sentiment_score": 0.9868, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.319, 22.812]}, "properties": {"id_": 521917, "title": "佛山教育界: 担当使命 办好人民满意的教育", "location_name": "顺德职业技术学院", "sentiment_score": 0.9824, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.217, 22.966]}, "properties": {"id_": 521917, "title": "佛山教育界: 担当使命 办好人民满意的教育", "location_name": "顺德区青云中学", "sentiment_score": 0.9824, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.101, 23.022]}, "properties": {"id_": 521917, "title": "佛山教育界: 担当使命 办好人民满意的教育", "location_name": "市教育局", "sentiment_score": 0.9824, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.095, 23.026]}, "properties": {"id_": 521917, "title": "佛山教育界: 担当使命 办好人民满意的教育", "location_name": "佛山科学技术学院", "sentiment_score": 0.9824, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.122, 23.028]}, "properties": {"id_": 522830, "title": "佛山非遗传承人: 传承优秀传统文化 攀登新时代艺术高峰", "location_name": "佛山粤剧院", "sentiment_score": 0.9886, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.068, 23.008]}, "properties": {"id_": 522830, "title": "佛山非遗传承人: 传承优秀传统文化 攀登新时代艺术高峰", "location_name": "佛山市新石湾美术陶瓷厂有限公司", "sentiment_score": 0.9886, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.361, 23.36]}, "properties": {"id_": 522830, "title": "佛山非遗传承人: 传承优秀传统文化 攀登新时代艺术高峰", "location_name": "广州市轻工技师学院", "sentiment_score": 0.9886, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.133, 23.041]}, "properties": {"id_": 522830, "title": "佛山非遗传承人: 传承优秀传统文化 攀登新时代艺术高峰", "location_name": "佛山故事", "sentiment_score": 0.9886, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.111, 22.966]}, "properties": {"id_": 523294, "title": "【十年变化看佛山】未来,健康佛山一定掂!", "location_name": "佛山中医药文化馆", "sentiment_score": 0.988, "topic_index": 0}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.111, 22.966]}, "properties": {"id_": 523294, "title": "【十年变化看佛山】未来,健康佛山一定掂!", "location_name": "中医药文化馆", "sentiment_score": 0.988, "topic_index": 0}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.836, 23.168]}, "properties": {"id_": 523294, "title": "【十年变化看佛山】未来,健康佛山一定掂!", "location_name": "社区卫生服务中心", "sentiment_score": 0.988, "topic_index": 0}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.119, 23.009]}, "properties": {"id_": 523294, "title": "【十年变化看佛山】未来,健康佛山一定掂!", "location_name": "佛山市第一人民医院", "sentiment_score": 0.988, "topic_index": 0}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.993, 23.086]}, "properties": {"id_": 523294, "title": "【十年变化看佛山】未来,健康佛山一定掂!", "location_name": "佛山市南海区人民医院", "sentiment_score": 0.988, "topic_index": 0}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.133, 23.041]}, "properties": {"id_": 523294, "title": "【十年变化看佛山】未来,健康佛山一定掂!", "location_name": "佛山医保", "sentiment_score": 0.988, "topic_index": 0}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.133, 23.041]}, "properties": {"id_": 523294, "title": "【十年变化看佛山】未来,健康佛山一定掂!", "location_name": "佛山医院", "sentiment_score": 0.988, "topic_index": 0}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [130.396, 46.82]}, "properties": {"id_": 523294, "title": "【十年变化看佛山】未来,健康佛山一定掂!", "location_name": "东风", "sentiment_score": 0.988, "topic_index": 0}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.104, 23.039]}, "properties": {"id_": 523294, "title": "【十年变化看佛山】未来,健康佛山一定掂!", "location_name": "佛山中医院", "sentiment_score": 0.988, "topic_index": 0}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.209, 22.932]}, "properties": {"id_": 523294, "title": "【十年变化看佛山】未来,健康佛山一定掂!", "location_name": "顺德区第一人民医院", "sentiment_score": 0.988, "topic_index": 0}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.874, 22.903]}, "properties": {"id_": 523294, "title": "【十年变化看佛山】未来,健康佛山一定掂!", "location_name": "区人民医院", "sentiment_score": 0.988, "topic_index": 0}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.138, 23.05]}, "properties": {"id_": 523294, "title": "【十年变化看佛山】未来,健康佛山一定掂!", "location_name": "区中医院", "sentiment_score": 0.988, "topic_index": 0}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.891, 23.171]}, "properties": {"id_": 523294, "title": "【十年变化看佛山】未来,健康佛山一定掂!", "location_name": "区妇幼保健院", "sentiment_score": 0.988, "topic_index": 0}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.138, 23.031]}, "properties": {"id_": 523294, "title": "【十年变化看佛山】未来,健康佛山一定掂!", "location_name": "南海区中医院", "sentiment_score": 0.988, "topic_index": 0}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.17, 23.031]}, "properties": {"id_": 523051, "title": "佛山“暖家电”走俏欧洲市场", "location_name": "广东智科电子股份有限公司", "sentiment_score": 0.9866, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.774, 22.898]}, "properties": {"id_": 523051, "title": "佛山“暖家电”走俏欧洲市场", "location_name": "广东万和电气有限公司", "sentiment_score": 0.9866, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.105, 23.032]}, "properties": {"id_": 523051, "title": "佛山“暖家电”走俏欧洲市场", "location_name": "万和电气国际营销中心市场部", "sentiment_score": 0.9866, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.228, 22.888]}, "properties": {"id_": 523051, "title": "佛山“暖家电”走俏欧洲市场", "location_name": "广东世联电器有限公司", "sentiment_score": 0.9866, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.228, 22.888]}, "properties": {"id_": 523051, "title": "佛山“暖家电”走俏欧洲市场", "location_name": "世联电器", "sentiment_score": 0.9866, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.212, 22.935]}, "properties": {"id_": 523051, "title": "佛山“暖家电”走俏欧洲市场", "location_name": "美的集团", "sentiment_score": 0.9866, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.201, 22.907]}, "properties": {"id_": 522831, "title": "顺德新能源科技小镇: 让“科技+人才+创新”迸发更强活力", "location_name": "顺德新能源科技", "sentiment_score": 0.988, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.294, 22.839]}, "properties": {"id_": 522831, "title": "顺德新能源科技小镇: 让“科技+人才+创新”迸发更强活力", "location_name": "佛山指南车智能制造研究院有限公司", "sentiment_score": 0.988, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.362, 22.811]}, "properties": {"id_": 522561, "title": "广东团代表在学习讨论党的二十大报告中凝聚共识振奋精神", "location_name": "广东团", "sentiment_score": 0.9752, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.158, 22.704]}, "properties": {"id_": 522561, "title": "广东团代表在学习讨论党的二十大报告中凝聚共识振奋精神", "location_name": "好食品厂", "sentiment_score": 0.9752, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.108, 23.042]}, "properties": {"id_": 522561, "title": "广东团代表在学习讨论党的二十大报告中凝聚共识振奋精神", "location_name": "健康中国建设", "sentiment_score": 0.9752, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.235, 23.021]}, "properties": {"id_": 522335, "title": "新起点再出发!佛山制造扬帆启航", "location_name": "佛山季华实验室", "sentiment_score": 0.9872, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.112, 22.954]}, "properties": {"id_": 522335, "title": "新起点再出发!佛山制造扬帆启航", "location_name": "耕宇牧星(北京)空间科技有限公司", "sentiment_score": 0.9872, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.151, 23.034]}, "properties": {"id_": 522335, "title": "新起点再出发!佛山制造扬帆启航", "location_name": "格兰仕", "sentiment_score": 0.9872, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.176, 22.872]}, "properties": {"id_": 522335, "title": "新起点再出发!佛山制造扬帆启航", "location_name": "佛山中铁华隧", "sentiment_score": 0.9872, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.194, 22.916]}, "properties": {"id_": 522335, "title": "新起点再出发!佛山制造扬帆启航", "location_name": "中铁", "sentiment_score": 0.9872, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.215, 22.902]}, "properties": {"id_": 522335, "title": "新起点再出发!佛山制造扬帆启航", "location_name": "美的厨热顺德工厂", "sentiment_score": 0.9872, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.212, 22.935]}, "properties": {"id_": 522335, "title": "新起点再出发!佛山制造扬帆启航", "location_name": "美的集团", "sentiment_score": 0.9872, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.217, 22.811]}, "properties": {"id_": 522335, "title": "新起点再出发!佛山制造扬帆启航", "location_name": "良品率", "sentiment_score": 0.9872, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.215, 22.978]}, "properties": {"id_": 522335, "title": "新起点再出发!佛山制造扬帆启航", "location_name": "科达", "sentiment_score": 0.9872, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.215, 22.978]}, "properties": {"id_": 522335, "title": "新起点再出发!佛山制造扬帆启航", "location_name": "广东科达制造股份有限公司", "sentiment_score": 0.9872, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.215, 22.978]}, "properties": {"id_": 522335, "title": "新起点再出发!佛山制造扬帆启航", "location_name": "科达制造总部", "sentiment_score": 0.9872, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.0, 23.239]}, "properties": {"id_": 522194, "title": "广东省代表团推动学习讨论党的二十大报告不断走向深入 始终坚持“五个必由之路” 以实干业绩不负时代不负人民", "location_name": "新时代党", "sentiment_score": 0.983, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.099, 23.023]}, "properties": {"id_": 522195, "title": "党的二十大报告在广东侨界引起热烈反响 为全面推进中华民族伟大复兴而团结奋斗", "location_name": "台竞技", "sentiment_score": 0.9866, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.314, 22.748]}, "properties": {"id_": 522195, "title": "党的二十大报告在广东侨界引起热烈反响 为全面推进中华民族伟大复兴而团结奋斗", "location_name": "世界党", "sentiment_score": 0.9866, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.114]}, "properties": {"id_": 522195, "title": "党的二十大报告在广东侨界引起热烈反响 为全面推进中华民族伟大复兴而团结奋斗", "location_name": "阿联酋广东商会暨同乡会", "sentiment_score": 0.9866, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.894, 23.159]}, "properties": {"id_": 522195, "title": "党的二十大报告在广东侨界引起热烈反响 为全面推进中华民族伟大复兴而团结奋斗", "location_name": "中国总商会中央理事兼国际商务委员会", "sentiment_score": 0.9866, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.282, 22.794]}, "properties": {"id_": 522195, "title": "党的二十大报告在广东侨界引起热烈反响 为全面推进中华民族伟大复兴而团结奋斗", "location_name": "完美(中国)有限公司", "sentiment_score": 0.9866, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.253, 22.834]}, "properties": {"id_": 523733, "title": "防控不儿戏 别踩法律红线 | 健康凤城“疫”起守护⑤", "location_name": "佛山市顺德区大良社区卫生服务中心", "sentiment_score": 0.3264, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.288, 22.808]}, "properties": {"id_": 523734, "title": "曹冬冬:规划之笔绘就美好顺德", "location_name": "区政府", "sentiment_score": 0.9908, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.294, 22.816]}, "properties": {"id_": 523734, "title": "曹冬冬:规划之笔绘就美好顺德", "location_name": "华侨城", "sentiment_score": 0.9908, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.362, 22.811]}, "properties": {"id_": 521908, "title": "张虎出席党的二十大新闻中心集体采访:“广东是新时代十年伟大变革的生动缩影”", "location_name": "广东团", "sentiment_score": 0.9882, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.137, 23.07]}, "properties": {"id_": 521908, "title": "张虎出席党的二十大新闻中心集体采访:“广东是新时代十年伟大变革的生动缩影”", "location_name": "广州实验室", "sentiment_score": 0.9882, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.997, 23.005]}, "properties": {"id_": 521908, "title": "张虎出席党的二十大新闻中心集体采访:“广东是新时代十年伟大变革的生动缩影”", "location_name": "华为", "sentiment_score": 0.9882, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.962, 22.951]}, "properties": {"id_": 521908, "title": "张虎出席党的二十大新闻中心集体采访:“广东是新时代十年伟大变革的生动缩影”", "location_name": "比亚迪", "sentiment_score": 0.9882, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.908, 23.359]}, "properties": {"id_": 521908, "title": "张虎出席党的二十大新闻中心集体采访:“广东是新时代十年伟大变革的生动缩影”", "location_name": "格力", "sentiment_score": 0.9882, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.324, 22.77]}, "properties": {"id_": 521908, "title": "张虎出席党的二十大新闻中心集体采访:“广东是新时代十年伟大变革的生动缩影”", "location_name": "大湾区国际科技创新中心", "sentiment_score": 0.9882, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.82, 22.895]}, "properties": {"id_": 521908, "title": "张虎出席党的二十大新闻中心集体采访:“广东是新时代十年伟大变革的生动缩影”", "location_name": "软联通", "sentiment_score": 0.9882, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.887, 39.44]}, "properties": {"id_": 521922, "title": "党的二十大新闻中心举行第三场集体采访 粤港澳大湾区建设体现“四个新”", "location_name": "海南代表团", "sentiment_score": 0.988, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.12, 22.966]}, "properties": {"id_": 521922, "title": "党的二十大新闻中心举行第三场集体采访 粤港澳大湾区建设体现“四个新”", "location_name": "全国代表大会新闻中心", "sentiment_score": 0.988, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.141, 23.031]}, "properties": {"id_": 521922, "title": "党的二十大新闻中心举行第三场集体采访 粤港澳大湾区建设体现“四个新”", "location_name": "宣传部", "sentiment_score": 0.988, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [106.887, 39.44]}, "properties": {"id_": 521922, "title": "党的二十大新闻中心举行第三场集体采访 粤港澳大湾区建设体现“四个新”", "location_name": "海南省委", "sentiment_score": 0.988, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.135, 22.857]}, "properties": {"id_": 521922, "title": "党的二十大新闻中心举行第三场集体采访 粤港澳大湾区建设体现“四个新”", "location_name": "河南丰收", "sentiment_score": 0.988, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.062, 23.036]}, "properties": {"id_": 521913, "title": "禅城区张槎街道古灶村:党群同心 乡村振兴再上新台阶", "location_name": "禅城区张槎街道古灶村党群服务中心", "sentiment_score": 0.9696, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.062, 23.036]}, "properties": {"id_": 521913, "title": "禅城区张槎街道古灶村:党群同心 乡村振兴再上新台阶", "location_name": "古灶村党群服务中心", "sentiment_score": 0.9696, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.148, 23.027]}, "properties": {"id_": 521620, "title": "广东团代表深入讨论党的二十大报告 纷纷表示备受鼓舞倍感振奋", "location_name": "南方电网", "sentiment_score": 0.9806, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.362, 22.811]}, "properties": {"id_": 521620, "title": "广东团代表深入讨论党的二十大报告 纷纷表示备受鼓舞倍感振奋", "location_name": "广东文化", "sentiment_score": 0.9806, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.78, 22.872]}, "properties": {"id_": 521620, "title": "广东团代表深入讨论党的二十大报告 纷纷表示备受鼓舞倍感振奋", "location_name": "妇联", "sentiment_score": 0.9806, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.983, 23.181]}, "properties": {"id_": 521620, "title": "广东团代表深入讨论党的二十大报告 纷纷表示备受鼓舞倍感振奋", "location_name": "三新一高", "sentiment_score": 0.9806, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [116.64, 23.665]}, "properties": {"id_": 521609, "title": "党的二十大报告在广东代表、干部群众中引起热烈反响", "location_name": "潮州市湘桥区城南小学", "sentiment_score": 0.9746, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [116.595, 23.683]}, "properties": {"id_": 521609, "title": "党的二十大报告在广东代表、干部群众中引起热烈反响", "location_name": "潮州市百师园", "sentiment_score": 0.9746, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [116.64, 23.665]}, "properties": {"id_": 521609, "title": "党的二十大报告在广东代表、干部群众中引起热烈反响", "location_name": "湘桥区城南小学", "sentiment_score": 0.9746, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.506, 24.683]}, "properties": {"id_": 521609, "title": "党的二十大报告在广东代表、干部群众中引起热烈反响", "location_name": "韶关市星河生物科技有限公司", "sentiment_score": 0.9746, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.075, 23.169]}, "properties": {"id_": 521609, "title": "党的二十大报告在广东代表、干部群众中引起热烈反响", "location_name": "星河生物科技有限公司", "sentiment_score": 0.9746, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.258, 23.129]}, "properties": {"id_": 521609, "title": "党的二十大报告在广东代表、干部群众中引起热烈反响", "location_name": "广州市教育局", "sentiment_score": 0.9746, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.161, 23.031]}, "properties": {"id_": 521609, "title": "党的二十大报告在广东代表、干部群众中引起热烈反响", "location_name": "华南师范大学附属中学", "sentiment_score": 0.9746, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.152, 23.051]}, "properties": {"id_": 521609, "title": "党的二十大报告在广东代表、干部群众中引起热烈反响", "location_name": "季华实验室", "sentiment_score": 0.9746, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.137, 23.07]}, "properties": {"id_": 521609, "title": "党的二十大报告在广东代表、干部群众中引起热烈反响", "location_name": "广州实验室", "sentiment_score": 0.9746, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.023, 23.149]}, "properties": {"id_": 521609, "title": "党的二十大报告在广东代表、干部群众中引起热烈反响", "location_name": "华南师范大学", "sentiment_score": 0.9746, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [115.37, 22.788]}, "properties": {"id_": 521609, "title": "党的二十大报告在广东代表、干部群众中引起热烈反响", "location_name": "华师汕尾校区", "sentiment_score": 0.9746, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.223, 22.79]}, "properties": {"id_": 521609, "title": "党的二十大报告在广东代表、干部群众中引起热烈反响", "location_name": "广东医科大学", "sentiment_score": 0.9746, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.291, 22.837]}, "properties": {"id_": 521652, "title": "党的二十大报告在广东企业界引起强烈反响 为推动经济高质量发展贡献力量", "location_name": "广州赛意信息科技股份有限公司", "sentiment_score": 0.989, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.01, 22.919]}, "properties": {"id_": 521652, "title": "党的二十大报告在广东企业界引起强烈反响 为推动经济高质量发展贡献力量", "location_name": "广新控股集团所属兴发铝业有限公司", "sentiment_score": 0.989, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.257, 22.737]}, "properties": {"id_": 521652, "title": "党的二十大报告在广东企业界引起强烈反响 为推动经济高质量发展贡献力量", "location_name": "格兰仕集团", "sentiment_score": 0.989, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.151, 23.034]}, "properties": {"id_": 521652, "title": "党的二十大报告在广东企业界引起强烈反响 为推动经济高质量发展贡献力量", "location_name": "格兰仕", "sentiment_score": 0.989, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.902, 22.875]}, "properties": {"id_": 521652, "title": "党的二十大报告在广东企业界引起强烈反响 为推动经济高质量发展贡献力量", "location_name": "广东海大集团", "sentiment_score": 0.989, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.255, 22.95]}, "properties": {"id_": 521652, "title": "党的二十大报告在广东企业界引起强烈反响 为推动经济高质量发展贡献力量", "location_name": "碧桂园集团", "sentiment_score": 0.989, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.249, 22.875]}, "properties": {"id_": 521652, "title": "党的二十大报告在广东企业界引起强烈反响 为推动经济高质量发展贡献力量", "location_name": "美涂士集团", "sentiment_score": 0.989, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.362, 22.811]}, "properties": {"id_": 521920, "title": "党的二十大广东省代表团传达学习贯彻习近平总书记在参加党的二十大广西代表团讨论时的重要讲话精神", "location_name": "广东发展", "sentiment_score": 0.9848, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.111, 22.966]}, "properties": {"id_": 522126, "title": "【十年变化看佛山】他们说:佛山的公共文化建设,走心!", "location_name": "佛山图书馆", "sentiment_score": 0.9838, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.888, 22.903]}, "properties": {"id_": 522126, "title": "【十年变化看佛山】他们说:佛山的公共文化建设,走心!", "location_name": "高明区博物馆", "sentiment_score": 0.9838, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.073, 23.007]}, "properties": {"id_": 522126, "title": "【十年变化看佛山】他们说:佛山的公共文化建设,走心!", "location_name": "石湾陶瓷博物馆", "sentiment_score": 0.9838, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.141, 23.052]}, "properties": {"id_": 522126, "title": "【十年变化看佛山】他们说:佛山的公共文化建设,走心!", "location_name": "大观博物馆", "sentiment_score": 0.9838, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.207, 22.937]}, "properties": {"id_": 522126, "title": "【十年变化看佛山】他们说:佛山的公共文化建设,走心!", "location_name": "佛山新城文化中心", "sentiment_score": 0.9838, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.884, 23.166]}, "properties": {"id_": 522126, "title": "【十年变化看佛山】他们说:佛山的公共文化建设,走心!", "location_name": "三水文化中心", "sentiment_score": 0.9838, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.955, 22.937]}, "properties": {"id_": 522126, "title": "【十年变化看佛山】他们说:佛山的公共文化建设,走心!", "location_name": "樵山文化中心", "sentiment_score": 0.9838, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.263, 22.778]}, "properties": {"id_": 522126, "title": "【十年变化看佛山】他们说:佛山的公共文化建设,走心!", "location_name": "容桂文化中心", "sentiment_score": 0.9838, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.111, 22.965]}, "properties": {"id_": 522126, "title": "【十年变化看佛山】他们说:佛山的公共文化建设,走心!", "location_name": "佛山博物馆", "sentiment_score": 0.9838, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.111, 22.97]}, "properties": {"id_": 522126, "title": "【十年变化看佛山】他们说:佛山的公共文化建设,走心!", "location_name": "佛山科技馆", "sentiment_score": 0.9838, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.119, 23.009]}, "properties": {"id_": 521610, "title": "党的二十大新闻中心举行首场集体采访", "location_name": "三校一院", "sentiment_score": 0.985, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.0, 23.239]}, "properties": {"id_": 522739, "title": "挚心暖群众!佛山驻肇庆帮扶指挥部开展入户访民情活动", "location_name": "新时代党", "sentiment_score": 0.9196, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.46, 23.049]}, "properties": {"id_": 522739, "title": "挚心暖群众!佛山驻肇庆帮扶指挥部开展入户访民情活动", "location_name": "肇庆市委", "sentiment_score": 0.9196, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.46, 23.049]}, "properties": {"id_": 522739, "title": "挚心暖群众!佛山驻肇庆帮扶指挥部开展入户访民情活动", "location_name": "佛山市驻肇庆市帮扶指挥部", "sentiment_score": 0.9196, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.422, 23.631]}, "properties": {"id_": 522739, "title": "挚心暖群众!佛山驻肇庆帮扶指挥部开展入户访民情活动", "location_name": "广宁县农业农村局", "sentiment_score": 0.9196, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.112, 22.954]}, "properties": {"id_": 522739, "title": "挚心暖群众!佛山驻肇庆帮扶指挥部开展入户访民情活动", "location_name": "酵香谷(肇庆)生态农业科技有限公司", "sentiment_score": 0.9196, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 522739, "title": "挚心暖群众!佛山驻肇庆帮扶指挥部开展入户访民情活动", "location_name": "五和镇政府", "sentiment_score": 0.9196, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.141, 23.031]}, "properties": {"id_": 521611, "title": "党的二十大新闻中心举行第二场集体采访", "location_name": "宣传部", "sentiment_score": 0.9902, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.236, 22.848]}, "properties": {"id_": 521611, "title": "党的二十大新闻中心举行第二场集体采访", "location_name": "网通办", "sentiment_score": 0.9902, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.17, 23.103]}, "properties": {"id_": 522170, "title": "佛山环保界: 推动绿色发展 加快建设美丽佛山", "location_name": "瀚蓝环境", "sentiment_score": 0.9832, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.008, 23.118]}, "properties": {"id_": 522170, "title": "佛山环保界: 推动绿色发展 加快建设美丽佛山", "location_name": "瀚蓝", "sentiment_score": 0.9832, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.008, 23.188]}, "properties": {"id_": 522170, "title": "佛山环保界: 推动绿色发展 加快建设美丽佛山", "location_name": "一汽-大众佛山分公司", "sentiment_score": 0.9832, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.884, 23.159]}, "properties": {"id_": 522170, "title": "佛山环保界: 推动绿色发展 加快建设美丽佛山", "location_name": "佛山市生态环境局", "sentiment_score": 0.9832, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.085, 23.009]}, "properties": {"id_": 522170, "title": "佛山环保界: 推动绿色发展 加快建设美丽佛山", "location_name": "市生态环境局", "sentiment_score": 0.9832, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.362, 22.811]}, "properties": {"id_": 521390, "title": "广东团代表点赞非凡十年伟大变革 “这些发展变化是真真切切、可以感知的”", "location_name": "广东团", "sentiment_score": 0.9912, "topic_index": 5}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [115.16, 24.066]}, "properties": {"id_": 521390, "title": "广东团代表点赞非凡十年伟大变革 “这些发展变化是真真切切、可以感知的”", "location_name": "龙川威达绝缘材料有限公司", "sentiment_score": 0.9912, "topic_index": 5}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.885, 23.156]}, "properties": {"id_": 521450, "title": "党的二十大新闻中心举行第一场记者招待会 介绍贯彻新发展理念、构建新发展格局、推动高质量发展有关情况", "location_name": "国家粮食和物资储备局", "sentiment_score": 0.9474, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.064, 23.161]}, "properties": {"id_": 521450, "title": "党的二十大新闻中心举行第一场记者招待会 介绍贯彻新发展理念、构建新发展格局、推动高质量发展有关情况", "location_name": "京东", "sentiment_score": 0.9474, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.118, 23.012]}, "properties": {"id_": 520934, "title": "佛山市广大党员干部群众认真收听收看党的二十大开幕会 在新时代新征程中展现新作为干出新气象", "location_name": "禅城铁军", "sentiment_score": 0.9872, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.152, 23.051]}, "properties": {"id_": 521317, "title": "踔厉奋发 勇毅前行 ——党的二十大报告在佛山广大干部群众中引起强烈反响", "location_name": "季华力量。季华实验室", "sentiment_score": 0.9848, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.202, 22.908]}, "properties": {"id_": 521317, "title": "踔厉奋发 勇毅前行 ——党的二十大报告在佛山广大干部群众中引起强烈反响", "location_name": "广东同天投资管理有限公司", "sentiment_score": 0.9848, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.975, 23.244]}, "properties": {"id_": 521317, "title": "踔厉奋发 勇毅前行 ——党的二十大报告在佛山广大干部群众中引起强烈反响", "location_name": "佛山职业技术学院", "sentiment_score": 0.9848, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.119, 22.994]}, "properties": {"id_": 521317, "title": "踔厉奋发 勇毅前行 ——党的二十大报告在佛山广大干部群众中引起强烈反响", "location_name": "禅城区石湾镇街道党工委", "sentiment_score": 0.9848, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.118, 23.012]}, "properties": {"id_": 521317, "title": "踔厉奋发 勇毅前行 ——党的二十大报告在佛山广大干部群众中引起强烈反响", "location_name": "禅城铁军", "sentiment_score": 0.9848, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.78, 22.872]}, "properties": {"id_": 521317, "title": "踔厉奋发 勇毅前行 ——党的二十大报告在佛山广大干部群众中引起强烈反响", "location_name": "妇联", "sentiment_score": 0.9848, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.169, 23.03]}, "properties": {"id_": 521317, "title": "踔厉奋发 勇毅前行 ——党的二十大报告在佛山广大干部群众中引起强烈反响", "location_name": "广东柯内特环境科技有限公司", "sentiment_score": 0.9848, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.133, 23.041]}, "properties": {"id_": 521317, "title": "踔厉奋发 勇毅前行 ——党的二十大报告在佛山广大干部群众中引起强烈反响", "location_name": "佛山天", "sentiment_score": 0.9848, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.095, 23.026]}, "properties": {"id_": 521317, "title": "踔厉奋发 勇毅前行 ——党的二十大报告在佛山广大干部群众中引起强烈反响", "location_name": "佛山科学技术学院", "sentiment_score": 0.9848, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.099, 23.028]}, "properties": {"id_": 521317, "title": "踔厉奋发 勇毅前行 ——党的二十大报告在佛山广大干部群众中引起强烈反响", "location_name": "佛山市学生联合会", "sentiment_score": 0.9848, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 521379, "title": "顺德区北滘镇黄龙村: 党建引领 创造更美好生活", "location_name": "佛山新闻网讯佛山日报", "sentiment_score": 0.9876, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.898, 23.177]}, "properties": {"id_": 522117, "title": "佛山双子星城金融中心落成交付!180米刷新三水城市高度", "location_name": "广东国盾特卫保安集团", "sentiment_score": 0.9868, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.897, 23.177]}, "properties": {"id_": 522117, "title": "佛山双子星城金融中心落成交付!180米刷新三水城市高度", "location_name": "佛山市扬天网络科技有限公司", "sentiment_score": 0.9868, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.872, 23.216]}, "properties": {"id_": 522117, "title": "佛山双子星城金融中心落成交付!180米刷新三水城市高度", "location_name": "云东海街道党工委", "sentiment_score": 0.9868, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.892, 23.158]}, "properties": {"id_": 521380, "title": "三水区西南街道桥头社区: 建强基层党组织 小网格撬动大治理", "location_name": "佛山新闻网讯佛山日报", "sentiment_score": 0.9782, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.884, 23.158]}, "properties": {"id_": 521380, "title": "三水区西南街道桥头社区: 建强基层党组织 小网格撬动大治理", "location_name": "三水区西南街道桥头社区党群服务中心", "sentiment_score": 0.9782, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.102, 23.119]}, "properties": {"id_": 521380, "title": "三水区西南街道桥头社区: 建强基层党组织 小网格撬动大治理", "location_name": "华府碧桂园", "sentiment_score": 0.9782, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.882, 23.179]}, "properties": {"id_": 521380, "title": "三水区西南街道桥头社区: 建强基层党组织 小网格撬动大治理", "location_name": "汇丰豪园", "sentiment_score": 0.9782, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.118, 23.012]}, "properties": {"id_": 521845, "title": "16米高木棉树倒伏,禅城园林迅速处理!", "location_name": "禅城园林应急抢险队", "sentiment_score": 0.9722, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.134, 23.037]}, "properties": {"id_": 521846, "title": "让消费者“拒绝”不公平格式条款!佛山多形式开展消费教育活动", "location_name": "中国消费者协会", "sentiment_score": -0.9888, "topic_index": 1}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.134, 23.037]}, "properties": {"id_": 521846, "title": "让消费者“拒绝”不公平格式条款!佛山多形式开展消费教育活动", "location_name": "佛山消委会", "sentiment_score": -0.9888, "topic_index": 1}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.096, 23.016]}, "properties": {"id_": 521846, "title": "让消费者“拒绝”不公平格式条款!佛山多形式开展消费教育活动", "location_name": "佛山站签约服务中心", "sentiment_score": -0.9888, "topic_index": 1}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.119, 22.967]}, "properties": {"id_": 521846, "title": "让消费者“拒绝”不公平格式条款!佛山多形式开展消费教育活动", "location_name": "佛山电台", "sentiment_score": -0.9888, "topic_index": 1}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.134, 23.037]}, "properties": {"id_": 521846, "title": "让消费者“拒绝”不公平格式条款!佛山多形式开展消费教育活动", "location_name": "佛山市消委会", "sentiment_score": -0.9888, "topic_index": 1}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.26, 23.132]}, "properties": {"id_": 521312, "title": "广东各界干部群众收听收看党的二十大开幕会盛况 党的二十大报告引起强烈反响", "location_name": "广州市委讲师团", "sentiment_score": 0.9882, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.442, 23.098]}, "properties": {"id_": 521312, "title": "广东各界干部群众收听收看党的二十大开幕会盛况 党的二十大报告引起强烈反响", "location_name": "广州市黄埔区委常委", "sentiment_score": 0.9882, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.141, 23.031]}, "properties": {"id_": 521312, "title": "广东各界干部群众收听收看党的二十大开幕会盛况 党的二十大报告引起强烈反响", "location_name": "宣传部", "sentiment_score": 0.9882, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.904, 23.195]}, "properties": {"id_": 521312, "title": "广东各界干部群众收听收看党的二十大开幕会盛况 党的二十大报告引起强烈反响", "location_name": "新时代文明实践中心", "sentiment_score": 0.9882, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.117, 23.012]}, "properties": {"id_": 521312, "title": "广东各界干部群众收听收看党的二十大开幕会盛况 党的二十大报告引起强烈反响", "location_name": "省人大常委会", "sentiment_score": 0.9882, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.264, 22.765]}, "properties": {"id_": 521693, "title": "就近办,超方便!佛山首批15项社保高频服务事项实现线下窗口“全市通办”", "location_name": "佛山市社会保险基金管理局", "sentiment_score": 0.8952, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.101, 23.022]}, "properties": {"id_": 521693, "title": "就近办,超方便!佛山首批15项社保高频服务事项实现线下窗口“全市通办”", "location_name": "佛山市社保局", "sentiment_score": 0.8952, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 521693, "title": "就近办,超方便!佛山首批15项社保高频服务事项实现线下窗口“全市通办”", "location_name": "佛山市政府", "sentiment_score": 0.8952, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.116, 23.024]}, "properties": {"id_": 521693, "title": "就近办,超方便!佛山首批15项社保高频服务事项实现线下窗口“全市通办”", "location_name": "佛山市人民政府办公室", "sentiment_score": 0.8952, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.13, 23.02]}, "properties": {"id_": 521693, "title": "就近办,超方便!佛山首批15项社保高频服务事项实现线下窗口“全市通办”", "location_name": "区社保局", "sentiment_score": 0.8952, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.13, 23.028]}, "properties": {"id_": 521693, "title": "就近办,超方便!佛山首批15项社保高频服务事项实现线下窗口“全市通办”", "location_name": "佛山市禅城区祖庙行政服务中心通办", "sentiment_score": 0.8952, "topic_index": 2}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.171, 23.028]}, "properties": {"id_": 521694, "title": "合作交流再深入!南海区餐饮业协会赴贵州榕江考察", "location_name": "佛山市南海区餐饮业协会", "sentiment_score": 0.9878, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.138, 23.032]}, "properties": {"id_": 521694, "title": "合作交流再深入!南海区餐饮业协会赴贵州榕江考察", "location_name": "佛山市人民政府黔东南州人民政府", "sentiment_score": 0.9878, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.171, 23.028]}, "properties": {"id_": 521694, "title": "合作交流再深入!南海区餐饮业协会赴贵州榕江考察", "location_name": "南海区餐饮业协会", "sentiment_score": 0.9878, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [108.518, 25.933]}, "properties": {"id_": 521694, "title": "合作交流再深入!南海区餐饮业协会赴贵州榕江考察", "location_name": "贵州榕江红七军历史陈列馆", "sentiment_score": 0.9878, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [108.518, 25.933]}, "properties": {"id_": 521694, "title": "合作交流再深入!南海区餐饮业协会赴贵州榕江考察", "location_name": "榕江红七军历史陈列馆", "sentiment_score": 0.9878, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [108.518, 25.932]}, "properties": {"id_": 521694, "title": "合作交流再深入!南海区餐饮业协会赴贵州榕江考察", "location_name": "榕江县委", "sentiment_score": 0.9878, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [108.517, 25.935]}, "properties": {"id_": 521694, "title": "合作交流再深入!南海区餐饮业协会赴贵州榕江考察", "location_name": "榕江县餐饮协会", "sentiment_score": 0.9878, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.138, 23.031]}, "properties": {"id_": 521694, "title": "合作交流再深入!南海区餐饮业协会赴贵州榕江考察", "location_name": "南海区餐饮协会", "sentiment_score": 0.9878, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [108.531, 25.946]}, "properties": {"id_": 521694, "title": "合作交流再深入!南海区餐饮业协会赴贵州榕江考察", "location_name": "榕江县人民政府", "sentiment_score": 0.9878, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.931, 22.752]}, "properties": {"id_": 521313, "title": "党的二十大报告引发广东代表、干部群众热烈反响", "location_name": "光明", "sentiment_score": 0.968, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.233, 22.955]}, "properties": {"id_": 521313, "title": "党的二十大报告引发广东代表、干部群众热烈反响", "location_name": "广东竹韵餐饮管理有限公司", "sentiment_score": 0.968, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [130.396, 46.82]}, "properties": {"id_": 521313, "title": "党的二十大报告引发广东代表、干部群众热烈反响", "location_name": "东风", "sentiment_score": 0.968, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.101, 23.026]}, "properties": {"id_": 521313, "title": "党的二十大报告引发广东代表、干部群众热烈反响", "location_name": "广东粤剧院", "sentiment_score": 0.968, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.904, 23.195]}, "properties": {"id_": 521313, "title": "党的二十大报告引发广东代表、干部群众热烈反响", "location_name": "新时代文明实践中心", "sentiment_score": 0.968, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [116.361, 39.912]}, "properties": {"id_": 521310, "title": "奋进!在伟大复兴的新征程上——党的二十大报告在各地干部群众中引起强烈反响", "location_name": "北京协和医院", "sentiment_score": 0.9888, "topic_index": 5}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.275, 22.852]}, "properties": {"id_": 521310, "title": "奋进!在伟大复兴的新征程上——党的二十大报告在各地干部群众中引起强烈反响", "location_name": "中国商飞设计研发中心", "sentiment_score": 0.9888, "topic_index": 5}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [121.255, 30.185]}, "properties": {"id_": 521308, "title": "听,来自9600多万名共产党员的心声", "location_name": "国网浙江慈溪市供电公司", "sentiment_score": 0.9904, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.931, 22.752]}, "properties": {"id_": 521130, "title": "党的二十大报告引发广东代表、干部群众热烈反响", "location_name": "光明", "sentiment_score": 0.968, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.233, 22.955]}, "properties": {"id_": 521130, "title": "党的二十大报告引发广东代表、干部群众热烈反响", "location_name": "广东竹韵餐饮管理有限公司", "sentiment_score": 0.968, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [130.396, 46.82]}, "properties": {"id_": 521130, "title": "党的二十大报告引发广东代表、干部群众热烈反响", "location_name": "东风", "sentiment_score": 0.968, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.101, 23.026]}, "properties": {"id_": 521130, "title": "党的二十大报告引发广东代表、干部群众热烈反响", "location_name": "广东粤剧院", "sentiment_score": 0.968, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.904, 23.195]}, "properties": {"id_": 521130, "title": "党的二十大报告引发广东代表、干部群众热烈反响", "location_name": "新时代文明实践中心", "sentiment_score": 0.968, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.26, 23.132]}, "properties": {"id_": 521129, "title": "广东各界干部群众收听收看党的二十大开幕会盛况 党的二十大报告引起强烈反响", "location_name": "广州市委讲师团", "sentiment_score": 0.9882, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.442, 23.098]}, "properties": {"id_": 521129, "title": "广东各界干部群众收听收看党的二十大开幕会盛况 党的二十大报告引起强烈反响", "location_name": "广州市黄埔区委常委", "sentiment_score": 0.9882, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.141, 23.031]}, "properties": {"id_": 521129, "title": "广东各界干部群众收听收看党的二十大开幕会盛况 党的二十大报告引起强烈反响", "location_name": "宣传部", "sentiment_score": 0.9882, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.904, 23.195]}, "properties": {"id_": 521129, "title": "广东各界干部群众收听收看党的二十大开幕会盛况 党的二十大报告引起强烈反响", "location_name": "新时代文明实践中心", "sentiment_score": 0.9882, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.117, 23.012]}, "properties": {"id_": 521129, "title": "广东各界干部群众收听收看党的二十大开幕会盛况 党的二十大报告引起强烈反响", "location_name": "省人大常委会", "sentiment_score": 0.9882, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [121.255, 30.185]}, "properties": {"id_": 521124, "title": "听,来自9600多万名共产党员的心声", "location_name": "国网浙江慈溪市供电公司", "sentiment_score": 0.9904, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [116.361, 39.912]}, "properties": {"id_": 521127, "title": "奋进!在伟大复兴的新征程上——党的二十大报告在各地干部群众中引起强烈反响", "location_name": "北京协和医院", "sentiment_score": 0.9888, "topic_index": 5}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.275, 22.852]}, "properties": {"id_": 521127, "title": "奋进!在伟大复兴的新征程上——党的二十大报告在各地干部群众中引起强烈反响", "location_name": "中国商飞设计研发中心", "sentiment_score": 0.9888, "topic_index": 5}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.152, 23.051]}, "properties": {"id_": 520935, "title": "踔厉奋发 勇毅前行 ——党的二十大报告在佛山广大干部群众中引起强烈反响", "location_name": "季华力量。季华实验室", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.202, 22.908]}, "properties": {"id_": 520935, "title": "踔厉奋发 勇毅前行 ——党的二十大报告在佛山广大干部群众中引起强烈反响", "location_name": "广东同天投资管理有限公司", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.975, 23.244]}, "properties": {"id_": 520935, "title": "踔厉奋发 勇毅前行 ——党的二十大报告在佛山广大干部群众中引起强烈反响", "location_name": "佛山职业技术学院", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.119, 22.994]}, "properties": {"id_": 520935, "title": "踔厉奋发 勇毅前行 ——党的二十大报告在佛山广大干部群众中引起强烈反响", "location_name": "禅城区石湾镇街道党工委", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.118, 23.012]}, "properties": {"id_": 520935, "title": "踔厉奋发 勇毅前行 ——党的二十大报告在佛山广大干部群众中引起强烈反响", "location_name": "禅城铁军", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.78, 22.872]}, "properties": {"id_": 520935, "title": "踔厉奋发 勇毅前行 ——党的二十大报告在佛山广大干部群众中引起强烈反响", "location_name": "妇联", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.169, 23.03]}, "properties": {"id_": 520935, "title": "踔厉奋发 勇毅前行 ——党的二十大报告在佛山广大干部群众中引起强烈反响", "location_name": "广东柯内特环境科技有限公司", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.133, 23.041]}, "properties": {"id_": 520935, "title": "踔厉奋发 勇毅前行 ——党的二十大报告在佛山广大干部群众中引起强烈反响", "location_name": "佛山天", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.095, 23.026]}, "properties": {"id_": 520935, "title": "踔厉奋发 勇毅前行 ——党的二十大报告在佛山广大干部群众中引起强烈反响", "location_name": "佛山科学技术学院", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.099, 23.028]}, "properties": {"id_": 520935, "title": "踔厉奋发 勇毅前行 ——党的二十大报告在佛山广大干部群众中引起强烈反响", "location_name": "佛山市学生联合会", "sentiment_score": 0.984, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.101, 23.022]}, "properties": {"id_": 521269, "title": "【十年变化看佛山】近十年,你的母校发生了哪些变化?|来评有礼", "location_name": "佛山教育", "sentiment_score": 0.991, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.922, 23.192]}, "properties": {"id_": 521269, "title": "【十年变化看佛山】近十年,你的母校发生了哪些变化?|来评有礼", "location_name": "三水新城小学", "sentiment_score": 0.991, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.015, 22.84]}, "properties": {"id_": 521269, "title": "【十年变化看佛山】近十年,你的母校发生了哪些变化?|来评有礼", "location_name": "佛山市南海区九江中学", "sentiment_score": 0.991, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.854, 22.91]}, "properties": {"id_": 521269, "title": "【十年变化看佛山】近十年,你的母校发生了哪些变化?|来评有礼", "location_name": "高明区沧江中学", "sentiment_score": 0.991, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.854, 22.91]}, "properties": {"id_": 521269, "title": "【十年变化看佛山】近十年,你的母校发生了哪些变化?|来评有礼", "location_name": "沧江中学", "sentiment_score": 0.991, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.133, 23.041]}, "properties": {"id_": 521269, "title": "【十年变化看佛山】近十年,你的母校发生了哪些变化?|来评有礼", "location_name": "佛山学校", "sentiment_score": 0.991, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [112.692, 22.856]}, "properties": {"id_": 521269, "title": "【十年变化看佛山】近十年,你的母校发生了哪些变化?|来评有礼", "location_name": "高明四中", "sentiment_score": 0.991, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [124.037, 41.865]}, "properties": {"id_": 521269, "title": "【十年变化看佛山】近十年,你的母校发生了哪些变化?|来评有礼", "location_name": "东洲中学", "sentiment_score": 0.991, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.154, 22.996]}, "properties": {"id_": 521269, "title": "【十年变化看佛山】近十年,你的母校发生了哪些变化?|来评有礼", "location_name": "奇槎小学", "sentiment_score": 0.991, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.154, 22.996]}, "properties": {"id_": 521269, "title": "【十年变化看佛山】近十年,你的母校发生了哪些变化?|来评有礼", "location_name": "环湖东小学", "sentiment_score": 0.991, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.112, 23.036]}, "properties": {"id_": 521269, "title": "【十年变化看佛山】近十年,你的母校发生了哪些变化?|来评有礼", "location_name": "佛山市第二十五小学", "sentiment_score": 0.991, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.015, 22.84]}, "properties": {"id_": 521269, "title": "【十年变化看佛山】近十年,你的母校发生了哪些变化?|来评有礼", "location_name": "南海九江中学", "sentiment_score": 0.991, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.015, 22.84]}, "properties": {"id_": 521269, "title": "【十年变化看佛山】近十年,你的母校发生了哪些变化?|来评有礼", "location_name": "九中人", "sentiment_score": 0.991, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.015, 22.84]}, "properties": {"id_": 521269, "title": "【十年变化看佛山】近十年,你的母校发生了哪些变化?|来评有礼", "location_name": "九中", "sentiment_score": 0.991, "topic_index": 3}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.009, 22.963]}, "properties": {"id_": 521183, "title": "10月17、18日,南海区大沥镇开展全员核酸检测", "location_name": "华夏", "sentiment_score": -0.9626, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.186, 23.043]}, "properties": {"id_": 521165, "title": "76个免费核酸采样点!10月17、18日,桂城开展全员核酸筛查", "location_name": "广东省人民医院南海医院", "sentiment_score": -0.7744, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.137, 23.042]}, "properties": {"id_": 521165, "title": "76个免费核酸采样点!10月17、18日,桂城开展全员核酸筛查", "location_name": "广东省中西医结合医院", "sentiment_score": -0.7744, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.202, 23.033]}, "properties": {"id_": 521165, "title": "76个免费核酸采样点!10月17、18日,桂城开展全员核酸筛查", "location_name": "平洲文化中心", "sentiment_score": -0.7744, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.114, 23.027]}, "properties": {"id_": 521141, "title": "10月17日18:00起,禅城区石湾、祖庙开展区域核酸检测", "location_name": "佛山市第二人民医院", "sentiment_score": -0.9814, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.061, 22.986]}, "properties": {"id_": 521141, "title": "10月17日18:00起,禅城区石湾、祖庙开展区域核酸检测", "location_name": "禅城区人民医院", "sentiment_score": -0.9814, "topic_index": 4}}, {"type": "Feature", "geometry": {"type": "Point", "coordinates": [113.115, 23.042]}, "properties": {"id_": 521141, "title": "10月17日18:00起,禅城区石湾、祖庙开展区域核酸检测", "location_name": "永安医院", "sentiment_score": -0.9814, "topic_index": 4}}]};
function forwardGeocoder(query) {
const matchingFeatures = [];
for (const feature of customData.features) {
// Handle queries with different capitalization
// than the source data by calling toLowerCase().
if (
feature.properties.location_name
.toLowerCase()
.includes(query.toLowerCase())
) {
// Add a tree emoji as a prefix for custom
// data results using carmen geojson format:
// https://github.com/mapbox/carmen/blob/master/carmen-geojson.md
feature['place_name'] = `? ${feature.properties.location_name}`;
feature['center'] = feature.geometry.coordinates;
feature['place_type'] = ['place_name'];
matchingFeatures.push(feature);
}
}
return matchingFeatures;
}
// 搜索框
map.addControl(new MapboxGeocoder({
accessToken: mapboxgl.accessToken,
mapboxgl: mapboxgl,
placeholder: 'e.g. 三水新城小学',
localGeocoder: forwardGeocoder
}),'top-left');
''')
fout.write(line.decode('utf-8'))
else:
fout.write(line.decode('utf-8'))
if __name__ == '__main__':
main()
结果
附件:搜索框添加后网页下载链接
链接:添加搜索框后网页
提取码:hhdd
文章评论