Files
nairobi/spec/features
rgarcia 994e15666e Skip invalid map markers
Why:
Sometimes the latitude or longitude it passed to the map as *********
instead of the actual latitude or longitud. The asterisks are not a
string, breaking the whole array
https://github.com/consul/consul/issues/2380

What:
This commits skips invalid markers and displays the rest

How:
- Substituting the mysterious asterisks for null
(cleanInvestmentCoordinates)

- Validating the coordinates are numbers before trying to pain
them(validCoordinates)

- Adding a numeric function to validate the latitude and longitude
(isNumeric)
https://stackoverflow.com/questions/9716468/is-there-any-function-like-i
snumeric-in-javascript-to-validate-numbers#answer-9716488
2018-05-28 11:44:53 -04:00
..
2018-05-22 15:41:10 +02:00
2018-05-28 11:44:53 -04:00
2018-04-02 09:43:17 +02:00
2018-02-09 12:51:15 +01:00
2018-01-31 23:19:41 +01:00
2018-04-09 16:11:06 +02:00
2018-04-04 14:01:51 +02:00
2015-09-13 11:47:57 +02:00
2018-04-02 17:28:39 +02:00
2018-04-02 17:27:52 +02:00
2016-02-08 17:49:03 +01:00
2018-05-22 15:41:10 +02:00