Skip to content
This repository was archived by the owner on May 27, 2021. It is now read-only.

Commit 15490bf

Browse files
authored
Remove placename from wrapper (#127)
1 parent 43db851 commit 15490bf

File tree

3 files changed

+0
-50
lines changed

3 files changed

+0
-50
lines changed

src/Maps4News.js

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ import {
6262
Notification,
6363
Organisation,
6464
Permission,
65-
PlaceName,
6665
Role,
6766
Svg,
6867
SvgSet,
@@ -535,15 +534,6 @@ export default class Maps4News extends mix(null, Injectable) {
535534
return this.static(Role);
536535
}
537536

538-
/**
539-
* PlaceName accessor
540-
* @see {@link PlaceName}
541-
* @returns {ResourceProxy} - A proxy for accessing the resource
542-
*/
543-
get placeNames () {
544-
return this.static(PlaceName);
545-
}
546-
547537
/**
548538
* Svg accessor
549539
* @see {@link Svg}

src/resources/PlaceName.js

Lines changed: 0 additions & 39 deletions
This file was deleted.

src/resources/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ export MapstyleSet from './MapstyleSet';
5555
export Notification from './Notification';
5656
export Organisation from './Organisation';
5757
export Permission from './Permission';
58-
export PlaceName from './PlaceName';
5958
export Role from './Role';
6059
export Svg from './Svg';
6160
export SvgSet from './SvgSet';

0 commit comments

Comments
 (0)