Skip to content

Commit 5a236df

Browse files
authored
Update README.md
1 parent b1b0362 commit 5a236df

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,7 @@ That being said, there are some differences between this template and the Fusion
4444
* **Using Bootstrap 4**. I upgraded to the latest version of Boostrap when building this template. There are some notable changes in syntax with these versions, [which are documented here](https://getbootstrap.com/docs/4.3/migration/).
4545
* **List view included by default**. I decided to include the list view mode by default, as it is the best way to view results on a mobile phone. It requires editing an additonal template `templates/table-row.ejs` but I think is worth the extra work to customize.
4646
* **Hover functionality**. Because it was pretty to do in Leaflet, this template includes the ability to hover over a point and see a preview of the point data before clicking on it.
47-
* **Referencing column names**. Columns in Turf are converted to lower case with underscores (`First Name` => `first_name`). A minor, but important difference.
48-
* **It works**! Fusion Tables is no longer active, so projects made with the old template will no longer work. This template does work, which is a big improvement!
47+
* **Data size limits**. Because this template loads all the data into your browser, there are limitations to how any points you can display. Showing more than a few thousand points may make your browser quite slow.
4948

5049

5150
## Setup

0 commit comments

Comments
 (0)