Skip to content

Commit

Permalink
correct
Browse files Browse the repository at this point in the history
  • Loading branch information
pszufe committed Oct 13, 2023
1 parent 98c8c76 commit e650df6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/poi.jl
Original file line number Diff line number Diff line change
Expand Up @@ -31,19 +31,22 @@ end
Default group for AttractivenessMetaPOI which is `a.group`.
"""
get_attractiveness_group(a::AttractivenessMetaPOI) =
get_attractiveness_group(a::AttractivenessMetaPOI) = a.group

"""
get_attractiveness_range(a::AttractivenessMetaPOI)
Default range for AttractivenessMetaPOI whic is the `a.range`.
"""
get_attractiveness_range(a::AttractivenessMetaPOI) = a.range

"""
get_attractiveness_group(a::NoneMetaPOI)
Default group for NoneMetaPOI (`NoneMetaPOI`).
"""
get_attractiveness_group(a::NoneMetaPOI) = :NoneMetaPOI

"""
get_attractiveness_range(a::MetaPOI)
You can create own subtypes of `MetaPOI` but than range needs to be provided.
Expand Down

4 comments on commit e650df6

@pszufe
Copy link
Owner Author

@pszufe pszufe commented on e650df6 Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@pszufe
Copy link
Owner Author

@pszufe pszufe commented on e650df6 Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@pszufe
Copy link
Owner Author

@pszufe pszufe commented on e650df6 Oct 13, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register()

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/93341

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.1.0 -m "<description of version>" e650df617d13da19faa66688d4b6c029d0af899b
git push origin v0.1.0

Please sign in to comment.