For issues relating to the creation and rendering of polygons in graphical user interfaces.

learn more… | top users | synonyms

4
votes
0answers
64 views

JavaFX polygons anchors to image

I use the method presented here javaFx polygon modify to show a polygon on a screen and modify it's coordonates.The problem is this:after I press right click I need to integrate the polygon into the ...
3
votes
0answers
49 views

Google Maps Custom Polygon with image as background and hover effect

Is it possible to create a webapp using Google Maps API V3 that uses custom images for countries or regions, that change on mouseover and mouseclick? I have looked at google.maps.GroundOverlay and ...
2
votes
0answers
84 views

In Google Map V3, how to put a label inside and above a polygon?

In Google Map V3, how to put a label inside and above a polygon? There's no label overlay as in V2 When I use the library maplabel, I can put the text inside, but not above, even if I specify an ...
2
votes
0answers
479 views

Trouble with scan-line fill of polygons

I am writing a program that allows a user to specify n-sided polygons by left-clicking to specify the first (n-1) vertices and right clicking to set the final vertex. As the user clicks around, the ...
2
votes
0answers
263 views

Google Maps API - Overlay polygon at a specific elevation with opacity (to show flooded areas)

Using the Google Maps API, I'm trying to work out how to draw a polygon over a Google map at a specific elevation using opacity so that any land mass that is below the elevation of the polygon shows ...
2
votes
0answers
52 views

geodjango osmgeoadmin how to delete feature?

I'm using geodjango and using the osmgeoadmin model for a few models that have a multi polygon field. It's really cool that it gives you a map and a nice UI and everything, but I can't figure out how ...
2
votes
0answers
260 views

Capturing overlay tap event on android mapview

I am working on creating an android app that displays a polygon overlay onto a mapview over the counties of California. I am having no problem drawing the polygons and seeing them on the map. I ...
2
votes
0answers
476 views

Android MapView path.draw draws crazy polygon lines all over the place

I've been struggling for a couple of weeks now with google's android mapview. I'm drawing a large amount of polygons with a large amount of points. on average 15 polygons and around 1000 points each. ...
2
votes
0answers
183 views

How to implement PNPOLY for CCMenuItem to define touchable areas of a non-rectangle polygon?

I'm implementing a touchable rainbow but the concave 'transparent' areas of a upper band is interfering with the lower rainbow bands. I'm hoping to use PNPOLY from ...
2
votes
0answers
141 views

How to visualize polygonal planes in Mayavi2?

I have hard times to visualize lots of planes in 3D (e.g., of 4 points) using Mayavi2 with Python. I couldn't find any polygon command within Mayavi2, tried to use mesh, surf etc but mostly ...
2
votes
0answers
268 views

Resources for 2D Level Editing Program

I'm developing a 2D game, and I've just started working on the level editor. Levels will be defined as a list of 2D polygon shapes. The level editor should allow creating of custom polygons defined ...
2
votes
0answers
192 views

SQL Geography River Removal

How do you remove the 'holes'/linestrings/.etc from a GeographyCollection? Secondary, how do you join MPolygons that don't intersect into one polygon? We have a roll up of zipcodes to a geographic ...
1
vote
0answers
21 views

Google.maps.api, JavaScript; Moving vertex of many polygons at the same time

I have a bunch of polygons (google.maps.Polygon) that i have imported to a map. They lay edge to edge and share vertexes so there is no "empty area in between" (you can imagine country-borders, or ...
1
vote
0answers
45 views

creating a soccer ball with 2d drawing c#

I have tried making this for inside the ball and the ball but I don't know how to fill the ball with the GraphiPath I created private void soccerball_Paint(object sender, PaintEventArgs e) { ...
1
vote
0answers
22 views

GoogleMaps API V3 Polygon dblclick auto-complete

I have created a plotting system using the GoogleMaps Javascript API V3, which allows users to draw out and save polygons. I have received a number of complaints concerning the autocompletion of ...
1
vote
0answers
85 views

Create polygon with Google maps, Open Layers and KML file

I'm trying to make timelined google maps using OpenLayers Timeline open source JavaScript library. (stackoverflow don't allow me to put 3 links, so just google "openlayers-timeline") my KML file ...
1
vote
0answers
27 views

LWJGL Textures On Object - Java

I'm having trouble drawing a texture on a Rectangle Polygon. Here is my current code. texture.bind(); GL11.glBegin(GL11.GL_QUADS); GL11.glColor3d(255, 255, 255); //Top ...
1
vote
0answers
31 views

Function to draw an offset of a polygon?

I have a procedure to determine if a point is within a polygon, but id like also add a buffer around the polygon to add search results that are X out of the boundry. How would i do this? Im ...
1
vote
0answers
59 views

How to extract part of a polygon in R?

I would like to create a map of Europe in R to plot some of my data. I have modified the code below (taken from: http://www.r-bloggers.com/provincial-map-using-gadm/) to give me a map of Europe. All ...
1
vote
0answers
277 views

Is there a way to create a complex polygon shape from any image in CSS for use in regions property?

I'm trying to find a way to convert any black image into a polygon shape. The problem I'm trying to solve consists of two steps: Convert image into a polygon Fill the polygon with text I'm ...
1
vote
0answers
171 views

why do I get a Error: DISPATCH_REQUEST_ERR when trying to click on a Bing Map?

I'm using Bing Maps Ajax Control 6.3 and previously I succeded on attaching a click event, but now I'm getting the following error on a different page I tried to repeat the same behavior: Error: ...
1
vote
0answers
75 views

How to equally subdivide a closed CGPath?

I've an indeterminate number of closed CGPath elements of various shapes and sizes all containing a single concave bezier curve, like the red and blue shapes in the diagram below. What is the ...
1
vote
0answers
101 views

remove shadow from fusion table layer polygon and polyline google map v3

how do i hide shadow from, fusion table layer where i add geometry like polygon and polyline. i know it is not possible to remove shadow by using fusion table styles can there be a workaround ...
1
vote
0answers
68 views

Drawing 3D in MFC

don't ask me why, but I need to draw a 3d figure using MFC I created classes of matrix and vectors. I am calculating ViewMatrix(inverse camera matrix) and Projection Matrix. Every vertex I multiply ...
1
vote
0answers
195 views

Google Maps API V3 - updated satellite imagery -> polygons displaced | Solution? Overlay/CustomMapTypes?

I hope to find a solution for my problem! Many thanks in advance for help and advices. My problem: My Script loads 100-200 polygons (KML/KMZ file) into a Google Maps Map with satellite imagery as ...
1
vote
0answers
297 views

Python: Contour features in a polygon shapefiles with a straightforward solution

Dear Members list, First of all, I apologize to post this question modified and improved from a previous post. Recently i am working on shapefiles polygon in order to compute basic contour features: ...
1
vote
0answers
135 views

Objective-C: Draw a polygon on a sphere

i have the coordinates of a polygon in the 2D space [x,y], (eg. 5 points) and i would like to paint the same shape on a sphere/curved plane. Which is the best way to do it? e.g.how to implement a ...
1
vote
0answers
206 views

CSS polygonal image map :hover/rollover

I came up with a (what I thought was simple) navigation to use on a wordpress install. http://imageshack.us/photo/my-images/441/navlfz.png/ When making most of my nav menus I create a sprite and ...
1
vote
0answers
214 views

Forcing polygon inside/outside in Google Maps V3?

My question is similar to this one on another SE site, which didn't seem to get answered very usefully: http://gis.stackexchange.com/questions/10741/google-maps-js-api-v3-polygon-formation I'm trying ...
1
vote
0answers
295 views

How to convert an image to a Box2D polygon using the alpha layer and triangulation?

I'm coding a game using Box2D and SFML, and I'd like to let my users import their own textures to use as physics polygons. The polygons are created using the images' alpha layer. It doesn't need to be ...
1
vote
0answers
98 views

Resize container control(Grid) when add new Point to Polygon.Points

I have Polygon within Grid. When I dynamically add new Point I want that Grid(ControlTemplate) be resized to fit Polygon points. I'm too 'green' in WPF... could be just one property change :) ...
1
vote
0answers
70 views

Android - set draw style using Path

I'm using Path to draw polygon in Android. At moment I'm repeating draw with different style - first for polygon and second for border. I want to draw them at once. How to set dirrerent color for ...
1
vote
0answers
117 views

Create a concave (if necessary) polygon from a 32bit BufferedImage

How do I even begin to program a method that would take an RGBA BufferedImage as input and turn it into a Polygon that represents the 'outline' of the image using the alpha. Keep in mind that my ...
1
vote
0answers
141 views

Packing Rectangles into a polygon using JavaScript

I need to pack n rectangles (n<10) of different size into a simple polygon. I am aware of two possible solutions: Bin packing rectangles into a rectangle. Then the problem becomes finding a ...
1
vote
0answers
329 views

Print Current view in Google Map API v3 with Marker And Polygon

I'm facing problem in google map v3 API I'm trying to print the current view of my map including marker and polygon shape I want to have on link which allow me to print current view of the map ...
1
vote
0answers
259 views

OpenLayer OpenStreetMap Vector Size independent of Zoom

I have a VectorLayer over my OSM and I have successfully plotted a polygon on my Map.However what is happening is that the polygon is getting too large in size as I zoom in or getting small in size as ...
1
vote
0answers
360 views

Augmented reality, drawing a polygon using ArView and pARK sample iOS SDK

I'm trying to implement an idea and I'm having a look at ArView of the Apple's pARK sample ( ...
1
vote
0answers
177 views

Collision Bug in 2D Platformer Game

I am currently developing a 2D Mario-Like Platformer Game. I ran into a collision problem i've been trying to solve for a while now, but nothing seems to work :/ Basicly, i have a CenterLayer, which ...
1
vote
0answers
206 views

How to get all intersections between two simple polygons in O(n+k)

Basically the formulation of the problem I'd like to solve is very simple. Given 2 simple polygons (without self-intersections), report all intersecting edge pairs in O(n+k) time, where n - is a total ...
1
vote
0answers
271 views

Bounding Spheres move farther than sphere object

I have a program that I'm making with others and I ran into a problem. I'm working on adding in polygon models into our scene in an XNA window. I have that part complete. I also have bounding ...
1
vote
0answers
202 views

ValueConverter in binding for Polygon Fill property in Silverlight 5

I'm trying to bind Fill property to bool property IsBottomSelected in ModelView using ValueConverter Here my xaml for polygon: <Polygon Name="h_bottom" Points="50,50 0,100 100,100 50,50" ...
1
vote
0answers
323 views

Convert Polyhedra and Polygons to voxels in Python

For my research I need to turn both 3D-polygons (faces) and 3D-polyhedrons (volumes) into voxels (equidistant cubes), so a finite differences PDE solver scheme can work with the geometry. I already ...
1
vote
0answers
308 views

Turn Photoshop (CS5) Selection into Polygon Coordinates

I am trying to find the polygon coordinates of a custom Google Maps marker PNG I am using in a current project with Photoshop CS5. I have made the selection, and am hoping that selection can be ...
1
vote
0answers
253 views

QPolygon transformation

Need to transform polygon vertexes on the fly till origin point 0,0 (instead of center). I have polygon ( 8x64 ) (with predefined vertex): QPolygonF cursor; cursor << QPointF(-4, 32); cursor ...
1
vote
0answers
457 views

Google Maps API v3; draw a polygon to outline a collection of markers

I've got a lot of map markers grouped in various areas (of the UK) like this... http://www.haroldstreet.org.uk/waypoints/download/?area=1D (ignore the grey markers) I'd like to use this marker ...
1
vote
0answers
72 views

Adding an obstacle in Google map API

I have a polygon of a particular area,( this is an obstacle). When i give the start point and end piont it should not pass this polygon and should give a new route. Any idea apart from adding ...
1
vote
0answers
431 views

Check if pixels lie within ellipse area in Python

I'm trying to create true/false mask based on test whether pixels are inside ellipse area or not. Straightforward ways were proposed here - Counting points inside an ellipse However, I'm wondering ...
1
vote
0answers
679 views

GoogleMaps apiv3 Events - addListener and addDomListener not working the same way?

I'm having trouble trying to add a polygon to the map by clicking something outside of the map area, e.g. a text link on the same page as the map. I can add the polygon by clicking on the map via the ...
1
vote
0answers
92 views

PolygonGeometry with offset?Or is there something off with the Mouse events?

I came across the weirdest situation while code-generating polygons and attaching them to a Virtual Earth 3D Globe Control. I have enabled mouse controls, as discussed on this thread in codeplex: ...
1
vote
0answers
82 views

mysql gis poylgon insert fail

i'm a brazilian, and have a project that I using Google Maps API + GWT + MySQL but, i've problem, i can't create a polygon geometry in BD with more then 3 decimal places. If I run the query: INSERT ...

1 2 3 4 5 6