Re: Compile problem: package com.sun.javafx.application does not exist

2017-07-18 Thread Vincent Privat
See https://josm.openstreetmap.de/ticket/2089#comment:16 Fedora just added support for openjfx, 2.5 years after Debian. For OpenSUSE, no fresh news apart Java developers complaining about lack of support. 2017-07-18 13:49 GMT+02:00 Eric Ladner : > On Tue, Jul 18, 2017 at

Re: Compile problem: package com.sun.javafx.application does not exist

2017-07-18 Thread Eric Ladner
On Tue, Jul 18, 2017 at 3:47 AM Dirk Stöcker wrote: > On Mon, 17 Jul 2017, Holger Mappt wrote: > > > Thank you for the package name. For openSUSE it is java-openjfx. I was > > searching for javafx before, but that results in netbeans-javafx, which > is > > not the

Re: [OSM-dev] Increase Zoom Level of OSM server

2017-07-18 Thread Andy Townsend
On 18/07/2017 09:24, amisha budhiraja wrote: Hi all, I want to increase the zoom level of my own OSM server to more than 20. https://github.com/SomeoneElseOSM/mod_tile/tree/zoom should do what you want, up to zoom 28. See the links from

Re: [OSM-dev] Increase Zoom Level of OSM server

2017-07-18 Thread Daniel Koć
MAX_ZOOM is defined here, you can see if changing it really works: https://github.com/openstreetmap/mod_tile/blob/master/includes/render_config.h#L4 Maybe you could try Tirex instead? https://wiki.openstreetmap.org/wiki/Tirex https://github.com/geofabrik/tirex W dniu 18.07.2017 o 10:24,

Currently open Relation Editor

2017-07-18 Thread Giacomo Servadei
Hi all, I would like to be able, at any given time, to know the list of the currently open relation editors and possibly also the last one that got the focus. Is there something already implemented in JOSM or should I do it myself by keeping track of all the opened and closed window AWT events?

[OSM-dev] Increase Zoom Level of OSM server

2017-07-18 Thread amisha budhiraja
Hi all, I want to increase the zoom level of my own OSM server to more than 20. If I set the value of the variable MAXZOOM in renderd.conf file to more than 20. Then, on running the following command it gives me error. $ renderd -f -c /usr/local/etc/renderd.conf Specified max zoom (21) is to

Re: Compile problem: package com.sun.javafx.application does not exist

2017-07-18 Thread Dirk Stöcker
On Mon, 17 Jul 2017, Holger Mappt wrote: Thank you for the package name. For openSUSE it is java-openjfx. I was searching for javafx before, but that results in netbeans-javafx, which is not the right thing. I'm able to compile now. Which RPM did you install? Ciao --