Reply To: Add pois via javascript

Home Forums MapPress Support Add pois via javascript Reply To: Add pois via javascript

#18079
nbdr
Participant

    Ok, changing the center is easy enough:

    mapp0.center.lat = xxxx;
    mapp0.center.lng = xxxx;
    mapp0.recenter();

    Now to play with mashups some more…