Skip to content

Commit e927f10

Browse files
committed
added feature list to readme.md (longdesc for enonic market)
1 parent 15ce696 commit e927f10

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# Google Maps app for Enonic XP version 6
22

3-
This Enonic XP application adds a Google Maps part to your [Enonic XP](https://github.com/enonic/xp) site.
3+
This Enonic XP application contains a Google Maps part that you may add to your [Enonic XP](https://github.com/enonic/xp) site.
4+
5+
## Features
6+
* Supports multiple locations in a single map
7+
* Each location may have its own info window
8+
* Supports multiple maps (parts) on the same page
9+
* Responsive design where the map scales according to available width
10+
* Map area may have one of four aspect ratios
11+
* Fullscreen toggle button has been enabled by default
12+
* Scrolling/swiping zoom controls are disabled, so users don't get stuck inside the map
13+
* Several color themes are available, including more elaborate ones from snazzymaps.com
414

515
## Installation
616

src/main/resources/site/parts/googlemap/googlemap.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ function isLastAppPartOnPage() {
8383

8484
// Iterate through all components on page
8585
if ( page.regions ) {
86-
// TODO: test what happens when more than one region
8786
for ( var regionName in page.regions ) {
8887
if ( page.regions[regionName].components ) {
8988
var components = libs.data.forceArray(page.regions[regionName].components);

0 commit comments

Comments
 (0)