public property WktGeneratorTest::$multilinestringRegex in Geofield 8
Generic WKT multilinestring regex.
Type: string
File
- tests/
src/ Kernel/ WktGeneratorTest.php, line 47
Class
- WktGeneratorTest
- Tests WktGenerator.
Namespace
Drupal\Tests\geofield\KernelCode
public $multilinestringRegex = '/^MULTILINESTRING \\((\\(([-]?[0-9]*\\.?[0-9]+ [-]?[0-9]*\\.?[0-9]+\\, )*[-]?[0-9]*\\.?[0-9]+ [-]?[0-9]*\\.?[0-9]+\\), )*\\(([-]?[0-9]*\\.?[0-9]+ [-]?[0-9]*\\.?[0-9]+\\, )*[-]?[0-9]*\\.?[0-9]+ [-]?[0-9]*\\.?[0-9]+\\)\\)$/';