Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: b47f2962d10caccb38123c036e4f7ecf7bcd2388
https://github.com/phpmyadmin/shapefile/commit/b47f2962d10caccb38123c036e4f…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-06-14 (Tue, 14 Jun 2016)
Changed paths:
M src/ShapeFile.php
M src/ShapeRecord.php
Log Message:
-----------
Define visibility for class attributes
This is just an educated guess, so some might be wrong.
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: e8736e808637a80668403c48a8cc34081296840d
https://github.com/phpmyadmin/shapefile/commit/e8736e808637a80668403c48a8cc…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-06-14 (Tue, 14 Jun 2016)
Changed paths:
M examples/create_shapefile.php
M examples/read_point.php
M examples/read_polygon.php
Log Message:
-----------
Fix use clauses
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: de2f31338892ed2c129dca44b3fd72fb9c503007
https://github.com/phpmyadmin/shapefile/commit/de2f31338892ed2c129dca44b3fd…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-06-14 (Tue, 14 Jun 2016)
Changed paths:
M examples/create_shapefile.php
M examples/read_point.php
M examples/read_polygon.php
R src/ShapeFile.lib.php
A src/ShapeFile.php
A src/ShapeRecord.php
A src/Util.php
Log Message:
-----------
Split code based on classes
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: dce0c65b0126ac85289c48c9ab5770ce810862d1
https://github.com/phpmyadmin/shapefile/commit/dce0c65b0126ac85289c48c9ab57…
Author: Johannes Vockeroth <vockeroth(a)nextbike.net>
Date: 2016-06-14 (Tue, 14 Jun 2016)
Changed paths:
M src/ShapeFile.lib.php
Log Message:
-----------
Fixed part array index: An array of length NumParts. Stores, for each PolyLine, the index of its first point in the points array. Array indexes are with respect to 0.
Signed-off-by: Johannes Vockeroth <vockeroth(a)nextbike.net>
Commit: 99113d8bf0e249e0b0fc6a1e2843a8dfe83e9206
https://github.com/phpmyadmin/shapefile/commit/99113d8bf0e249e0b0fc6a1e2843…
Author: Johannes Vockeroth <vockeroth(a)nextbike.net>
Date: 2016-06-14 (Tue, 14 Jun 2016)
Changed paths:
M src/ShapeFile.lib.php
Log Message:
-----------
added automatic expansion of file bounding box
Signed-off-by: Johannes Vockeroth <vockeroth(a)nextbike.net>
Commit: 001830f7ee8bbbc5a2b1a9f22f0da66ddbf4b817
https://github.com/phpmyadmin/shapefile/commit/001830f7ee8bbbc5a2b1a9f22f0d…
Author: Johannes Vockeroth <vockeroth(a)nextbike.net>
Date: 2016-06-14 (Tue, 14 Jun 2016)
Changed paths:
M src/ShapeFile.lib.php
Log Message:
-----------
added support for M and Z coordinates, removed access to undefined Array indexes
Signed-off-by: Johannes Vockeroth <vockeroth(a)nextbike.net>
Compare: https://github.com/phpmyadmin/shapefile/compare/a99ae2a0c020...001830f7ee8b
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/shapefile
Commit: a317e8bc5a42173cc7715f817b9e868e9694ebd6
https://github.com/phpmyadmin/shapefile/commit/a317e8bc5a42173cc7715f817b9e…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-06-14 (Tue, 14 Jun 2016)
Changed paths:
M composer.json
Log Message:
-----------
Add some more keywords
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 06f3d8aa28ecf5c6126f52fa95a2f849eb50f758
https://github.com/phpmyadmin/shapefile/commit/06f3d8aa28ecf5c6126f52fa95a2…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-06-14 (Tue, 14 Jun 2016)
Changed paths:
M composer.json
Log Message:
-----------
Raise phpunit dependency
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 09ba2e881f90d151b1f9b750b7eba6278c05f035
https://github.com/phpmyadmin/shapefile/commit/09ba2e881f90d151b1f9b750b7eb…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-06-14 (Tue, 14 Jun 2016)
Changed paths:
A tests/bootstrap.php
Log Message:
-----------
Add test bootstrap
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 7d8b94a7b47a498b976a0de39d6a42be39ca4611
https://github.com/phpmyadmin/shapefile/commit/7d8b94a7b47a498b976a0de39d6a…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-06-14 (Tue, 14 Jun 2016)
Changed paths:
R create_shapefile.php
A examples/create_shapefile.php
A examples/index.php
A examples/read_point.php
A examples/read_polygon.php
R index.php
R read_point.php
R read_polygon.php
Log Message:
-----------
Move examples to separate folder
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Commit: 93021272aa6a0f566813a7d12f906be8eed07f10
https://github.com/phpmyadmin/shapefile/commit/93021272aa6a0f566813a7d12f90…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2016-06-14 (Tue, 14 Jun 2016)
Changed paths:
M .travis.yml
Log Message:
-----------
Run examples in travis
Signed-off-by: Michal Čihař <michal(a)cihar.com>
Compare: https://github.com/phpmyadmin/shapefile/compare/365712e003e7...93021272aa6a