Skip to content

Commit

Permalink
added feature list to readme.md (longdesc for enonic market)
Browse files Browse the repository at this point in the history
  • Loading branch information
hjelmevold committed Apr 14, 2016
1 parent 15ce696 commit e927f10
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
# Google Maps app for Enonic XP version 6

This Enonic XP application adds a Google Maps part to your [Enonic XP](https://github.com/enonic/xp) site.
This Enonic XP application contains a Google Maps part that you may add to your [Enonic XP](https://github.com/enonic/xp) site.

## Features
* Supports multiple locations in a single map
* Each location may have its own info window
* Supports multiple maps (parts) on the same page
* Responsive design where the map scales according to available width
* Map area may have one of four aspect ratios
* Fullscreen toggle button has been enabled by default
* Scrolling/swiping zoom controls are disabled, so users don't get stuck inside the map
* Several color themes are available, including more elaborate ones from snazzymaps.com

## Installation

Expand Down
1 change: 0 additions & 1 deletion src/main/resources/site/parts/googlemap/googlemap.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ function isLastAppPartOnPage() {

// Iterate through all components on page
if ( page.regions ) {
// TODO: test what happens when more than one region
for ( var regionName in page.regions ) {
if ( page.regions[regionName].components ) {
var components = libs.data.forceArray(page.regions[regionName].components);
Expand Down

0 comments on commit e927f10

Please sign in to comment.