Refers to a sequence of numbers used to indicate the position of an object relative to an axis. Commonly, refers to a latitude/longitude pair that indicates a geographical position.
0
votes
3answers
25 views
How to scroll to a y coordinate using jquery
How to scroll to a y coordinate using jquery without additional plugins given that you know the offset? Additionally, how do you add animation to it?
0
votes
0answers
16 views
How to add markers for 9000+ coordinates on a map efficiently? (from CSV file)
I have 9000 coordinates I need to mark on a map. Will this slow my map down and what way would you suggest I go about doing it?
The data is currently stored in a CSV file with 2 columns, latitude and ...
0
votes
1answer
10 views
I need coordinates of angles some rectangle area (like crop rectangle) on image/photo. How i can get them?
I need some activity with image cropping, but without getting crop image, just need coordinates angles of rectangle area on image which i can move and resize. How i can make this or where i can find ...
1
vote
0answers
25 views
Kinect SDK 1.7: Mapping Joint/Cursor Coordinates to screen Resolution
Unfortunately I'm still struggling a little with the new Kinect SDK 1.7.
This problem is actually in the same context as "finding events via reflection c#": the Click event (however, it is not ...
0
votes
1answer
10 views
image map coordinates ms paint for windows 7
help,
so frustrated. Brand new so sorry about this question but i can't find the answer for the life of me. I created an image map and have to find the x y coordinates for the clickable areas. The ...
2
votes
1answer
30 views
PHP - distance between two locations, approach [closed]
according to : http://sgowtham.net/ramblings/2009/08/04/php-calculating-distance-between-two-locations-given-their-gps-coordinates/
i'm gonna check distance between 2 given locations.
My dubt is ...
0
votes
0answers
20 views
st_within for entire table
Most st_within methods I see are comparing one point
I want to be able to tell if my coordinates are within many points, an entire table's worth, because I
basically like
select attributeA, ...
0
votes
1answer
32 views
How can I convert SVG coordinates (x,y) defined relatively to an element into absolute coordinates/position?
I am trying to draw a line, connecting two circles in SVG. The circles are - together with underlying rectangles encapsulated in a SVG group elements (). Those groups are positioned with the ...
0
votes
0answers
27 views
ios touches not having right coordinates
i'm writing a game for iOS and i faced now a problem; in multiplayer mode there are two bars that have to be moved by two different touches (barraGiocatore and barraComputer), the problem is i ...
1
vote
2answers
21 views
Ruby — custom #to_a automatic completion for excel-spreadsheet style alphanumeric coordinates
In ruby I know you can do ("A".."D").to_a and get #=> ["A", "B", "C", "D"], and the same with numbers.
However, I'm trying to do something like this:
("19B".."23B").to_a
#=> ["19B", "20B", ...
1
vote
0answers
45 views
XNA Making a 3D object move with the mouse
I'm making a small game in XNA. I have a camera up in the air 20 pixels on the y axis. Below it I have a grid of tiles that are 100x100. Right now what I'm trying to do is have a 3D object move with ...
-1
votes
1answer
13 views
Third point in triangle with two coordinates given
I am not good with math,and i just need someone to point me in the right direction.
Latitude Longitude
N 36° 13.488' W 095° 54.295'
N 36° 13.488' W 095° 53.805'
Assume that all three are ...
0
votes
1answer
23 views
winforms find nearest coordinates between two ellipses
I'm looking for an example that shows me how to find the nearest two points of each ellipse?
The two ellipses will not intersect each other.
How do you approach this?
0
votes
1answer
29 views
Retrieve coordinates from Tkinter Canvas
I have a plotted a set of points and embedded the plot into Tkinter canvas. What I am trying to do is retrieve the coordinates when clicked on one / more points. I was able to do it using the ...
0
votes
1answer
14 views
Move TextView according to touch coordinates in android
In my app, I show the SeekBar progress as a TextView and X coordinate of the TextView should move as user touches somewhere on the SeekBar. For that I attached OnTouchListener to that SeekBar and the ...
0
votes
2answers
49 views
Find closest element to click and style it with javascript
I have a loop that generates 200 links and places them randomly on the page. I'm trying to make the closest link change color on a document click event. So If I click white space, the closet link to ...
2
votes
3answers
39 views
input a list of 2D coordinates in python from user
The user needs to input a set of coordinates like so (0,0), (0,1), (1,1), (1,0)
The code I wrote for that looks like this:
def get_coords():
#user_input = raw_input("Enter a list of points. For ...
0
votes
0answers
15 views
XNA Touch coordinates dont want to return me a value at all
Okay so when i try to debug through my program i try to get a value back into my float variables, and when i step through my function, i do not get any values. I used the same code as i did in my ...
0
votes
1answer
26 views
Python: fixing errors: How do I make a (bullet)shell follow a path towards a certain point?
I am attempting to build a way to have a bullet fire from a turret in pygame. The pygame and the turret are irrelevant to the question, but I think some background information might help. I have ...
0
votes
0answers
8 views
Develop an android apps of Plotting coordinate (X,Y) into x-y plane in eclipse
I want to develop an android apps using eclipse and java.
I set a coordinate for example (4,6), so I want plot it to X-Y plane(Cartesian plane).
I dont have any idea how to start.
Any suggestion ...
2
votes
1answer
34 views
How to translate Canvas Points to Map Coordinates
I am drawing a shape on the map. Actually, I am using a View on a map to draw a shape.
I brought this View to front on some button click. So, map is residing back to this View.
I am able to ...
0
votes
1answer
25 views
ActionScript game window coordinates set/get
I want to write my first game on ActionScrpit 3. Now for my game I need a game window and I want to have a rectangle drawn in the game window so that its Y coordinate was 50px less than the window ...
1
vote
1answer
37 views
How to convert MGRS to decimal degrees
I am making an iPhone application. I want my app to Convert MGRS co-ordinates to Decimal Degrees.
How to do this Programatically ?
0
votes
0answers
18 views
How to get or calculate the viewport based on mulitple coordinates in Google Maps? [duplicate]
I have a list of coordinates (LatLng) which I will need to display on a (Google) map. How do I determine what the viewport should be for those coordinates?
I am looking for an easy way to do this as ...
0
votes
2answers
30 views
Orchid Tracking software - how to convert decimal values to GPS Degrees/minutes/seconds
I'm looking at a system which saves Longitude/Latitude in Integer format.
It is called Orchid tracking software.
I do not know how to convert these integer values into degrees/minutes/seconds.
I ...
-1
votes
2answers
58 views
OpenGL mouse coordinates
i have a little problem.
I have interval. 250 means 0 and 500 means 2. How i can get number between 0-2 by changing coordinates from 250 to 250.
void MouseButton(int button, int state, int x, int ...
1
vote
3answers
32 views
Show all lines in GenomicRange package output
I am working with GenomicRange R package. I have an input file like this:
dvex108056 + 87 206
dvex108056 + 87 226
dvex108056 - 101 240
dvex108056 - 104 240
dvex108056 - 59 188
dvex108056 - 68 197
...
0
votes
1answer
52 views
Is it possible to get current location every X seconds on android?
I'm developing an app that tracks the movement of public transport (buses and trams). I'm doing both, client and server side. The client requests the position of a bus from a server database and the ...
0
votes
0answers
14 views
How to draw a line between to coordinates JMapViewer without using List [duplicate]
I currently have several coordinates on a JMapViewer map. I need to draw a line between several of those coordinates.
How can I draw it without using java lists?
1
vote
1answer
33 views
Android - Get location of touch starting from 0,0
I can get the coordinates of the touch just fine from:
event.getX();
event.getY();
But I want to start from an origin point of 0,0.
So I can touch anywhere on the screen, and as I drag my finger ...
1
vote
1answer
39 views
Moving coordinates away from central point
What I am currently trying to do is expand a group of dots on my screen away from a central point. I am currently using this code (Note I have modified this code to be easier to understand):
#d_x ...
-2
votes
2answers
22 views
How to draw circle at a specified coordinates [closed]
How to draw on android phone screen at the specified coordinates binded to the other component and do not cover its component tap listener.
http://s15.postimg.org/4v13jufij/dots.png
0
votes
1answer
18 views
How to add tap listener to the displayed image and bind XY axis to the image
I would like to display an .jpg image into the screen and add Listener to this image which will can detect the location of tap on that image. I would like to bind XY axis to the image.
Example:
To ...
0
votes
1answer
32 views
ccpSub implementation for getting angle of 2 coordinates
I an trying to figure out how ccpSub is implemented. Can someone point out the code for this ?
Basically, I came across this solution for getting the angle between 2 coordinates but its using ...
0
votes
0answers
15 views
Preventing div elements from overlapping when using randomly assigned absolute coordinates
I am programming a webpage on which a list of keywords are displayed on the screen at random locations (I used the php rand(int, int) function to generate random width and height coordinates. I would ...
0
votes
2answers
26 views
Picturebox OnMouseClick coordinates relevance to the control and not the form
I have a windows form, inside it there is a PictureBox control, I populate the control with an image.
When went to the MouseDown event and was able to get the coordinates but in terms of the whole ...
0
votes
1answer
27 views
How can you round the value of Javascript x and y coordinates [duplicate]
I am displaying this variable,
var coords = 'Co-ords(' + hero.x + "," + hero.y + ')';
however when it displays it comes up like massive numbers like 294.99999999999
How can I round this down to ...
0
votes
1answer
40 views
MouseClicked event on JMapViewer
I am trying to get the coordinates whenever I click on any location on a JMapViewer map in order to place a custom icon or label on that specific location.
However when I use the event on the panel ...
0
votes
1answer
22 views
onTouchEvent, status bar and canvas - differences in coordinate systems
I have created a custom View.
Just imagine a Rect drawn at its Canvas
at x = 100, y = 100, width = 100, height = 100
in bright blue (or any color you like)
Now I switch off the statusbar -> the ...
0
votes
1answer
31 views
Display coordinates from kml
I can't for the life of me figure out how to display coordinates from a simplekml file in Google Earth. I'm using a for loop to get coords from a list as such...
for code, label, lat, lon, mm, dte:
...
0
votes
0answers
34 views
Plotting two variables [closed]
I have two different matrices that represent two different variables.
Corr=[52x52]
Distance=[52x52]
I want a scatter plot or plot(X,Y,'o') with Distance on Y and Corr on X.
But what I want is ...
0
votes
0answers
13 views
Space based on start point, fov and azimuth
so lets say that your start point is (0,0)//lng, lat
lets say that your FOV is 45, 35//h, v
and lets say that the azimuth is 60 degrees...
what space do i see and why?
the end value would look ...
0
votes
2answers
26 views
PHP GD basic rectangle offset maths
I'm completely stuck with something that i believe is relatively simple to solve:
In PHP I am drawing filled rectangles on top of an image (using GD) - I want a small gap between each of them - which ...
0
votes
1answer
38 views
Apply updated co-ordinates from parent rotation to children
In the code below, I am rotating a selection box (parent) with two children in SVG.
It works fine, however, when the parent (selection box) is removed, the children go back to their original ...
0
votes
1answer
34 views
“mouse_event” function - sending cursor to (slightly) wrong coordinates
The mouse_event function sends the cursor to slightly wrong coordinates (1-20 pixels off). The degree of how much it is "off" is based on a pattern I can't quite figure out.
Here is my code
int ...
0
votes
0answers
23 views
C++ Taking in coordinates and drawing a line between them on a 2 dimensional array?
I am trying to create an ASCII art application where users are able to draw lines on a grid. Once the user passes in coordinates in the fashion (x1, y1) - (x2,y2) (can add a comma and more coordinates ...
0
votes
1answer
63 views
Manipulating image size with css failed to keep the original y position..!
I'm using jQuery to create interactive graphic.. I have a jslider and I want to change size of images when value of the slider changes. It is actually working like this:
<script>
...
0
votes
3answers
69 views
Mapping unique points to unique integer index
I am not familiar with coordinate systems or much of the math dealing with these things at all. What I am trying to do is take a Point (x,y), and find its position in a 1 dimensional array such that ...
0
votes
1answer
44 views
How can WPF TranslateTransform be used with Margin to move an image to the correct location
I have a WPF Image on a 1x1 grid that I'm trying to move to a new location. I'm using the following code:
public void AnimateImage(int seatNum, int cardNum)
{
// This method animates dealing a ...
1
vote
1answer
38 views
Map color change on hover?
I'm not sure which method it is the best one.
The point is, creating an interactive map I know these ways to make it work:
<map id="mapdk" name="mapdk">
<area shape="poly" ...






