2020年8月7日

Java读取xml文件里属性

摘要: 需要解析的xml文件 <Data> <ElemName caption="lalalala"> <Color> <Value caption="0"/> <Value caption="0"/> <Value caption="0"/> </Color> <Level caption="888"> 阅读全文

posted @ 2020-08-07 12:47 jianglusheng 阅读(2436) 评论(0) 推荐(0)

mapbox添加等值面

摘要: 官网的例子是直接给的颜色,我的颜色在geojson数据里,通过读取geojson的properties获取颜色 <!DOCTYPE html> <html> <head> <meta charset="utf-8" /> <title>Add a GeoJSON polygon</title> <m 阅读全文

posted @ 2020-08-07 12:37 jianglusheng 阅读(767) 评论(0) 推荐(0)

导航