Coder Social home page Coder Social logo

openstreetmap / osmembrane Goto Github PK

View Code? Open in Web Editor NEW
42.0 13.0 12.0 9.81 MB

OSMembrane is a GUI front-end for “Osmosis” used by the OpenStreetMap project.

Home Page: http://osmembrane.de

License: GNU General Public License v3.0

Makefile 0.01% Java 100.00%

osmembrane's Introduction

OSMembrane - The GUI for osmosis Build Status

OSMembrane is a frontend to the Osmosis data processing tool. It helps by grouping tasks in functions and shows a visual representation of the pipeline. Additionally, it features a bounding box chooser and an AutoComplete list of key/key.value lists imported from JOSM.

screenshot

Install the current version

A build of a recent version is always available on GitHub, you can download it here.

Java 10 is required to run OSMembrane (OpenJDK works fine). Depending on the operating system you can just double click the downloaded JAR file or run it on the command line with java -jar OSMembrane.jar.

A quick tutorial on how to use OSMembrane you can find here.

Building the application

The repository contains all necessary files to build the application from scratch by running Gradle. To actually build the application simply run the Makefile. Windows users can use the gradlew.bat.

# Build the application
~ $ make build

The resulting jar is located in the build/libs folder.

Credits

OSMembrane was developed by Christian Endres, Jakob Jarosch and Tobias Kuhn during a practical student project at the University of Stuttgart which was supervised by Igor Podolskiy.

osmembrane's People

Contributors

endrescn avatar foxylion avatar harry-wood avatar samisnunu avatar xcq1 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

osmembrane's Issues

github repo description OpenStreetMap

nice easy one:
In the github repo description, you should change "Open Street Map" to be OpenStreetMap (all one word) This is the way the community has mostly settled on as the preferred way of writing it.

Build error OpenJDK 10

Hi, I tried building on current Debian testing by just typing make. I got the following error:

[ERROR] /mnt/Knolselderij/johannes/Code/AutoGraph/osmembrane/src/main/java/de/osmembrane/view/components/JRowTable.java:[77,9] no suitable constructor found for JTable(java.util.Vector<capture#1 of ?>,java.util.Vector<capture#2 of ?>)
[ERROR]     constructor javax.swing.JTable.JTable(javax.swing.table.TableModel,javax.swing.table.TableColumnModel) is not applicable
[ERROR]       (argument mismatch; java.util.Vector<capture#1 of ?> cannot be converted to javax.swing.table.TableModel)
[ERROR]     constructor javax.swing.JTable.JTable(int,int) is not applicable
[ERROR]       (argument mismatch; java.util.Vector<capture#1 of ?> cannot be converted to int)
[ERROR]     constructor javax.swing.JTable.JTable(java.util.Vector<? extends java.util.Vector>,java.util.Vector<?>) is not applicable
[ERROR]       (argument mismatch; java.util.Vector<capture#1 of ?> cannot be converted to java.util.Vector<? extends java.util.Vector>)
[ERROR]     constructor javax.swing.JTable.JTable(java.lang.Object[][],java.lang.Object[]) is not applicable
[ERROR]       (argument mismatch; java.util.Vector<capture#1 of ?> cannot be converted to java.lang.Object[][])
[ERROR] 
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException

OSMembrane supporting Osmosis 0.45

Hi,
OSMembrane is really an impressive work, easy and very helpful.
However, are you guys planning to upgrade the code to support the latest version of Osmosis 0.45 ?

Sami

Runtime error on OpenJDK 10

Hi, running the latest available JAR file (version 1.1.0) I get a runtime error:

$ java -jar OSMembrane.jar
libpng warning: iCCP: known incorrect sRGB profile
Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
	at java.base/java.lang.Class.getDeclaredConstructors0(Native Method)
	at java.base/java.lang.Class.privateGetDeclaredConstructors(Class.java:3090)
	at java.base/java.lang.Class.getConstructor0(Class.java:3295)
	at java.base/java.lang.Class.newInstance(Class.java:532)
	at de.osmembrane.model.persistence.PersistenceFactory.getPersistence(PersistenceFactory.java:63)
	at de.osmembrane.model.pipeline.FunctionPrototype.initiate(FunctionPrototype.java:62)
	at de.osmembrane.Application.createModels(Application.java:120)
	at de.osmembrane.Main.main(Main.java:42)
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.JAXBException
	at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:582)
	at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:190)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:499)
	... 8 more
$ java --version
openjdk 10.0.1 2018-04-17
OpenJDK Runtime Environment (build 10.0.1+10-Debian-4)
OpenJDK 64-Bit Server VM (build 10.0.1+10-Debian-4, mixed mode)

EC parameters error on running make build

Hi , I ran into trouble running make build (apologies if this is some obvious java error, I have little experience with java):

jeremyr@dap-jupyter01:~/osm/osmembrane$ sudo make build
./gradlew build
Downloading https://services.gradle.org/distributions/gradle-4.8-bin.zip

Exception in thread "main" javax.net.ssl.SSLException: java.security.ProviderException: java.security.InvalidKeyException: EC parameters error
	at sun.security.ssl.Alerts.getSSLException(Alerts.java:208)
	at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1896)
	at sun.security.ssl.SSLSocketImpl.fatal(SSLSocketImpl.java:1854)
	at sun.security.ssl.SSLSocketImpl.handleException(SSLSocketImpl.java:1837)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1358)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1335)
	at sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:559)
	at sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)
	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1366)
	at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:263)
	at org.gradle.wrapper.Download.downloadInternal(Download.java:66)
	at org.gradle.wrapper.Download.download(Download.java:51)
	at org.gradle.wrapper.Install$1.call(Install.java:62)
	at org.gradle.wrapper.Install$1.call(Install.java:48)
	at org.gradle.wrapper.ExclusiveFileAccessManager.access(ExclusiveFileAccessManager.java:69)
	at org.gradle.wrapper.Install.createDist(Install.java:48)
	at org.gradle.wrapper.WrapperExecutor.execute(WrapperExecutor.java:107)
	at org.gradle.wrapper.GradleWrapperMain.main(GradleWrapperMain.java:61)
Caused by: java.security.ProviderException: java.security.InvalidKeyException: EC parameters error
	at sun.security.pkcs11.P11Key$P11ECPublicKey.getEncodedInternal(P11Key.java:1024)
	at sun.security.pkcs11.P11Key.equals(P11Key.java:158)
	at java.util.ArrayList.indexOf(ArrayList.java:303)
	at java.util.ArrayList.contains(ArrayList.java:286)
	at sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:249)
	at sun.security.validator.Validator.validate(Validator.java:262)
	at sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:326)
	at sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:231)
	at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:126)
	at sun.security.ssl.ClientHandshaker.serverCertificate(ClientHandshaker.java:1584)
	at sun.security.ssl.ClientHandshaker.processMessage(ClientHandshaker.java:220)
	at sun.security.ssl.Handshaker.processLoop(Handshaker.java:972)
	at sun.security.ssl.Handshaker.process_record(Handshaker.java:901)
	at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1025)
	at sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1324)
	at sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1351)
	... 13 more
Caused by: java.security.InvalidKeyException: EC parameters error
	at sun.security.ec.ECParameters.getAlgorithmParameters(ECParameters.java:284)
	at sun.security.ec.ECPublicKeyImpl.<init>(ECPublicKeyImpl.java:59)
	at sun.security.pkcs11.P11Key$P11ECPublicKey.getEncodedInternal(P11Key.java:1021)
	... 28 more
Caused by: java.security.NoSuchProviderException: no such provider: SunEC
	at sun.security.jca.GetInstance.getService(GetInstance.java:83)
	at sun.security.jca.GetInstance.getInstance(GetInstance.java:206)
	at java.security.Security.getImpl(Security.java:697)
	at java.security.AlgorithmParameters.getInstance(AlgorithmParameters.java:199)
	at sun.security.ec.ECParameters.getAlgorithmParameters(ECParameters.java:279)
	... 30 more
Makefile:5: recipe for target 'build' failed
make: *** [build] Error 1

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.