<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px; ">
I'm reading a geojson feed put out by the USGS (<a href="http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_day.geojson">http://earthquake.usgs.gov/earthquakes/feed/v1.0/summary/all_day.geojson</a>) but the time/updated values are overflowing. Are
 there any settings to allow the data to come across as bigint or strings? </div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px; ">
<br>
</div>
<div style="color: rgb(0, 0, 0); font-family: Calibri, sans-serif; font-size: 14px; ">
For example: </div>
<div><font class="Apple-style-span" face="Calibri,sans-serif">{"type":"Feature","properties":{"mag":0.46,"place":"2km W of Lemmon Valley, Nevada","time":1375291903959,"updated":1375295733317,"tz":-420,"url":"http://earthquake.usgs.gov/earthquakes/eventpage/nn00419191","detail":"<a href="http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00419191.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":3,"net":"nn","code":"00419191","ids":",nn00419191,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":12,"dmin":0.069,"rms":0.1034,"gap":74,"magType":"ml","type":"earthquake"},"geometry":{"type":"Point","coordinates":[-119.8773,39.632,5.0829]},"id":"nn00419191">http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/nn00419191.geojson","felt":null,"cdi":null,"mmi":null,"alert":null,"status":"REVIEWED","tsunami":null,"sig":3,"net":"nn","code":"00419191","ids":",nn00419191,","sources":",nn,","types":",cap,general-link,geoserve,nearby-cities,origin,","nst":12,"dmin":0.069,"rms":0.1034,"gap":74,"magType":"ml","type":"earthquake"},"geometry":{"type":"Point","coordinates":[-119.8773,39.632,5.0829]},"id":"nn00419191</a>"}</font></div>
<div><font class="Apple-style-span" face="Calibri,sans-serif"><br>
</font></div>
<div><font class="Apple-style-span" face="Calibri,sans-serif">Gets returned as</font></div>
<div><font class="Apple-style-span" face="Calibri,sans-serif"><br>
</font></div>
<div><font class="Apple-style-span" face="Calibri,sans-serif">
<div>OGRFeature(OGRGeoJSON):176</div>
<div>  mag (Real) = 1.7</div>
<div>  place (String) = 21km S of Lowell, Oregon</div>
<div>  time (Integer) = 902732480</div>
<div>  updated (Integer) = 903846662</div>
<div>  tz (Integer) = -420</div>
<div>  url (String) = http://earthquake.usgs.gov/earthquakes/eventpage/uw60561592</div>
<div>  detail (String) = http://earthquake.usgs.gov/earthquakes/feed/v1.0/detail/uw60561592.geojson</div>
<div>  felt (String) = (null)</div>
<div>  cdi (String) = (null)</div>
<div>  mmi (String) = (null)</div>
<div>  alert (String) = (null)</div>
<div>  status (String) = REVIEWED</div>
<div>  tsunami (String) = (null)</div>
<div>  sig (Integer) = 44</div>
<div>  net (String) = uw</div>
<div>  code (String) = 60561592</div>
<div>  ids (String) = ,uw60561592,</div>
<div>  sources (String) = ,uw,</div>
<div>  types (String) = ,cap,general-link,geoserve,nearby-cities,origin,</div>
<div>  nst (Integer) = (null)</div>
<div>  dmin (Real) = 0.24254513</div>
<div>  rms (Real) = 0.24</div>
<div>  gap (Real) = 118.8</div>
<div>  magType (String) = Md</div>
<div>  type (String) = quarry</div>
<div>  POINT (-122.7927 43.7262 0)</div>
</font></div>
</body>
</html>