You are here

public property WktGeneratorTest::$pointRegex in Geofield 8

Generic WKT point regex.

Type: string

File

tests/src/Kernel/WktGeneratorTest.php, line 26

Class

WktGeneratorTest
Tests WktGenerator.

Namespace

Drupal\Tests\geofield\Kernel

Code

public $pointRegex = '/^POINT \\([-]?[0-9]*\\.?[0-9]+ [-]?[0-9]*\\.?[0-9]+\\)$/';