Im new to python and trying to generate jvectorMap using Converter.py plugin provided by jVectorMap,
I have installed OSGEO4W (Desktop INSTALL) on Windows 7 64bit. Python 2.7,GDAL 2.1.0 and Shapely is also installed under OSGEO4W.
I download shapefile
ne_10m_admin_1_states_provinces.shp
I placed this shape file in converter.py directory, then I opened OSGEO4W shell and navigates to converter.py directory and run following command to generate Russia map for learning conversion of maps.
python converter.py ne_10m_admin_1_states_provinces_shp.shp test-map.js --width 400 --where "ISO_3166_2 = 'RU-' and code_hasc!='' --country_name_index 12 --country_code_index 18 --minimal_area 4000000 --buffer_distance -0.5 --simplify_tolerance 10000 --longitude0 54.8270 --name russia
I have taken this command from this post Check it
but I faced error JSON object Decode, have a look on below image
Help me to solve my problem ,As I have stated im new to python and jvector Maps
Scenario is,
Im new to python and trying to generate jvectorMap using Converter.py plugin provided by jVectorMap,
I have installed OSGEO4W (Desktop INSTALL) on Windows 7 64bit. Python 2.7,GDAL 2.1.0 and Shapely is also installed under OSGEO4W.
I download shapefile
ne_10m_admin_1_states_provinces.shp
I placed this shape file in converter.py directory, then I opened OSGEO4W shell and navigates to converter.py directory and run following command to generate Russia map for learning conversion of maps.python converter.py ne_10m_admin_1_states_provinces_shp.shp test-map.js --width 400 --where "ISO_3166_2 = 'RU-' and code_hasc!='' --country_name_index 12 --country_code_index 18 --minimal_area 4000000 --buffer_distance -0.5 --simplify_tolerance 10000 --longitude0 54.8270 --name russia
I have taken this command from this post Check itbut I faced error JSON object Decode, have a look on below image Help me to solve my problem ,As I have stated im new to python and jvector Maps