Skip to content

Commit 823117f

Browse files
author
Alfiya Tarasenko
committed
Fix live demo links
1 parent cfe303e commit 823117f

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

docs-site/docs/live-demos.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ A full set of ready-to-run demo projects is available in the repository. These e
4646

4747
| Preview | Description | | |
4848
|---|---|---|---|
49-
| [![One Field](assets/code_samples/address-collection-address-input-location-verifivation.png)](../demo/address-form-one-field/index.html) | One Field Address Form — Single-field input with autocomplete | [Open](../demo/address-form-one-field/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/main../demo/address-form-one-field) |
50-
| [![Multi-field](assets/code_samples/address-collection-standard-structured-address-form.png)](../demo/address-form-from-country-to-housenumber/index.html) | Multi-field Address Form — Step-by-step input from country to house number | [Open](../demo/address-form-from-country-to-housenumber/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/main../demo/address-form-from-country-to-housenumber) |
51-
| [![Form + Map](assets/code_samples/geocoder-autocomplete-and-leaflet.png)](../demo/address-form-search-plus-map/index.html) | Address Form with Map — Combined address search and interactive map | [Open](../demo/address-form-search-plus-map/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/main../demo/address-form-search-plus-map) |
52-
| [![Types](assets/code_samples/geocoder-autocomplete-type-parameter.png)](../demo/autocomplete-features-types/index.html) | Autocomplete Features — Types — Filtering by location type | [Open](../demo/autocomplete-features-types/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/main../demo/autocomplete-features-types) |
53-
| [![Filters & Bias](assets/code_samples/geocoder-autocomplete-filter-and-bias.png)](../demo/autocomplete-features-filters-and-bias/index.html) | Autocomplete Features — Filters & Bias — Demonstrates filter and bias options | [Open](../demo/autocomplete-features-filters-and-bias/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/main../demo/autocomplete-features-filters-and-bias) |
54-
| [![Events](assets/code_samples/geocoder-autocomplete-events.png)](../demo/autocomplete-features-events/index.html) | Autocomplete Features — Events — Shows available events and callbacks | [Open](../demo/autocomplete-features-events/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/main../demo/autocomplete-features-events) |
55-
| [![Places — No Map](assets/code_samples/category-search-in-line.png)](../demo/places-seach-no-map-built-in-list/index.html) | Places Search — No Map — Category search with built-in places list | [Open](../demo/places-seach-no-map-built-in-list/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/main../demo/places-seach-no-map-built-in-list) |
56-
| [![Leaflet](assets/code_samples/geocoder-autocomplete-and-leaflet.png)](../demo/integration-with-leaflet/index.html) | Leaflet Integration — Interactive map with address search and markers | [Open](../demo/integration-with-leaflet/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/main../demo/integration-with-leaflet) |
57-
| [![Leaflet + Custom List](assets/code_samples/category-search-custom-places-list.png)](../demo/places-search-leaflet-custom-list/index.html) | Leaflet with Custom Places UI — Category search with custom places list | [Open](../demo/places-search-leaflet-custom-list/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/main../demo/places-search-leaflet-custom-list) |
58-
| [![Leaflet + Built-in List](assets/code_samples/category-search-with-map.png)](../demo/places-search-leaflet-built-in-list/index.html) | Leaflet with Built-in Places List — Category search with built-in places list | [Open](../demo/places-search-leaflet-built-in-list/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/main../demo/places-search-leaflet-built-in-list) |
59-
| [![MapLibre GL](assets/code_samples/geocoder-autocomplete-and-maplibregl.png)](../demo/integration-with-maplibre-gl/index.html) | MapLibre GL Integration — Vector map with reverse geocoding on click | [Open](../demo/integration-with-maplibre-gl/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/main../demo/integration-with-maplibre-gl) |
49+
| [![One Field](assets/code_samples/address-collection-address-input-location-verifivation.png)](https://geoapify.github.io/geocoder-autocomplete/demo/address-form-one-field/index.html) | One Field Address Form — Single-field input with autocomplete | [Open](https://geoapify.github.io/geocoder-autocomplete/demo/address-form-one-field/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/master/demo/address-form-one-field) |
50+
| [![Multi-field](assets/code_samples/address-collection-standard-structured-address-form.png)](https://geoapify.github.io/geocoder-autocomplete/demo/address-form-from-country-to-housenumber/index.html) | Multi-field Address Form — Step-by-step input from country to house number | [Open](https://geoapify.github.io/geocoder-autocomplete/demo/address-form-from-country-to-housenumber/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/master/demo/address-form-from-country-to-housenumber) |
51+
| [![Form + Map](assets/code_samples/geocoder-autocomplete-and-leaflet.png)](https://geoapify.github.io/geocoder-autocomplete/demo/address-form-search-plus-map/index.html) | Address Form with Map — Combined address search and interactive map | [Open](https://geoapify.github.io/geocoder-autocomplete/demo/address-form-search-plus-map/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/master/demo/address-form-search-plus-map) |
52+
| [![Types](assets/code_samples/geocoder-autocomplete-type-parameter.png)](https://geoapify.github.io/geocoder-autocomplete/demo/autocomplete-features-types/index.html) | Autocomplete Features — Types — Filtering by location type | [Open](https://geoapify.github.io/geocoder-autocomplete/demo/autocomplete-features-types/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/master/demo/autocomplete-features-types) |
53+
| [![Filters & Bias](assets/code_samples/geocoder-autocomplete-filter-and-bias.png)](https://geoapify.github.io/geocoder-autocomplete/demo/autocomplete-features-filters-and-bias/index.html) | Autocomplete Features — Filters & Bias — Demonstrates filter and bias options | [Open](https://geoapify.github.io/geocoder-autocomplete/demo/autocomplete-features-filters-and-bias/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/master/demo/autocomplete-features-filters-and-bias) |
54+
| [![Events](assets/code_samples/geocoder-autocomplete-events.png)](https://geoapify.github.io/geocoder-autocomplete/demo/autocomplete-features-events/index.html) | Autocomplete Features — Events — Shows available events and callbacks | [Open](https://geoapify.github.io/geocoder-autocomplete/demo/autocomplete-features-events/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/master/demo/autocomplete-features-events) |
55+
| [![Places — No Map](assets/code_samples/category-search-in-line.png)](https://geoapify.github.io/geocoder-autocomplete/demo/places-seach-no-map-built-in-list/index.html) | Places Search — No Map — Category search with built-in places list | [Open](https://geoapify.github.io/geocoder-autocomplete/demo/places-seach-no-map-built-in-list/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/master/demo/places-seach-no-map-built-in-list) |
56+
| [![Leaflet](assets/code_samples/geocoder-autocomplete-and-leaflet.png)](https://geoapify.github.io/geocoder-autocomplete/demo/integration-with-leaflet/index.html) | Leaflet Integration — Interactive map with address search and markers | [Open](https://geoapify.github.io/geocoder-autocomplete/demo/integration-with-leaflet/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/master/demo/integration-with-leaflet) |
57+
| [![Leaflet + Custom List](assets/code_samples/category-search-custom-places-list.png)](https://geoapify.github.io/geocoder-autocomplete/demo/places-search-leaflet-custom-list/index.html) | Leaflet with Custom Places UI — Category search with custom places list | [Open](https://geoapify.github.io/geocoder-autocomplete/demo/places-search-leaflet-custom-list/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/master/demo/places-search-leaflet-custom-list) |
58+
| [![Leaflet + Built-in List](assets/code_samples/category-search-with-map.png)](https://geoapify.github.io/geocoder-autocomplete/demo/places-search-leaflet-built-in-list/index.html) | Leaflet with Built-in Places List — Category search with built-in places list | [Open](https://geoapify.github.io/geocoder-autocomplete/demo/places-search-leaflet-built-in-list/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/master/demo/places-search-leaflet-built-in-list) |
59+
| [![MapLibre GL](assets/code_samples/geocoder-autocomplete-and-maplibregl.png)](https://geoapify.github.io/geocoder-autocomplete/demo/integration-with-maplibre-gl/index.html) | MapLibre GL Integration — Vector map with reverse geocoding on click | [Open](https://geoapify.github.io/geocoder-autocomplete/demo/integration-with-maplibre-gl/index.html) | [Source](https://github.com/geoapify/geocoder-autocomplete/tree/master/demo/integration-with-maplibre-gl) |

0 commit comments

Comments
 (0)