I'm using cartodb.js in my html file. I have this code:
var layerSource = { user_name: 'myuser', type: 'cartodb', sublayers: [{ sql: "SELECT * FROM post", cartocss: '#post {marker-fill: red;}' }] }Does someone know how I could get each single markers to be draggable and editable?
Now I am sure the Google map API can display my base map but with this library, I can't select the markers in the cartodb Layer.
أكثر...
var layerSource = { user_name: 'myuser', type: 'cartodb', sublayers: [{ sql: "SELECT * FROM post", cartocss: '#post {marker-fill: red;}' }] }Does someone know how I could get each single markers to be draggable and editable?
Now I am sure the Google map API can display my base map but with this library, I can't select the markers in the cartodb Layer.
أكثر...