I am currently concepting a project/map where i want To use only vector data, most of them are going To be geojson features of the geometry type 'point' and because they need To be changeable and added To the map via the User, i wanted To store those in a mongodb.
no i dont know how To query the data in an easy and fast way out of the db to use it in tilestache because i can only add one '.geojson' file to each tile.vector.geojson layer. i thought of merging the different points of the db query together in one geojson file before each rendering. but wanted to know whether there is another way to get elegant query output out of mongodb using tile stache.
thanks! d.