diff --git a/index.html b/index.html index 2cc118b4..e32a10ac 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,7 @@

Reactive Maps

Interactive Tutorial or - Install - 1.0.0 + Install - v1
@@ -111,7 +111,7 @@

Reactive Maps

Works with your CSS tooling.

- Introduces minimum styling, each component adheres to a simple and consistent CSS API. Comes with light and dark themes. + Introduces minimum styling, each component adheres to a simple and consistent CSS API. Comes with light and dark themes.

@@ -136,49 +136,49 @@

@@ -213,7 +213,7 @@

A display of meetup RSVPs filtered by city and topics. Show RSVP data in a popover when clicked on a marker.

-

It uses SingleList, MultiList and ReactiveMap components. +

It uses SingleList, MultiList and ReactiveMap components.

Demo @@ -235,7 +235,7 @@

A display of historical earthquake data across the globe filtered by places, magnitude and year.

- It uses MultiList, RangeSlider and ReactiveMap components. + It uses MultiList, RangeSlider and ReactiveMap components.

Demo @@ -257,7 +257,7 @@

Weather data is fetched from openweathermap.org and stored in an appbase.io app. In this example, we run a GeoBoundingBox query using the boundary of the maps to fetch all such locations indexed in the app.

- It uses the ReactiveMap component. + It uses the ReactiveMap component.

Demo @@ -280,7 +280,7 @@

A display of Foursquare checkins filtered by city and categories. The example uses dynamic markers depending on the type of category. It also displays the checkin info on click in a popover.

- It uses SingleList, MultiList and ReactiveMap components. + It uses SingleList, MultiList and ReactiveMap components.

Demo @@ -301,7 +301,7 @@

A direction navigation example between two places A and B. Places are searchable via a full-text search box.

-

It uses two PlacesSearch and oneReactiveMap components. +

It uses two PlacesSearch and oneReactiveMap components.

Demo @@ -323,7 +323,7 @@

A heatmap view based on a simulation of frequent events, e.g. calculating the surge price in a neighborhood or city for an on-demand delivery service. It divides the area into a grid and creates a realtime GeoBoundingBox query for each cell, the frequency then visualized with a shade of color added to the cell area.

- It uses the ReactiveMap component and applies a customQuery and renders a polygon layer on the onData event. + It uses the ReactiveMap component and applies a customQuery and renders a polygon layer on the onData event.

Demo diff --git a/website/pages/index.html b/website/pages/index.html index 72cabfbb..aca059b4 100644 --- a/website/pages/index.html +++ b/website/pages/index.html @@ -36,7 +36,7 @@

Reactive Maps

@@ -88,7 +88,7 @@

Reactive Maps

Works with your CSS tooling.

- Introduces minimum styling, each component adheres to a simple and consistent CSS API. Comes with light and dark themes. + Introduces minimum styling, each component adheres to a simple and consistent CSS API. Comes with light and dark themes.

@@ -113,49 +113,49 @@

@@ -190,7 +190,7 @@

A display of meetup RSVPs filtered by city and topics. Show RSVP data in a popover when clicked on a marker.

-

It uses SingleList, MultiList and ReactiveMap components. +

It uses SingleList, MultiList and ReactiveMap components.

Demo @@ -212,7 +212,7 @@

A display of historical earthquake data across the globe filtered by places, magnitude and year.

- It uses MultiList, RangeSlider and ReactiveMap components. + It uses MultiList, RangeSlider and ReactiveMap components.

Demo @@ -234,7 +234,7 @@

Weather data is fetched from openweathermap.org and stored in an appbase.io app. In this example, we run a GeoBoundingBox query using the boundary of the maps to fetch all such locations indexed in the app.

- It uses the ReactiveMap component. + It uses the ReactiveMap component.

Demo @@ -257,7 +257,7 @@

A display of Foursquare checkins filtered by city and categories. The example uses dynamic markers depending on the type of category. It also displays the checkin info on click in a popover.

- It uses SingleList, MultiList and ReactiveMap components. + It uses SingleList, MultiList and ReactiveMap components.

Demo @@ -278,7 +278,7 @@

A direction navigation example between two places A and B. Places are searchable via a full-text search box.

-

It uses two PlacesSearch and oneReactiveMap components. +

It uses two PlacesSearch and oneReactiveMap components.

Demo @@ -300,7 +300,7 @@

A heatmap view based on a simulation of frequent events, e.g. calculating the surge price in a neighborhood or city for an on-demand delivery service. It divides the area into a grid and creates a realtime GeoBoundingBox query for each cell, the frequency then visualized with a shade of color added to the cell area.

- It uses the ReactiveMap component and applies a customQuery and renders a polygon layer on the onData event. + It uses the ReactiveMap component and applies a customQuery and renders a polygon layer on the onData event.

Demo