<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi everybody, <br>
    <br>
    When trying to convert simple points (markers) in <b>qgis2web </b>plugin
    (<b>leaflet</b>) and the following error appears:<br>
    <br>
    KeyError: -2147483647 <br>
    Traceback (most recent call last):<br>
      File
    "C:/Users/username/.qgis2/python/plugins\qgis2web\maindialog.py",
    line 141, in saveMap<br>
        MainDialog.saveLeaf(self)<br>
      File
    "C:/Users/username/.qgis2/python/plugins\qgis2web\maindialog.py",
    line 326, in saveLeaf<br>
        cluster, json, params, popup)<br>
      File
    "C:/Users/username/.qgis2/python/plugins\qgis2web\leafletWriter.py",
    line 94, in writeLeaflet<br>
        layerFileName, safeLayerName, minify, canvas)<br>
      File
    "C:/Users/username/.qgis2/python/plugins\qgis2web\leafletLayerScripts.py",
    line 15, in exportJSONLayer<br>
        cleanedLayer = writeTmpLayer(i, eachPopup)<br>
      File "C:/Users/username/.qgis2/python/plugins\qgis2web\utils.py",
    line 73, in writeTmpLayer<br>
        uri = TYPE_MAP[layer.wkbType()]<br>
    KeyError: -2147483647<br>
    <br>
    <b>Other kind of layers work fine, poligons, lines. </b><b>Am I
      doing something wrong or is it a limitation of the plugin?<br>
    </b>Googled the error but to no avail. <br>
    <br>
    Best <br>
    Edi<br>
  </body>
</html>