Code Monkey home page Code Monkey logo

piclayer's Introduction

JOSM PicLayer-Plugin

Java CI license: GPL-2.0 latest release

ย  A JOSM plugin to load and transform pictures on a separate layer.
Use it wisely - do not copy from copyrighted maps. Use "help" option to get a short tutorial.

Documentation

โ†’ How to use the plugin

Contributing

Want to contribute to this repository? Have a look at the contribution guidelines!

Installation

If you want to use the plugin or work with the source code, have a look at INSTALL.md for installation instructions.

Authors

Tomasz Stelmach
Email: [email protected]
WWW: http://www.stelmach-online.net/

piclayer's People

Contributors

don-vip avatar floscher avatar rebeccasc avatar simon04 avatar stoecker avatar tsmock avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

floscher

piclayer's Issues

Relative file path in JOSM session file

In a session.jos file, the other layers can be specified by paths relative to the session file:

<?xml version="1.0" encoding="utf-8"?>
<josm-session version="0.1">
    <layers active="1">
        <layer index="1" name="data_layer.osm" type="osm-data" version="0.1" visible="true">
            <file>./data.osm</file>
        </layer>
        <layer index="2" name="google_contours.osm" type="osm-data" version="0.1" visible="true">
            <file>./contours.osm</file>
        </layer>
    </layers>
</josm-session>

However, if I try to include a pic layer using a relative path:

<layer index="3" name="p69_001.png" type="piclayerImage" version="0.1" visible="true">
    <piclayerImage>
        <file>./my_pic.png</file>
        <thumbnail>false</thumbnail>
    </piclayerImage>
</layer>

I get an error:
image

The only way to get the image to load is by using a full absolute path. This ruins the portability of a session file that would otherwise work across different machines.

Fix build.grade

@don-vip Gradle cannot find josmNexus(). I'm not quite familiar with gradle, do you know why this error occurs?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.