Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

typo in MapInfoDataset #2

Open
zkytony opened this issue Jun 2, 2022 · 0 comments
Open

typo in MapInfoDataset #2

zkytony opened this issue Jun 2, 2022 · 0 comments

Comments

@zkytony
Copy link
Contributor

zkytony commented Jun 2, 2022

Noting a minor issue. In a script in the dataset SL_OSM_Dataset/mapinfo/map_info_dataset.py, the class MapInfoDataset has a visualize function in which

        center = mapinfo.center_of_mass(landmark_symbol, map_name)

should be

        center = self.center_of_mass(landmark_symbol, map_name)

This function wasn't used anywhere else than in the map_info_dataset.py itself for testing (and because mapinfo object was created in __main__, it didn't throw an exception when running map_info_dataset.py).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant