-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Standalone Map Slicing Tool #4
Comments
Kepler standard or EE edition? |
I believe it doesn't matter. You need to build the plugin from sources. Checkout mappwidget, import slicing tool into Eclipse and run it as an Eclipse application. |
I solved it. Begin to try. |
I now have a question. Class MapObject's constructor (that has parameter x, y). When I want to use geographic coordinates in map, how do these two parameters work? MapObject poi = new MapObject(objId, poiIcon, new Point(0, 0), I Solved it now. |
Basically you can create MapObject with some initial zero coordinates (in pixels) and then use moveTo method to move it around using geographical coordinates. But please note, that map has to be calibrated for this to work. |
I believe yes, you can use only one MapObject in layer. On Tue, Mar 10, 2015 at 8:58 AM, Nicholas Ni notifications@github.com
phone:+44 (0) 20 7193 4928, ext. 719 web: http://www.s http://www.lemberg.co.uk/martatoms.com |
On Tue, Mar 10, 2015 at 12:11 PM, Dmytro Baryskyy <
phone:+44 (0) 20 7193 4928, ext. 719 web: http://www.s http://www.lemberg.co.uk/martatoms.com |
OK |
How can I draw lines between points. |
Is there snippet to study? |
The plan is to create different kind of figures to draw, like lines, Hope it helps On Tue, Mar 10, 2015 at 1:10 PM, Nicholas Ni notifications@github.com
phone:+44 (0) 20 7193 4928, ext. 719 web: http://www.s http://www.lemberg.co.uk/martatoms.com |
Where's the attachment? I do not find it. |
Oops, sent it to your e-mail. Looks like if reply via e-mail attachments get lost.
|
Appreciate you support! Now I draw poly-line on the map. |
Can the mappwidget have the rotate function? |
1 similar comment
Can the mappwidget have the rotate function? |
hi.please how should the map source looks like.i saved an .png image of a map but can not see it from slicingtool filechooser.thks |
Currently slicing tool implemented in form of Eclipse Kepler plugin. For Android Studio users it would be great if it was a standalone java GUI app (basically with the same UI as the plugin).
The text was updated successfully, but these errors were encountered: