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
from booleano.parser import Grammar, SymbolTable, Bind
from booleano.parser.core EvaluableParseManager
If have import EvaluableParseManager issue .
For the empty paths issue, because the Python3 filter() / map() function return a filter object / map object instead of list. After iteration, the pointer will go the end of the object. My solution is convert the filter / map object to list.
Example:
After
Environment: Python 3.5.2 Ubuntu16.04LTS.
The shp file I download from: http://www.naturalearthdata.com/
Json config file:
Out put in origin-world.js :
jQuery.fn.vectorMap('addMap', 'world_merc',{"height": 779.9122978262657, "projection": {"centralMeridian": 11.5, "type": "merc"}, "width": 900.0, "paths": {}, "insets": [{"height": 779.9122978262657, "bbox": [{"x": -20004297.15152583, "y": -18449355.690353}, {"x": 20026572.394749388, "y": 16240163.70055698}], "left": 0, "width": 900, "top": 0}]});
The paths attribute is empty.
Do somebody have any ideas?
Thx.
The text was updated successfully, but these errors were encountered: