Index: /trunk/psModules/src/concepts/pmConceptsStandard.c
===================================================================
--- /trunk/psModules/src/concepts/pmConceptsStandard.c	(revision 11430)
+++ /trunk/psModules/src/concepts/pmConceptsStandard.c	(revision 11431)
@@ -211,4 +211,8 @@
 
     double coords = concept->data.F64;  // The coordinates
+
+    if (!isfinite(coords)) {
+        return psMetadataItemAllocF32(concept->name, concept->comment, NAN);
+    }
 
     // How to interpret the coordinates
