VMV: Update API base.

This commit is contained in:
Andreas Schildbach 2015-05-23 10:25:36 +02:00
parent 8bbeb6ad75
commit 12fd51a483

View file

@ -28,9 +28,10 @@ import de.schildbach.pte.dto.Style.Shape;
*/
public class VmvProvider extends AbstractEfaProvider
{
private static final String API_BASE = "http://80.146.180.107/delfi/";
private static final String API_BASE = "http://80.146.180.107/vmv2/";
// http://80.146.180.107/vmv/
// http://80.146.180.107/delfi/
public VmvProvider()
{