%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /www/loslex/demo/vendor/asanikovich/laravel-spatial/config/
Upload File :
Create Path :
Current File : /www/loslex/demo/vendor/asanikovich/laravel-spatial/config/laravel-spatial.php

<?php

use ASanikovich\LaravelSpatial\Enums\GeometryType;
use ASanikovich\LaravelSpatial\Geometry;

return [
    GeometryType::GEOMETRY_COLLECTION->value => Geometry\GeometryCollection::class,
    GeometryType::LINESTRING->value => Geometry\LineString::class,
    GeometryType::MULTILINESTRING->value => Geometry\MultiLineString::class,
    GeometryType::MULTIPOINT->value => Geometry\MultiPoint::class,
    GeometryType::MULTIPOLYGON->value => Geometry\MultiPolygon::class,
    GeometryType::POINT->value => Geometry\Point::class,
    GeometryType::POLYGON->value => Geometry\Polygon::class,
];

Zerion Mini Shell 1.0