You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The map_server.py seems to generate now the correct strings without the prefix 'u'.
Also, in my generated Mongo DB the 'tags' in each element are called 'tg' and the wildcard query did not look very correct to me, so I modified map_server:326-329 into this:
Hi,
I had trouble getting some results through my queries so I modified the code a little.
At first I had some issues with the generated query which generated the following query:
Built query: {u'tags.highway': {'$exists': True}}
After I modified map_server.py:307 into this:
The map_server.py seems to generate now the correct strings without the prefix 'u'.
Also, in my generated Mongo DB the 'tags' in each element are called 'tg' and the wildcard query did not look very correct to me, so I modified map_server:326-329 into this:
I tested the new queries with the modified map_server.py and MongoHub.
Could someone confirm or deny my changes? Thanks in advance.
Best regards
PS I'm not a python programmer, so my changes might be not very stylish
The text was updated successfully, but these errors were encountered: