質問編集履歴
1
propertiesの中身を追加し、"density"とおなじ処理を書くことで出来ました。 ありがとうございました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -204,4 +204,12 @@
|
|
204
204
|
</script>
|
205
205
|
</body>
|
206
206
|
</html>
|
207
|
-
```
|
207
|
+
```
|
208
|
+
|
209
|
+
|
210
|
+
自己解決しました
|
211
|
+
元々書いていたように、
|
212
|
+
var statesData = {"type":"FeatureCollection","features":[
|
213
|
+
{"type":"Feature","id":"01","properties":{"name":"Alabama","density":94.65,"density02":120},
|
214
|
+
とpropertiesの中身を追加し、"density"とおなじ処理を書くことで出来ました。
|
215
|
+
ありがとうございました。
|