├── .gitignore ├── README.md ├── hacks ├── jsconsole.patch ├── mapselector.patch ├── osm.patch ├── streetview.patch └── tiltmap.patch ├── images ├── Budget.PNG ├── GeocodingMap.PNG ├── JavaScriptConsole.PNG ├── KeyRestrictions1.PNG ├── KeyRestrictions2.PNG ├── MapSelector.jpg ├── OpenStreetMapStyle.PNG ├── ResourceHackerReplace.PNG ├── ResourceHackerSave.PNG ├── StreetView.jpg └── TiltMap.jpg ├── notes.md ├── patchluastr-win10.zip └── patchluastr.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astuder/lightroom-map-fix/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astuder/lightroom-map-fix/HEAD/README.md -------------------------------------------------------------------------------- /hacks/jsconsole.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astuder/lightroom-map-fix/HEAD/hacks/jsconsole.patch -------------------------------------------------------------------------------- /hacks/mapselector.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astuder/lightroom-map-fix/HEAD/hacks/mapselector.patch -------------------------------------------------------------------------------- /hacks/osm.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astuder/lightroom-map-fix/HEAD/hacks/osm.patch -------------------------------------------------------------------------------- /hacks/streetview.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astuder/lightroom-map-fix/HEAD/hacks/streetview.patch -------------------------------------------------------------------------------- /hacks/tiltmap.patch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astuder/lightroom-map-fix/HEAD/hacks/tiltmap.patch -------------------------------------------------------------------------------- /images/Budget.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astuder/lightroom-map-fix/HEAD/images/Budget.PNG -------------------------------------------------------------------------------- /images/GeocodingMap.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astuder/lightroom-map-fix/HEAD/images/GeocodingMap.PNG -------------------------------------------------------------------------------- /images/JavaScriptConsole.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astuder/lightroom-map-fix/HEAD/images/JavaScriptConsole.PNG -------------------------------------------------------------------------------- /images/KeyRestrictions1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astuder/lightroom-map-fix/HEAD/images/KeyRestrictions1.PNG -------------------------------------------------------------------------------- /images/KeyRestrictions2.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astuder/lightroom-map-fix/HEAD/images/KeyRestrictions2.PNG -------------------------------------------------------------------------------- /images/MapSelector.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astuder/lightroom-map-fix/HEAD/images/MapSelector.jpg -------------------------------------------------------------------------------- /images/OpenStreetMapStyle.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astuder/lightroom-map-fix/HEAD/images/OpenStreetMapStyle.PNG -------------------------------------------------------------------------------- /images/ResourceHackerReplace.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astuder/lightroom-map-fix/HEAD/images/ResourceHackerReplace.PNG -------------------------------------------------------------------------------- /images/ResourceHackerSave.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astuder/lightroom-map-fix/HEAD/images/ResourceHackerSave.PNG -------------------------------------------------------------------------------- /images/StreetView.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astuder/lightroom-map-fix/HEAD/images/StreetView.jpg -------------------------------------------------------------------------------- /images/TiltMap.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astuder/lightroom-map-fix/HEAD/images/TiltMap.jpg -------------------------------------------------------------------------------- /notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astuder/lightroom-map-fix/HEAD/notes.md -------------------------------------------------------------------------------- /patchluastr-win10.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astuder/lightroom-map-fix/HEAD/patchluastr-win10.zip -------------------------------------------------------------------------------- /patchluastr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/astuder/lightroom-map-fix/HEAD/patchluastr.py --------------------------------------------------------------------------------