synmap 8.x-1.26

New features

add google maps & feature to choose type of map

synmap 8.x-1.5

 /**
  * Implements hook_synmap_display_alter().
  */
 function HOOK_synmap_display_alter(&$display, &$attach) {
   if (!$display && is_object($node = \Drupal::request()->attributes->get('node'))) {
     $display = $node->getType() == 'usluga' ? TRUE : FALSE;
   }
 }
Subscribe with RSS Subscribe to Releases for Small Map (Yandex / OSM)