Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
westnordost committed Mar 27, 2023
2 parents b3768c7 + f12dbaf commit fb96e55
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ data class Pin(
"kind" to iconName,
"importance" to importance.toString()
)
val props = HashMap<String, String>()
val props = HashMap<String, String>(properties.size + tangramProperties.size, 1f)
props.putAll(tangramProperties)
props.putAll(properties)
Point(position.toLngLat(), props)
Expand Down

0 comments on commit fb96e55

Please sign in to comment.