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

area type #212

Open
todo bot opened this issue Aug 1, 2019 · 0 comments
Open

area type #212

todo bot opened this issue Aug 1, 2019 · 0 comments

Comments

@todo
Copy link

todo bot commented Aug 1, 2019

//TODO: area type
private void convertZones(DataSet dataSet, DataContainer dataContainer) {
for (Zone siloZone : dataContainer.getGeoData().getZones().values()) {
MitoZone zone = new MitoZone(siloZone.getZoneId(), AreaTypes.SGType.CORE_CITY);
zone.setShapeFeature(siloZone.getZoneFeature());
dataSet.addZone(zone);


This issue was generated by todo based on a TODO comment in 5f1c464 when #211 was merged. cc @msmobility.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant