Skip to content

Commit

Permalink
Use GeoJSON for extents
Browse files Browse the repository at this point in the history
  • Loading branch information
dvdoug committed Jul 7, 2023
1 parent d6c6904 commit 925bcc8
Show file tree
Hide file tree
Showing 6,326 changed files with 84,957 additions and 154,136 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@
"license": "(MIT and proprietary)",
"require": {
"php": "^8.0",
"composer/pcre": "^3.1"
"composer-runtime-api": "^2.1",
"composer/pcre": "^3.1",
"opis/json-schema": "^2.3"
},
"require-dev": {
"ext-json": "*",
"ext-sqlite3": "*",
"friendsofphp/php-cs-fixer": "^3.13.2",
"friendsofphp/php-cs-fixer": "^3.17",
"nikic/php-parser": "^4.15",
"php-coord/datapack-africa": "dev-master",
"php-coord/datapack-antarctic": "dev-master",
Expand Down
8 changes: 4 additions & 4 deletions docs/reflection/coordinateoperation/geographic2d.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28033,7 +28033,7 @@ to WGS 84 (Geographic2D)

"| Name: Hartebeesthoek94 to WGS 84 (1)
| Code: ``urn:ogc:def:coordinateOperation:EPSG::1505``
| Extent: Africa - South Africa, Lesotho and Eswatini.",".. code-block:: php
| Extent: Africa - South Africa, Lesotho and Eswatini",".. code-block:: php

$point->geocentricTranslation(
to: Geographic2D::fromSRID(Geographic2D::EPSG_WGS_84),
Expand Down Expand Up @@ -93108,7 +93108,7 @@ to NTF (Paris) / Lambert Centre France (Projected)

"| Name: Lambert Centre France
| Code: ``urn:ogc:def:coordinateOperation:EPSG::18092``
| Extent: France - mainland 45.45°N to 48.15°N. Also all mainland.",".. code-block:: php
| Extent: France - mainland 45.45°N to 48.15°N. Also all mainland",".. code-block:: php

$point->lambertConicConformal1SP(
to: Projected::fromSRID(Projected::EPSG_NTF_PARIS_LAMBERT_CENTRE_FRANCE),
Expand Down Expand Up @@ -93218,7 +93218,7 @@ to NTF (Paris) / Lambert zone II (Projected)

"| Name: Lambert zone II
| Code: ``urn:ogc:def:coordinateOperation:EPSG::18082``
| Extent: France - mainland 45.45°N to 48.15°N. Also all mainland.",".. code-block:: php
| Extent: France - mainland 45.45°N to 48.15°N. Also all mainland",".. code-block:: php

$point->lambertConicConformal1SP(
to: Projected::fromSRID(Projected::EPSG_NTF_PARIS_LAMBERT_ZONE_II),
Expand Down Expand Up @@ -136093,7 +136093,7 @@ to Hartebeesthoek94 (Geographic2D)

"| Name: Hartebeesthoek94 to WGS 84 (1)
| Code: ``urn:ogc:def:coordinateOperation:EPSG::1505``
| Extent: Africa - South Africa, Lesotho and Eswatini.",".. code-block:: php
| Extent: Africa - South Africa, Lesotho and Eswatini",".. code-block:: php

$point->geocentricTranslation(
to: Geographic2D::fromSRID(Geographic2D::EPSG_HARTEBEESTHOEK94),
Expand Down
4 changes: 2 additions & 2 deletions docs/reflection/coordinateoperation/projected.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86335,7 +86335,7 @@ to NTF (Paris) (Geographic2D)

"| Name: Lambert Centre France
| Code: ``urn:ogc:def:coordinateOperation:EPSG::18092``
| Extent: France - mainland 45.45°N to 48.15°N. Also all mainland.",".. code-block:: php
| Extent: France - mainland 45.45°N to 48.15°N. Also all mainland",".. code-block:: php

$point->lambertConicConformal1SP(
to: Geographic2D::fromSRID(Geographic2D::EPSG_NTF_PARIS),
Expand Down Expand Up @@ -86460,7 +86460,7 @@ to NTF (Paris) (Geographic2D)

"| Name: Lambert zone II
| Code: ``urn:ogc:def:coordinateOperation:EPSG::18082``
| Extent: France - mainland 45.45°N to 48.15°N. Also all mainland.",".. code-block:: php
| Extent: France - mainland 45.45°N to 48.15°N. Also all mainland",".. code-block:: php

$point->lambertConicConformal1SP(
to: Geographic2D::fromSRID(Geographic2D::EPSG_NTF_PARIS),
Expand Down
Loading

0 comments on commit 925bcc8

Please sign in to comment.