pubnub / eon-map

Realtime maps with PubNub and MapBox.
https://www.pubnub.com/developers/eon/
MIT License
135 stars 51 forks source link

Channel Groups and Distributed Systems #13

Open nselikoff opened 7 years ago

nselikoff commented 7 years ago

I'm using eon with channelGroups. In the description of Distributed Systems it seems that the intention is for multiple sources to be able to publish to the same channel, and have eon take care of automatically creating the Mapbox markers and updating their positions. For channelGroups, this doesn't seem to be working. I have multiple sources publishing to multiple channels, but all channels are assigned to one channel group. Although eon is receiving all the messages from that channel group, I'm only seeing one marker on the map. I've made sure the messages are arrays as indicated in the documentation.

ianjennings commented 7 years ago

Thanks @nselikoff, will look into this