Wie erstelle ich eine neue Map für das jquery-Plugin jvectormap?

Ich möchte wissen, wie man eine Karte für das jquery-Plugin jvectormap erstellt oder erzeugthttp://jvectormap.com/

Das Projekt hat mehrere Karten:http://jvectormap.com/maps/

aber ich brauche ich map mit australien und neuseeland geteilt durch staaten. In der Dokumentation in Githubhttps://github.com/bjornd/jvectormapEs heißt, dass jeder mit diesem Befehl eine Karte erstellen kann:

python \
    path/to/converter.py \
    path/to/geo-data.shp \
    path/to/resulting-map.js \
    --width 900 \
    --country_name_index 4 \
    --where "ISO = 'USA'" \
    --codes_file path/to/codes-en.tsv \
    --insets '[{"codes": ["US-AK"], "width": 200, "left": 10, "top": 370}, {"codes": ["US-HI"], "width": 100, "left": 220, "top": 400}]' \
    --minimal_area 4000000 \
    --buffer_distance -3000 \
    --simplify_tolerance 1000 \
    --longtitude0 10w \
    --name us

aber ich denke ist veraltet, weil ich heruntergeladen habehttp://www.naturalearthdata.com/downloads/10m-cultural-vectors/10m-admin-1-states-provinces/ wie die dokumentation sagt, hat aber natürlich nicht funktioniert.

Kann mir jemand sagen, wie man eine Karte mit Australien und Neuseeland, geteilt durch Bundesstaaten, für jvectormap erstellt?

Vielen Dank

Antworten auf die Frage(2)

Ihre Antwort auf die Frage