Index: trunk/extensions/GeoData/ApiQueryCoordinates.php |
— | — | @@ -86,7 +86,7 @@ |
87 | 87 | ApiBase::PARAM_TYPE => 'string', |
88 | 88 | ), |
89 | 89 | 'prop' => array( |
90 | | - ApiBase::PARAM_TYPE => array( 'type', 'name', 'country', 'region' ), |
| 90 | + ApiBase::PARAM_TYPE => array( 'type', 'name', 'dim', 'country', 'region' ), |
91 | 91 | ApiBase::PARAM_DFLT => '', |
92 | 92 | ApiBase::PARAM_ISMULTI => true, |
93 | 93 | ), |