kopia lustrzana https://github.com/JOSM/MapWithAI
Make Microsoft lowercase to match source attributes from MapWithAI
Signed-off-by: Taylor Smock <taylor.smock@kaart.com>pull/1/head
rodzic
43e3e21c67
commit
114920c8ee
|
@ -94,7 +94,7 @@ public class GetDataRunnable extends RecursiveTask<DataSet> {
|
||||||
|
|
||||||
synchronized (LOCK) {
|
synchronized (LOCK) {
|
||||||
/* Microsoft buildings don't have a source, so we add one */
|
/* Microsoft buildings don't have a source, so we add one */
|
||||||
MapWithAIDataUtils.addSourceTags(dataSet, "building", "Microsoft");
|
MapWithAIDataUtils.addSourceTags(dataSet, "building", "microsoft");
|
||||||
replaceTags(dataSet);
|
replaceTags(dataSet);
|
||||||
removeCommonTags(dataSet);
|
removeCommonTags(dataSet);
|
||||||
mergeNodes(dataSet);
|
mergeNodes(dataSet);
|
||||||
|
|
Ładowanie…
Reference in New Issue