Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 631 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 631 Bytes

wlw-locate-kml

output WLW map's KML file.

usage

go run main.go

for diff

  • 新規出店・退店店舗のみを抜き出す
diff result-before.kml result-after.kml \
--ignore-matching-lines=".*name.*" \
--ignore-matching-lines=".*description.*" \
--ignore-matching-lines=".*coordinates.*" \
--ignore-matching-lines ".*ランキング.*" \
--ignore-matching-lines ".*styleUrl.*" \
-U 0 > frequent.diff

TODO

  • Refactoring
  • UnitTest

ENJOY 🍖🍖🍖