-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Issue 9275 - GeoJsonDataSource process
method
#9276
Conversation
Thanks for the pull request @thw0rted!
Reviewers, don't forget to make sure that:
|
About half of this PR is fixes for unspecified or inconsistent JSDoc -- if I need to break that out separately I can, but since I was already touching the code in question I figured it wouldn't hurt. |
Thanks again for your contribution @thw0rted! No one has commented on this pull request in 30 days. Maintainers, can you review, merge or close to keep things tidy? I'm going to re-bump this in 30 days. If you'd like me to stop, just comment with |
Thanks for the PR @thw0rted. Sorry we haven't had a chance to review this yet. I skimmed through the changes and they look fine. I'll try to make time to give this a thorough review soon. |
Thanks again for your contribution @thw0rted! No one has commented on this pull request in 30 days. Maintainers, can you review, merge or close to keep things tidy? I'm going to re-bump this in 30 days. If you'd like me to stop, just comment with |
Thanks again for your contribution @thw0rted! No one has commented on this pull request in 90 days. Maintainers, can you review, merge or close to keep things tidy? I'm going to re-bump this in 90 days. If you'd like me to stop, just comment with |
2 similar comments
Thanks again for your contribution @thw0rted! No one has commented on this pull request in 90 days. Maintainers, can you review, merge or close to keep things tidy? I'm going to re-bump this in 90 days. If you'd like me to stop, just comment with |
Thanks again for your contribution @thw0rted! No one has commented on this pull request in 90 days. Maintainers, can you review, merge or close to keep things tidy? I'm going to re-bump this in 90 days. If you'd like me to stop, just comment with |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution @thw0rted. This PR looks mostly in good shape. A few minor changes will get it over the finish line.
Oh wow, I totally forgot about this -- I'll have to dig through my notes and try to remember why I needed this 😁 I hope it's OK that I rebased with force-push rather than a merge commit, that's how I usually work locally. Re: vscode files, I noticed that gitignore already has entries for WebStorm, would it make sense to add one for Also also: I have no idea how out of date #8903 is but while I have your attention, maybe somebody could take a look? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just revisiting this PR, seems like it's close to a merge, but needs an update pass. Also, there are some unrelated changes here in the form of TypeScript changes but it would be preferred if they can be put in a dedicated PR like #8903. The gulpfile.cjs
change is probably ok.
16c9a02
to
9c75ae1
Compare
I've merged the latest from |
FYI I went ahead and updated #8903 as well, since you're looking at this. There are a bunch of what turned out to be trivial fixes due to the |
I'm confused, it looks like |
@thw0rted Good catch. I deleted it because in But now, looking at the PR diff, it's deleting it inside |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using this Sandcastle, I confirmed that this was working as expected with two GeoJSONs loading, first with load
, then with process
.
Thanks again @thw0rted!
#9275