mirror of
https://github.com/visgl/react-map-gl.git
synced 2026-01-18 15:54:22 +00:00
Fix typo (#841)
This commit is contained in:
parent
14043bfa79
commit
489b07b1e9
@ -105,7 +105,7 @@ export default class App extends Component {
|
||||
(error, response) => {
|
||||
if (!error) {
|
||||
// Note: In a real application you would do a validation of JSON data before doing anything with it,
|
||||
// but for demonstration purposes we ingore this part here and just trying to select needed data...
|
||||
// but for demonstration purposes we ignore this part here and just try to select needed data...
|
||||
const features = response.features;
|
||||
const endTime = features[0].properties.time;
|
||||
const startTime = features[features.length - 1].properties.time;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user