File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
src/main/resources/site/parts/googlemap Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 ) ;
You can’t perform that action at this time.
0 commit comments