-
Notifications
You must be signed in to change notification settings - Fork 123
100.6.0 #400
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
Conversation
Merge branch 'master' into dev
Merge pull request master into dev (following sketch on map sample implementation)
Merge branch "master" into "dev"
Merge master into dev following FeatureCollectionLayerQuery implementation
Update README to alert Java 11 users to potential exceptions which may occur when running the project. Providing a suggested workaround from the OpenJavaFX docs.
Update README.md
* update RAEDME.metadata.json * update tags in README.metadata.json
* patch-closest-facility-static-readme (#363) * delete sample calculate distance 3D (#365) * Patch/ClosestFacilityStatic- Edit readme 'how to use' (#364) * patch oAuth sample custom challengehandler (#366) * implement fix for javafx webengine * formatting * add fix for create and save map sample * markdown to html formatting * corrects WKID to 4326 (#389) * corrects WKID to 4326 * use SpatialReferences.getWgs84 * move local data download logic to settings.gradle * move data download logic to settings.gradle * fix data paths
* update DictionarySymbolStyle constructor * update README.md and comments * update Item ID * update constructor in remaining samples * update README.md, README.metadata.json * optimise imports * update xml files to remove control points * get Mil2525d xml from AGOL where applicable * remove xml in resources * move data download to settings.gradle, fix paths
* initial commit * working sample * refactoring * refactoring, comments * copyright statement in Launcher class * data download to settings.gradle * change expiration display to static date, CSS edits * update screenshot * expiration message to sentence case * fix settings.gradle. Again. * plement review suggestions * formatting * update README.metadata.json * comments
* show scale in label * load mmpk * add checkboxes with labels * activate checkboxes, change checkbox text color dynamically * update label color * fix checkboxes, comments * optimise imports, copyright comment * labels and screenshot * update screenshot * update runtime build, update README.md * mmpk to class member * formatting and comments * javadoc comments * restore show_callout files * move downloading of sample data to settings.gradle * fix package naming * move scale label to control panel, check mmpk contains maps * fix checkbox text colours * UI fixes and label colouring * data download in settings.gradle * update README.md * update screenshot for UI changes * fix settings.gradle * fix settings.gradle * formatting * README.metadata.json redirect url to blank string * update README.md
I think I'm not too worried about including them because they are mostly all the same and I think git would deduplicate them. |
Just noticed that 'eclipse_proj.png' and 'intellij_proj.png' aren't representative any more following the split structure. |
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 noticed a small formatting change to be made, other than that looks good I think. @tschie , we were discussing adding in the Javadoc to each build.gradle. I think it would make sense to add that in now, what do you think?
plugins {
id 'application'
id 'org.openjfx.javafxplugin' version '0.0.5'
id 'idea'
id 'eclipse'
}
idea.module.downloadJavadoc = true
eclipse.classpath.downloadJavadoc = true
README.md
Outdated
1. Click *Import Projects* from the Welcome Screen or select *File > New > Project from Existing Sources*. | ||
2. In the select path dialog, select the `build.gradle` file in the `arcgis-runtime-samples-java` directory. Click *OK* after specifying the `build.gradle` file. | ||
3. Click *OK* at the next dialog to complete the import. | ||
first time you call the `run` task. To refresh the data, you can run the `clean` and `unpackData` tasks. |
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.
minor thing, looks like the continuation of this sentence has jumped onto a new line
@Rachael-E This close to the release, I'd prefer not to add those plugins. We can certainly do it right after the release though. |
updated samples and new samples for version 100.6.0
100.6.0
branch look and behave correctly.