add google maps & feature to choose type of map
replace lng lat
form.js - bug fix & refactor
config translate
rename libs
point line-height fix
/** * 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; } }
Improvements by nord1dea
allow multiply points
init