academe / proj4php

PHP5.3 port of jsor/proj4php with namespaces

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

call Mgrs::forward leads to the crash of the laravel application

odyswise opened this issue · comments

Hello!
I have installed version by composer (0.6.1).

Calling Mgrs :: forward results in an error in Laravel:
Academic \ Proj4Php \ Mgrs \ Mgrs :: getLetter100kId () should not be called \ academe \ proj4php \ src \ Mgrs \ Mgrs.php at the line # 253

code changes from

protected function getLetter100kId ($ column, $ row, $ parm) {
to

protected statics function getLetter100kId ($ column, $ row, $ parm) {

solves this problem.