Skip to content

Commit

Permalink
change texts
Browse files Browse the repository at this point in the history
  • Loading branch information
warm-coolguy committed Jan 30, 2024
1 parent 5031e12 commit d5faaad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pages/examples/address.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
import render from './render.js'

render({
name: 'Address Search & Reverse Geocoder & Pins',
name: 'Address Search & Reverse Geocoder & Pins & Loading Indicator',
description: 'These plugins can be mixed to help with locating a coordinate and/or address. Users may use either the address search element directly, or create/move a pin to get an address. Click anywhere in the map to get started.',
useCases: [
'Finding an address on the map, or a coordinate of an address.',
Expand Down
2 changes: 1 addition & 1 deletion pages/examples/orientation.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
const web_raster = ''
let zoomLevel = 0
render({
name: 'Fullscreen, GeoLocation, Scale, and Zoom',
name: 'Fullscreen & GeoLocation & Scale & Zoom',
description: ['The client can be toggled into fullscreen, which may e.g. be useful on crowded sites when little space for a map client remains, but more context is required. The GeoLocation feature allows users to identify their position in relation to the geospatial data. A scale to better estimate sizes of shown contents is provided.', 'Zoom buttons are further available on some screen and map sizes as additional navigational tools, but zooming mostly relies on touch gestures, mouse wheel interaction, or keyboard interaction, depending on the device type and user.'],
useCases: ['Increasing accessibility of the map client in general, for all types of users.'],
enabledPlugins: ['fullscreen', 'geo-location', 'icon-menu', 'scale', 'zoom'],
Expand Down

0 comments on commit d5faaad

Please sign in to comment.