Tagged Questions

1
vote
4answers
88 views

Simple Convention Automapper for two-way Mapping (Entities to/from ViewModels)

check this out, I just wrote a simple automapper, it takes the value from the property with the same name and type of one object and puts it into another, and you can add exceptions (ifs, switch) for …
1
vote
1answer
170 views

Constant Latitude Line in Matlab

I'm new to mapping and would like to plot a line of constant latitude at -68 with longitude extending from -80 to -65. If I use linem or plotm with the four coordinates I just get a single point. The …
0
votes
1answer
17 views

Determining the projection in a given map

I realise this is potentially not a programming question, however its a problem I keep bumping into as a programmer, so I figure others here might have useful knowledge to share. I have a map of a …
1
vote
0answers
24 views

adding a map overlay on a UK Ordnance Survey OpenSpace map

Does anyone have a code example of how to add an image overlay to an Ordnance Survey OpenSpace map? The documentation is not exactly comprehensive :) Thanks!
1
vote
1answer
164 views

Entity key of a view as navigation property

I have a table CREATE TABLE Tasks (   ID INT IDENTITY(1,1) NOT NULL CONSTRAINT PRIMARY KEY PkTasks,   ...other fields... ) and a view CREATE VIEW VTaskInfo AS SELECT …
0
votes
2answers
59 views

Why can I not get application object in classic ASP when I add a .NET Wildcard mapping to directory?

We're migrating a site from classic asp to .NET. In the process, I need to use .NET authentication to secure the classic asp pages. This works great with wildcard mapping...unless the classic asp …
1
vote
2answers
212 views

fluent nHibernate mapping

I am working on a legacy system and have introduced fluent nHibernate but have one last mapping that I can not seem to get working. Code: public class Permit { public int PermitId { get; …
1
vote
0answers
69 views

path problem with mod_rewrite, XDebug, PDT, XAMPP and Windows XP

My mod_rewrite turns accounts/create into index.php?folder=accounts&action=create, but pdt ignores it, so when I try to start a PHP Script debug session, I have to type a folder location in the …
0
votes
1answer
153 views

Get map position when WGS-84 lat/lon when upper left and lower right corners’ lat/lon are given

Suppose I have a map, for example from openstreetmaps.org. I know the WGS-84 lat/lon of the upper left and lower right corner of the map. How can I find other positions on the map from given WGS-84 …
0
votes
2answers
91 views

Mapping points from Euclician 2-space onto a Poincare disc

For some reason it seems that everyone writing webpages about Poincare discs is only concerned with how to represent lines and measure distances. I'd like to morph a collection of 2D points (as …
0
votes
1answer
17 views

Keeping nhibernate fluent mapping in sync with the database

We are currently using Fluent NHibernate and SQL Server 2008 in our c# development, however, the database schema has become too complex for Fluent to re-create the database when necessary so we are …
0
votes
1answer
29 views

Lazy load nhibernate one-to-one

Hi I have a true one to one mapping. But I would like to use lazy loading(load on demand). I have Class Person with a association with Class Address. The mapping looks like this.. PERSON …
5
votes
4answers
152 views

Emulate GPS or a serial device.

Is it possible to get location data out of Google Gears, Google Gelocation API or any other web location API (such as Fire Eagle) in such a format that it appears to other software as a GPS device? …
0
votes
3answers
31 views

Determining visible area from globe frustum

I'm working with a mapping application (worldwind) and trying to determine the minimum and maximum latitudes and longitudes that are currently displayed. I have access to the frustum, but I'm not sure …
0
votes
2answers
182 views

Hibernate one to many using something other than a primary key

I have a class A that has a set of B's. However, these two objects are linked by fields that are NOT the primary key. For B, I can use , but how do I specify that the join should be in …

1 2 3 4 5 22 next
15 30 50 per page